Commit Graph

30341 Commits

Author SHA1 Message Date
rpotts%netscape.com
2d59a49818 Added FillStream(...) which exposes nsIBuffer::WriteSegments() 1999-06-12 08:56:05 +00:00
rpotts%netscape.com
3b9b3f2321 Changed doRead() to fill the stream using the IBuffer::WriteSegments api rather than Fill()... This removes an intermediate buffer copy and cleans up the code... 1999-06-12 08:54:56 +00:00
rpotts%netscape.com
5cb58c574b Changed WriteSegments(...) to return NS_BASE_STREAM_FULL if a WriteSegment cannot be allocated. And to propagate WOULD_BLOCK if it is returned by the reader() function.... 1999-06-12 08:52:59 +00:00
rpotts%netscape.com
6b42522ecc Added a new stream return code - NS_BASE_STREAM_FULL. This is returned when a stream is full and must be read before more data can be added... 1999-06-12 08:50:24 +00:00
andreas.otte%primus-online.de
3a8f3c3f0c fix to get Makefile.in working again 1999-06-12 08:46:44 +00:00
dp%netscape.com
b4ab2fab9c adding back for doc purpose 1999-06-12 08:08:15 +00:00
warren%netscape.com
6ea7c972dd Removed link dependency on netwerk.dll. 1999-06-12 08:07:05 +00:00
dp%netscape.com
1662f221c0 Removing obsoleted files from xpcom/ post xpcom2.0 landing 1999-06-12 07:54:05 +00:00
dp%netscape.com
3253e87086 Removing obsoleted files from xpcom/ post xpcom2.0 landing 1999-06-12 07:42:48 +00:00
warren%netscape.com
02d6700343 Fixed build problem. 1999-06-12 07:17:02 +00:00
warren%netscape.com
fe13a7ac85 removed 1999-06-12 07:15:18 +00:00
warren%netscape.com
d35036b4b4 Merged in file transport stuff (now file transport is obsolete). 1999-06-12 07:14:19 +00:00
warren%netscape.com
b1d48ac370 Added NS_NET to export global functions. 1999-06-12 07:14:12 +00:00
andreas.otte%primus-online.de
aada98494f fix to get Makefile.in working again 1999-06-12 06:53:45 +00:00
beard%netscape.com
64865904bd fixed "rescued items" problem 1999-06-12 06:27:00 +00:00
jband%netscape.com
f2ca9e4574 fix Mac breakage 1999-06-12 06:00:03 +00:00
sfraser%netscape.com
4b1803667a Export plain text XUL file 1999-06-12 05:18:02 +00:00
beard%netscape.com
b67574fd25 bug #6676: fixed inconsistent use of kControlEditTextPasswordTag vs. kControlEditTextTextTag in the GetText/SetText methods. 1999-06-12 04:55:08 +00:00
warren%netscape.com
92b3576158 Changes to allow hack in necko makefiles so that header names don't collide. 1999-06-12 04:30:44 +00:00
jband%netscape.com
bd5a7d2279 added forced linkage to another xptcall file and moved the prototypes to the dummies to xptcall.h 1999-06-12 04:30:13 +00:00
jband%netscape.com
ce9447b3ea another try for this code needed to make Irix work (with fixed dll export stuff this time) 1999-06-12 04:29:12 +00:00
hangas%netscape.com
a5c42c07b5 Made buttons localizable 1999-06-12 03:34:02 +00:00
hangas%netscape.com
9dc015d3ae Glued in the address bucket in the address picker dialog 1999-06-12 03:32:56 +00:00
pavlov%pavlov.net
3e766c93b5 since we now have nsWindow::ShowMenuBar(), we don't need to forcefully create
the menubar when it is created.
1999-06-12 03:15:47 +00:00
pavlov%pavlov.net
36aa39a9c3 simplify nsWidget::IsVisible and a few minor indentation changes 1999-06-12 03:13:16 +00:00
pavlov%pavlov.net
a6b82a3ae6 rename the menubar member 1999-06-12 03:02:57 +00:00
tao%netscape.com
d499ab3c90 7821:make strres locale-sensitive. r=erik@netscape.com. Add api:
nsStringBundleService::CreateBundle(const char* aURLSpec, nsILocale* aLocale,
  nsIStringBundle** aResult)
