Граф коммитов

21420 Коммитов

Автор SHA1 Сообщение Дата
evaughan%netscape.com 39fe1e8a11 Reimplemented navigator.xul on top of the new box layout system. 1999-03-30 04:05:49 +00:00
waterson%netscape.com 6bd0495c76 Fix datasource to use new RDF return codes. 1999-03-30 03:59:17 +00:00
waterson%netscape.com cf796499a5 Fixed GetTarget() to use new return codes. 1999-03-30 03:58:24 +00:00
sspitzer%netscape.com c0602fbb48 header file got changed, but source didn't. 1999-03-30 03:57:37 +00:00
briano%netscape.com 0ab6ec357d Only descend into the tests directory if ENABLE_TESTS is set. 1999-03-30 03:07:23 +00:00
sspitzer%netscape.com e2e588ac02 initializing some uninitialized variables 1999-03-30 03:07:20 +00:00
dougt%netscape.com a6b6d00365 removing softupdt references. 1999-03-30 03:07:06 +00:00
briano%netscape.com e392b3ec67 Do not descend into the tests directory unless ENABLE_TESTS is set. 1999-03-30 03:02:14 +00:00
waterson%netscape.com 01550c354c Fixed a syntax error. Loser. 1999-03-30 02:49:33 +00:00
sspitzer%netscape.com d0a9d0c334 align code.
yes, I am anal.
1999-03-30 02:40:06 +00:00
waterson%netscape.com 3062f66f67 Changed RDF-specific errors to be success rather than error codes. 1999-03-30 02:30:16 +00:00
putterman%netscape.com a8023f25cf Fixed freeing mismatched memory errors. 1999-03-30 02:27:17 +00:00
putterman%netscape.com c6c1f99b42 Added copy messages. 1999-03-30 02:26:54 +00:00
putterman%netscape.com fd01cb1412 Add copy messages. 1999-03-30 02:25:15 +00:00
putterman%netscape.com ad230dc153 fixed freeing mismatched memory error. 1999-03-30 02:24:18 +00:00
putterman%netscape.com a1641967cd fix Freeing mismatched memory error. 1999-03-30 02:23:03 +00:00
putterman%netscape.com f4fe0da6b2 Added nsCopyMessageStreamListener for copying messages. 1999-03-30 02:22:06 +00:00
putterman%netscape.com 462b2540dc Add nsICopyMessageListener. 1999-03-30 02:19:22 +00:00
rhp%netscape.com 765f76fd97 New XML emitter for libmime 1999-03-30 02:19:05 +00:00
rhp%netscape.com d85f35858f Adding files for new libmime emitters. 1999-03-30 02:18:06 +00:00
guha%netscape.com 485ee5b98a changes to directory.rdf 1999-03-30 02:07:02 +00:00
terry%netscape.com f9c2156c29 Get mozillazine info from RDF; added ^DJI stock. 1999-03-30 01:55:38 +00:00
morse%netscape.com 66701553c6 fix bad library name 1999-03-30 01:52:31 +00:00
pavlov%pavlov.net a8fdb7be3a more work on Lock() and Unlock() 1999-03-30 01:52:05 +00:00
morse%netscape.com 9aec83212c changed leading spaces to tab 1999-03-30 01:49:30 +00:00
briano%netscape.com 3d1595b89d Added a newline at the end of the file to make a couple of Unix builds happier. 1999-03-30 01:48:20 +00:00
michaelp%netscape.com 7e66c9a28e fixed problem of gImageManager becoming a dnagling reference to a dead object
by adding an additional reference to the global image manager when it is
created. current solution is that suggested by adam locke, but this really needs
to be a service so that we don't leak memory. also made destructor virtual
to correct warning pointed out by bruce@cybersight.com.
1999-03-30 01:43:32 +00:00
syd%netscape.com c6f2006ddc Fix typo. 1999-03-30 01:42:08 +00:00
waterson%netscape.com 3c0ef959c0 Made sure to copy data source URI for key in the hashtable. 1999-03-30 01:41:21 +00:00
michaelp%netscape.com c6f76c4d7a added virtual destructors where necessary as pointed out by bruce@cybersight.com. 1999-03-30 01:41:13 +00:00
wtc%netscape.com 4c6cb234ae Added test cases for the new NSPR functions, PR_CreateSocketPollFd and
PR_DestroySocketPollFd.
1999-03-30 01:38:27 +00:00
mscott%netscape.com 9b026f382b Cosmetic changes...I'm sure this will get changed later. But the blue selection color is really hard to pick out against the black letters....so I changed it to a lighter color =)..... 1999-03-30 01:38:00 +00:00
wtc%netscape.com c7044ed0e3 Defined a new IOMethods table to implement PR_CreateSocketPollFd and
PR_DestroySocketPollFd.
1999-03-30 01:37:52 +00:00
wtc%netscape.com 423b11ad15 Two new functions defined to enable polling native and NSPR FDs simultaneously. 1999-03-30 01:36:34 +00:00
leif%netscape.com 0c7c9bee2c *** empty log message *** 1999-03-30 01:35:42 +00:00
syd%netscape.com 058dd1c863 Fixed misspell of virtual. 1999-03-30 01:33:40 +00:00
pierre%netscape.com 17dca257b7 Use delete[] for strings allocated with ToNewCString(). 1999-03-30 01:23:24 +00:00
syd%netscape.com ba9bd482be Initialize mIsTopToBottom to PR_TRUE 1999-03-30 01:20:16 +00:00
leif%netscape.com 169ffc9772 - Bugfix for my() statements.
- Bugfix for modifyRDN()
- Bugfix for @vals in update().
1999-03-30 01:16:45 +00:00
mscott%netscape.com c0ab911255 SettingDocumentcharset should use FindMsgAppCore which will only create a new msg app core if we haven't done so yet... 1999-03-30 01:15:40 +00:00
waterson%netscape.com 88dbd22a04 Updated for changes to RDF interfaces for scriptability. 1999-03-30 01:15:01 +00:00
mscott%netscape.com 4e3f28cca0 Updates to the xul file to leverage the fact that we are now correctly adding ourselves to the app cores manager when we create a compose app core. We should never try to re-add the app core by directy calling Add in JS. 1999-03-30 01:14:30 +00:00
mscott%netscape.com 69f9bb6a19 When initializing the compose app core, use the app cores service manager to register our app core. When deleting the app core, remove ourselves from the appcores manager. More memory leak fixes from Bruce Mitchener <bruce@cybersight.com>. 1999-03-30 01:12:58 +00:00
pierre%netscape.com c79cc5fe9c Use delete[] for strings allocated with ToNewCString(). 1999-03-30 01:12:13 +00:00
syd%netscape.com 0a5153649e Initialize isScrolling to default to PR_FALSE. When printing, we don't obtain a
container, so we can't query for a webshell interface and query if scrolling is
implemented. With isScrolling set to PR_TRUE, we then follow code below which
leads to a crash. Fixes crash seen often when performing Postscript printing on
Unix.

Reviewed by dcone.
1999-03-30 01:11:09 +00:00
waterson%netscape.com 6bbd24c72e Changed RDF progids to use forward-slashes instead of pipes. 1999-03-30 01:09:24 +00:00
cyeh%netscape.com e5e8154f65 make build numbers Y2K compliant. 1999-03-30 01:07:02 +00:00
syd%netscape.com 74f9123328 Initialize mIsTopToBottom to PR_FALSE. 1999-03-30 01:04:48 +00:00
syd%netscape.com aed6f1a81c Implement GetIsRowOrderTopToBottom(), declare mIsTopToBottom member variable. 1999-03-30 01:04:13 +00:00
syd%netscape.com f1dcc1f109 Postscript colorimage code now queries platform to determine if image
rows are organized top to bottom, or bottom to top, and processes image
bytes depending on this order.
1999-03-30 01:02:46 +00:00