Commit Graph

25177 Commits

Author SHA1 Message Date
rogerl%netscape.com
5f94cc1771 TestMain class 1999-04-27 06:18:56 +00:00
waterson%netscape.com
a37bdc108b Fixed a problems with XPIDL parameters and return values ('out' params are stills broken). Got rid of the XPIDL_JS_STUBS defines, as they are obsolete. 1999-04-27 06:14:08 +00:00
rogerl%netscape.com
4829912299 # Not a part of SeaMonkey
Added expression node building stuff.
1999-04-27 06:08:35 +00:00
waterson%netscape.com
ecd900302b Add container classes. 1999-04-27 05:54:22 +00:00
waterson%netscape.com
b6bd7f337e Land RDF_19990426_BRANCH, which extracted some static C++ routines for manipulating RDF containers into bona fide interfaces. 1999-04-27 05:54:18 +00:00
waterson%netscape.com
3f3dced3eb Land RDF_19990426_BRANCH, which extracted some static C++ routines for manipulating RDF containers into bona fide interfaces. Also, fix a memory leak in the nsElementMap: be sure to hold a reference to the resource that is the key. 1999-04-27 05:53:53 +00:00
pierre%netscape.com
472f414c2b fixed the display of some missing views on Mac (like the CornerView) 1999-04-27 05:34:05 +00:00
pierre%netscape.com
485a118ff9 #3928 "cosmetic problems with popups and lists" 1999-04-27 05:33:36 +00:00
pierre%netscape.com
8563904a23 optimized SetClipRectInPixels for the 'kReplace' case. added some error checking after allocating new regions. 1999-04-27 05:33:16 +00:00
pierre%netscape.com
950ba5b0b5 fixed a flicker when the control is deleted 1999-04-27 05:32:50 +00:00
pierre%netscape.com
0877ee86e8 #4777 "cannot do multiple selection of menulist" 1999-04-27 05:32:36 +00:00
mscott%netscape.com
27527d5769 Start building the imap directory by default. 1999-04-27 05:32:28 +00:00
fur%netscape.com
bf6543ebe2 Got rid of aborted attempt to graft XPCOM onto JS 1999-04-27 05:25:43 +00:00
rjc%netscape.com
2f3ff86b87 Remove debugging crap. 1999-04-27 05:12:10 +00:00
fur%netscape.com
3a02934cd8 Tweaks 1999-04-27 05:08:14 +00:00
fur%netscape.com
538c155371 Got rid of aborted attempt to graft XPCOM onto JS 1999-04-27 05:00:07 +00:00
mcafee%netscape.com
129ee14fba Implementing folder picker by hiding the file column of the file selection dialog. Thanks to Syd for the hint to do this. 1999-04-27 04:49:53 +00:00
sspitzer%netscape.com
2849be7bf0 more changes 1999-04-27 04:47:03 +00:00
morse%netscape.com
4d72fee9d9 fix bug in display of safe fill-in 1999-04-27 04:44:00 +00:00
saari%netscape.com
7273f7dc49 more cleaning 1999-04-27 04:23:05 +00:00
law%netscape.com
f6d54191ac Anchor Find off nsIWebShell rather than nsIDocument 1999-04-27 04:21:12 +00:00
waterson%netscape.com
be6b8bc2e7 Fixed problems with XPConnect objects. 1999-04-27 04:20:16 +00:00
waterson%netscape.com
8d826b09e0 Added nsJSUtils::nsConvertJSValtoXPCObject to handle 'in xpidl' parameters. 1999-04-27 04:17:17 +00:00
sfraser%netscape.com
25fb9812d5 Fix a ton of link warnings by removing MathLib, since this is imported via InterfaceStubs. 1999-04-27 04:07:06 +00:00
bruce%cybersight.com
4fdf80796d Fix an array bounds write when writing to this->interfaceRecords[size] in the nsTypelibRecord constructor. 1999-04-27 04:06:33 +00:00
sfraser%netscape.com
9d72dd955f Turn off some warnings (implicit arithmetic conversions, non-inlined methods). 1999-04-27 04:06:05 +00:00
sfraser%netscape.com
c7b9c7e874 Remove errent semicolons 1999-04-27 04:05:01 +00:00
sfraser%netscape.com
ac3317e9b5 Remove errant semicolons. 1999-04-27 04:04:24 +00:00
troy%netscape.com
9a242a36e1 Factored some common code out into a separate function 1999-04-27 03:58:46 +00:00
norris%netscape.com
84805d797c Clean up, add javadoc. 1999-04-27 03:56:23 +00:00
bruce%cybersight.com
c34e1526af Yet another linking error killing the unix tinderboxen. 1999-04-27 03:52:34 +00:00
brendan%netscape.com
d46bbcad44 Cast printf %p args to (void*). 1999-04-27 03:42:28 +00:00
sdagley%netscape.com
978b1ed7f1 Fix bug #4095 - zoom widget now works to re-size windows on Mac. 1999-04-27 03:41:17 +00:00
bruce%cybersight.com
d872a41e60 Fix build bustage for this. 1999-04-27 03:14:57 +00:00
saari%netscape.com
596de73a4d more menu cleanup. Menus should no longer be holding on to WebShells in any way on GTK 1999-04-27 03:12:29 +00:00
alecf%netscape.com
8f51f3a77b remove stupid debugging comment 1999-04-27 03:11:37 +00:00
sdagley%netscape.com
041bb47567 Renaming nsMode to nsFileDlgMode for mcafee 1999-04-27 03:11:21 +00:00
mcafee%netscape.com
a6c23dee44 Renaming nsMode enum to something a little more descriptive, nsFileDlgMode. r=sdagley 1999-04-27 03:11:13 +00:00
troy%netscape.com
49e463ad97 Added code to ContentRemoved() to walk the child frames and look for
placeholder frames; the corresponding out-of-flow frames need to be
removed as well
1999-04-27 03:10:45 +00:00
mscott%netscape.com
c8c1a023c3 Use MSG_LINEBREAK instead of LINEBREAK. 1999-04-27 03:06:34 +00:00
briano%netscape.com
eb40d01414 Backed out my overly zealous conversion of gtk_{true,false} to PR_{TRUE,FALSE}. 1999-04-27 03:03:50 +00:00
mscott%netscape.com
326d25b7db Added comment about why return receipts are turned off. 1999-04-27 03:02:57 +00:00
davidm%netscape.com
50cc808ebf Add nsIWindowMediator.h 1999-04-27 02:57:45 +00:00
mscott%netscape.com
77987e7605 Use MSG_LINEBREAK instead of LINEBREAK. This should fix message display on the Mac. 1999-04-27 02:57:25 +00:00
davidm%netscape.com
786340eefc First Checked In. 1999-04-27 02:57:22 +00:00
rjc%netscape.com
820bdab28b Use nsSpecialSystemDirectory to determine Windows IE Favorites folder instead of using static "file:///C|/WINDOWS/Favorites/" path.
Thanks to michael.lowe@bigfoot.com for the patch here and to nsSpecialSystemDirectory code.
1999-04-27 02:56:07 +00:00
mscott%netscape.com
c78f083c4d Remove nsIMessenger.cpp from the list of .cpp files. There is no such file. 1999-04-27 02:55:00 +00:00
davidm%netscape.com
3ea798d793 made destructor virtual and fixed include to end with a lowercase .h 1999-04-27 02:54:53 +00:00
ftang%netscape.com
0de35f43a0 add CIDs for the new converters 1999-04-27 02:54:35 +00:00
mscott%netscape.com
8d2d60a12a Add MSG_LINEBREAK and MSG_LINEBREAK_LEN for mailnews. We need to transition all mailnews use of LINEBREAK to these new macros. I'm leaving the old LINEBREAK definition in place so I don't have to update all files that use it at once. Why can't we use LINEBREAK? Because it is incorrectly defined on the Mac and due to situations outside of our control, we can't change the value of LINEBREAK on the Mac (because it is defined elsewhere and they need it defined incorrectly). So we're going to use these new values (MSG_LINEBREAK and MSG_LINEBREAK_LEN) instead. 1999-04-27 02:53:29 +00:00