1999-06-12 03:02:10 +00:00
warren%netscape.com
f8073afaf4 Added nsDNSService factory. 1999-06-12 02:59:02 +00:00
warren%netscape.com
8b254fcb2c Replaced with idl files. 1999-06-12 02:53:57 +00:00
warren%netscape.com
f33dad4b97 Added dns to the build. Factored Cancel/Suspend/Resume into nsIRequest. 1999-06-12 02:53:21 +00:00
rjc%netscape.com
b8f9d9d42a Get bookmarks.idl and bookmarks projects into the Mac build. 1999-06-12 02:32:12 +00:00
tague%netscape.com
b254a3fed6 Conditionalized Fix for #6896. Modified the nsMacEventHandler.cpp to generate NS_KEY_PRESS events in addition to NS_KEY_DOWN. 1999-06-12 02:29:52 +00:00
rjc%netscape.com
6970884032 Be sure to write out bookmarks.html to the same place we read it in from! Bookmarks were moved from mozilla/rdf/ to mozilla/xpfe/components/bookmarks and bookmarks.html is now stored inside of $DIST/res/samples instead of the old $DIST/res/rdf 1999-06-12 02:29:16 +00:00
tague%netscape.com
dcbaf9b27b More work on #6896. Removed a debuging printf and fixed keysym translation. 1999-06-12 02:25:27 +00:00
bienvenu%netscape.com
3afd079799 more work on imap filters 1999-06-12 02:04:29 +00:00
bienvenu%netscape.com
1b40be544f move comment nearer code it refers to 1999-06-12 02:04:08 +00:00
sgehani%netscape.com
e942c1b838 Included strres lib required by LoadResources(). 1999-06-12 01:55:35 +00:00
sgehani%netscape.com
90dd9decef 1> Added LoadResources().
2> Fixed UNIX Makefile.in although it's not being built by the regular build system yet.
1999-06-12 01:54:29 +00:00
warren%netscape.com
4defd84b03 Rule to create netwerk/dist/include. 1999-06-12 01:47:13 +00:00
frankm%eng.sun.com
7c763a58f9 Revamp NativeJavaObject.coerceType and associated methods to make code
more maintainable, and to pass lc3/JSObject/ToChar-001.js.
1999-06-12 01:41:20 +00:00
warren%netscape.com
53b800668b Made Create constructor and used GenericFactory. 1999-06-12 01:41:16 +00:00
warren%netscape.com
084415f780 More work on file: protocol. 1999-06-12 01:41:12 +00:00
warren%netscape.com
2c894653f9 Hack to make necko co-exist with seamonkey so headers don't collide. 1999-06-12 01:41:08 +00:00
ftang%netscape.com
2cf6b53c65 add new support for GL 1999-06-12 01:38:30 +00:00
ftang%netscape.com
82009b471b fix bug 5893 1999-06-12 01:37:46 +00:00
slamm%netscape.com
f41a10dd54 Remove unused sidebar files. 1999-06-12 01:32:47 +00:00
mcmullen%netscape.com
3b60519bd9 Moved the idl flag down to match the build order (both occurrences). 1999-06-12 01:25:21 +00:00
ftang%netscape.com
1b0ffe2515 remove nsUnicharUtil for win, ifdef XP_MAC untill we verify 1999-06-12 01:21:50 +00:00
sspitzer%netscape.com
efb595b600 fix mac build bustage. saari made nsXULKeyListener.cpp part of the mac build,
but hasn't defined this CID yet.
1999-06-12 01:21:10 +00:00
bryce-mozilla%nextbus.com
91489b8497 Give administrators a clue that upgrading is possible, even straightforward. 1999-06-12 01:16:44 +00:00