Commit Graph

37910 Commits

Author SHA1 Message Date
alecf%netscape.com
4677b0b74e oops, removing an extra method (fixes breakage) 1999-08-24 01:19:25 +00:00
srinivas%netscape.com
4630e64367 The notifyCount value should be updated only for successful read and write
operations. Checkin for Colin Blake <colin@theblakes.com>.
1999-08-24 01:16:59 +00:00
dougt%netscape.com
f443b5579a Adding a comment to remind ourselves that at one time these were const. 1999-08-24 01:14:44 +00:00
cyeh%netscape.com
9e76785be8 fix perl badness on macintosh, also change nsBuildID.h to be updated only for opt builds 1999-08-24 01:10:10 +00:00
sfraser%netscape.com
00e90ed0b9 Added nsTreeOuterFrame.cpp for hyatt 1999-08-24 01:06:43 +00:00
hyatt%netscape.com
d2b8407e48 Adding two files. Tree might go red, since i forgot to add these. 1999-08-24 01:04:33 +00:00
sfraser%netscape.com
3d71ad3bff Make chooseDirectory return a file URL string, like chooseFile does. 1999-08-24 01:01:38 +00:00
cyeh%netscape.com
78ecaf906e export new header nsBuildID.h 1999-08-24 01:00:35 +00:00
sfraser%netscape.com
a646de73bc Make sure we initialize members of the base widget 1999-08-24 01:00:01 +00:00
mscott%netscape.com
b5ac4cbc7f nsString updates --> nsString(eOneByte) --> nsCString 1999-08-24 00:59:56 +00:00
sfraser%netscape.com
df04fe1c2d Make sure that mAttributeList is initialized to null. 1999-08-24 00:59:30 +00:00
cyeh%netscape.com
89c81abe39 removing bogus build number, setting 0000000000 to remove ambiguity 1999-08-24 00:59:22 +00:00
cyeh%netscape.com
caf65c1d70 changing nsBuildID.h so that it does the right thing w/regards to rebuilds 1999-08-24 00:56:04 +00:00
mscott%netscape.com
1a47c7dd01 nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes 1999-08-24 00:52:36 +00:00
waterson%netscape.com
3271a98e09 Treat CBufDescriptors as 'const' so that they may be inlined. 1999-08-24 00:52:32 +00:00
mscott%netscape.com
a5f3469989 cleanup some of the interfaces to make the service scriptable 1999-08-24 00:51:56 +00:00
tbogard%aol.net
7b7e859ba3 Fixed NS_ENSURE macros to use PR_BEGIN_MACRO and PR_END_MACRO. Also removed indentation before #. 1999-08-24 00:48:43 +00:00
morse%netscape.com
cd4f389b7c remove wallet's auto-capturing 1999-08-24 00:48:16 +00:00
dougt%netscape.com
7df36efe6f First cut of an IDL for a replace of the nsDirectoryIterator class. 1999-08-24 00:47:41 +00:00
dougt%netscape.com
58c8f1c12b Adding Append() and ResolveSymlink() 1999-08-24 00:47:02 +00:00
hyatt%netscape.com
244d9c0666 Making a tree outer frame that is constructed instead of a table outer frame
(for trees only of course).
1999-08-24 00:44:21 +00:00
hyatt%netscape.com
50574e693c Patching a focus problem on web shell windows when no content area is contained in
a XUL file.
1999-08-24 00:43:31 +00:00
pavlov%netscape.com
0613595047 initial work on doing filtering 1999-08-24 00:43:27 +00:00
pavlov%netscape.com
1a8e0b9388 fix clipboard brokeness on unix 1999-08-24 00:43:12 +00:00
hyatt%netscape.com
29b55c601b Fixing the focusable content method so that only trees (and not tree cells)
are focusable.
1999-08-24 00:43:03 +00:00
hyatt%netscape.com
b08d08ff27 Making focus changes on mouse downs crawl up a parent chain to find the nearest
enclosing focusable content.  Allows composite widgets to still receive the focus.
1999-08-24 00:42:38 +00:00
hyatt%netscape.com
cc520bff21 Patching an error in the key event handling. 1999-08-24 00:42:02 +00:00
hyatt%netscape.com
2fdefb7517 Tweaks to trees. 1999-08-24 00:41:21 +00:00
briano%netscape.com
a0f7330b4b Cleaned it up and made it descend into unix_services for all Unix platforms. 1999-08-24 00:38:01 +00:00
briano%netscape.com
ed962ad7ba Cleanup. 1999-08-24 00:37:05 +00:00
briano%netscape.com
10afe608e0 Other files use nsIUnixToolkitService.h, so this now gets built on all Unix platforms. 1999-08-24 00:36:32 +00:00
dougt%netscape.com
c68d0b3c2b modifing to match changes in nsNetModule api. 1999-08-24 00:36:06 +00:00
sdagley%netscape.com
8626848dc1 We now propogate the return value received from NewChannelFromURI rather than just returning NS_OK from nsChromeProtocolHandler::NewChannel. This fixes the crash when opening bookmarks on Mac with a missing bookmarks.dtd file (and probably other similiar ones). We still try to open a null content window in this case but Nisheeth has a bug logged (# unknown) to fix that. 1999-08-24 00:35:10 +00:00
dougt%netscape.com
a7dd519e15 Making nsNetModuleMgr use proxy.
Clean up nsNetModuleMgr API.
Change http to use new API.
1999-08-24 00:34:51 +00:00
briano%netscape.com
c7af4180f9 Slight rewrite to allow other platforms to build the toolkit_service stuff without problems. 1999-08-24 00:34:47 +00:00
danm%netscape.com
8c9555c754 Make editor windows unparented. 'fixes' (or conceals) bug 12094. 1999-08-24 00:33:39 +00:00
jdunn%netscape.com
83156768b1 HP requires a newline at the end of the file 1999-08-24 00:33:18 +00:00
jdunn%netscape.com
62d051d2ce HP requires a newline at the end 1999-08-24 00:32:35 +00:00
jdunn%netscape.com
28c3b62409 HP/IBM native compilers can't have defines, redefined (these are now in
the compiler command as  -D's)
1999-08-24 00:31:38 +00:00
alecf%netscape.com
68241994a3 fix a minor leak and convert nsIMsgIncomingServer to a nsCOMPtr 1999-08-24 00:31:33 +00:00
dougt%netscape.com
9888b699a1 Bug Fixes to xpcom/proxy. Thanks jband for debuging this with me! 1999-08-24 00:30:55 +00:00
alecf%netscape.com
109da3ad7b fix leak from redundant SetKey calls 1999-08-24 00:29:55 +00:00
mscott%netscape.com
cfa2aabcd3 Add a do_QueryInterface to a call in AsyncRead. This fixes an assertion I keep getting whenever I bring up the browser. 1999-08-24 00:29:24 +00:00
alecf%netscape.com
de18d6b7a4 fix most popular leak in messenger! 1999-08-24 00:28:55 +00:00
hangas%netscape.com
561a5f2454 Fixed two more problems with address book. 1999-08-24 00:28:03 +00:00
slamm%netscape.com
0ba0978677 Load config before setting up environment. 1999-08-24 00:23:31 +00:00
leaf%mozilla.org
0f6c134eda Backing out change. 1999-08-24 00:23:00 +00:00
leaf%mozilla.org
d87d853804 Backing out changes that are causing massive leaks till the changes
can be fixed.
1999-08-24 00:22:31 +00:00
briano%netscape.com
81a947dd3f Added viewer to the 'exclude list'. 1999-08-23 23:46:37 +00:00
cyeh%netscape.com
333d4b72be moving nsBuildID.h to new home. not a part of the build yet. 1999-08-23 22:58:17 +00:00