Commit Graph

21544 Commits

Author SHA1 Message Date
waterson%netscape.com
1973f38272 Backed out briano's change so tinderbox on clobber builds won't be red. 1999-03-30 06:03:28 +00:00
beard%netscape.com
ff30b4c143 Now filling in fMimeTypeArray, fExtensionArray, and fMimeDescriptionArray. 1999-03-30 05:53:36 +00:00
nisheeth%netscape.com
48109d85b3 Adding expat and xmltok to the link phase of viewer... 1999-03-30 05:47:48 +00:00
nisheeth%netscape.com
49b8727a3a Adding expat and xmltok libraries to the link phase for apprunner. 1999-03-30 05:46:46 +00:00
kipp%netscape.com
2f1125da8a new 1999-03-30 05:45:36 +00:00
bienvenu%netscape.com
0484e4a350 latest mork drop, fix ref counting bug, add meta table info 1999-03-30 05:43:09 +00:00
putterman%netscape.com
af224c9bc6 Use some of the new springs and strut code. 1999-03-30 05:42:56 +00:00
sdagley%netscape.com
305b9eb997 First Checked In. 1999-03-30 05:39:30 +00:00
ramiro%netscape.com
532f507e84 delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
1999-03-30 05:26:59 +00:00
terry%netscape.com
8aaabc27ca Removed some excessive debugging prints; made the results of the
"list" command be much more compact.
1999-03-30 04:59:38 +00:00
sdagley%netscape.com
92cf5ee8b4 Added KeyBindMgr to build (but nobody is calling it yet) 1999-03-30 04:53:37 +00:00
sdagley%netscape.com
972500a229 First Checked In. 1999-03-30 04:52:13 +00:00
terry%netscape.com
e0668e5ddc Made it much less likely that mozbot will trigger flood-protection
code on the IRC server.
1999-03-30 04:50:31 +00:00
endico%mozilla.org
22e708ea1d remove people's signatures from summaries 1999-03-30 04:36:38 +00:00
beard%netscape.com
e019ced4df 1.0d6 1999-03-30 04:11:01 +00:00
beard%netscape.com
81dba30590 removed MIME type, "application/x-java-frame", added "application/x-java-applet" 1999-03-30 04:10:45 +00:00
evaughan%netscape.com
aa73de09b7 Reimplemented navigator.xul on top of the new box layout system. 1999-03-30 04:05:49 +00:00
waterson%netscape.com
5175b44aca Fix datasource to use new RDF return codes. 1999-03-30 03:59:17 +00:00
waterson%netscape.com
99a0e395db Fixed GetTarget() to use new return codes. 1999-03-30 03:58:24 +00:00
sspitzer%netscape.com
33bca75da4 header file got changed, but source didn't. 1999-03-30 03:57:37 +00:00
briano%netscape.com
e6c0eba0bb Only descend into the tests directory if ENABLE_TESTS is set. 1999-03-30 03:07:23 +00:00
sspitzer%netscape.com
59313bf970 initializing some uninitialized variables 1999-03-30 03:07:20 +00:00
dougt%netscape.com
f9b31176c0 removing softupdt references. 1999-03-30 03:07:06 +00:00
briano%netscape.com
3ca23b46f7 Do not descend into the tests directory unless ENABLE_TESTS is set. 1999-03-30 03:02:14 +00:00
waterson%netscape.com
d9f1b31bb8 Fixed a syntax error. Loser. 1999-03-30 02:49:33 +00:00
sspitzer%netscape.com
fb9e8ba778 align code.
yes, I am anal.
1999-03-30 02:40:06 +00:00
waterson%netscape.com
95fe5b64f9 Changed RDF-specific errors to be success rather than error codes. 1999-03-30 02:30:16 +00:00
putterman%netscape.com
669067e608 Fixed freeing mismatched memory errors. 1999-03-30 02:27:17 +00:00
putterman%netscape.com
457db1820c Added copy messages. 1999-03-30 02:26:54 +00:00
putterman%netscape.com
509d88554d Add copy messages. 1999-03-30 02:25:15 +00:00
putterman%netscape.com
d58487c55f fixed freeing mismatched memory error. 1999-03-30 02:24:18 +00:00
putterman%netscape.com
3cbf9af982 fix Freeing mismatched memory error. 1999-03-30 02:23:03 +00:00
putterman%netscape.com
27ff742958 Added nsCopyMessageStreamListener for copying messages. 1999-03-30 02:22:06 +00:00
putterman%netscape.com
fae9759465 Add nsICopyMessageListener. 1999-03-30 02:19:22 +00:00
rhp%netscape.com
b1bf2fdb3e New XML emitter for libmime 1999-03-30 02:19:05 +00:00
rhp%netscape.com
c4d36f5f04 Adding files for new libmime emitters. 1999-03-30 02:18:06 +00:00
guha%netscape.com
aa73966da2 changes to directory.rdf 1999-03-30 02:07:02 +00:00
terry%netscape.com
ecd4cba147 Get mozillazine info from RDF; added ^DJI stock. 1999-03-30 01:55:38 +00:00
morse%netscape.com
3d2af3ce85 fix bad library name 1999-03-30 01:52:31 +00:00
pavlov%pavlov.net
63c416f00b more work on Lock() and Unlock() 1999-03-30 01:52:05 +00:00
morse%netscape.com
411f57f923 changed leading spaces to tab 1999-03-30 01:49:30 +00:00
briano%netscape.com
c934cc8737 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
4c6288cc8a 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
90145235d4 Fix typo. 1999-03-30 01:42:08 +00:00
waterson%netscape.com
833f7f782b Made sure to copy data source URI for key in the hashtable. 1999-03-30 01:41:21 +00:00
michaelp%netscape.com
13bac238a8 added virtual destructors where necessary as pointed out by bruce@cybersight.com. 1999-03-30 01:41:13 +00:00
wtc%netscape.com
f54e374982 Added test cases for the new NSPR functions, PR_CreateSocketPollFd and
PR_DestroySocketPollFd.
1999-03-30 01:38:27 +00:00
mscott%netscape.com
b2bd71a079 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
082cb7850e Defined a new IOMethods table to implement PR_CreateSocketPollFd and
PR_DestroySocketPollFd.
1999-03-30 01:37:52 +00:00
wtc%netscape.com
99c7447a81 Two new functions defined to enable polling native and NSPR FDs simultaneously. 1999-03-30 01:36:34 +00:00