22934 Commits

Author SHA1 Message Date
jfrancis%netscape.com
88527c7d24 attempting to fix unix build 1999-04-12 14:10:24 +00:00
dp%netscape.com
d7b83efaef StartupComponents : Strawman spec in place. 1999-04-12 12:47:30 +00:00
dp%netscape.com
7e609f89cc ProgID fixed by nick. 1999-04-12 12:46:17 +00:00
dp%netscape.com
bc22606b23 Using PROGID for registry instance creation. 1999-04-12 12:34:32 +00:00
dp%netscape.com
f562822847 ProgID hashing fixed. We now hash the progids passed in with RegisterFactory() also. Thanks to Nicholas Ambrose <nick87@hotmail.com> for yet another patch. 1999-04-12 12:32:24 +00:00
jfrancis%netscape.com
0b0035a95c checkpointing html typing rules 1999-04-12 12:01:32 +00:00
chuang%netscape.com
1c335bacb3 Set window overflow policy 1999-04-12 09:02:48 +00:00
mccabe%netscape.com
8ea2b42583 Fixed initial copyright date.
Thanks to Tim Rowley <tor@cs.brown.edu> for this SunOS fix.
1999-04-12 08:57:06 +00:00
mccabe%netscape.com
1a6fe7ce68 Fix to 4575.
Buildsystem changes to handle the lock_SunOS.s file properly on the native compiler.

Also added a new SunOS5.7 config file, and changed several SunOS config files from redundant copies to includes of a base file.
1999-04-12 07:54:52 +00:00
braddr%puremagic.com
f539d41e97 oops.. $(ZLIB_LIB) -> $(ZLIB_LIBS) 1999-04-12 07:06:05 +00:00
braddr%puremagic.com
db276c8fe9 Add back in a header file that's still needed that beard took out. 1999-04-12 06:00:44 +00:00
sspitzer%netscape.com
3ec7607b7d use a more realistic example in the comment 1999-04-12 03:58:21 +00:00
sspitzer%netscape.com
77920ebdd0 use a more realistic path 1999-04-12 03:57:19 +00:00
sspitzer%netscape.com
f1e1ce5736 add news_message:// URI to the example comment 1999-04-12 03:53:27 +00:00
sspitzer%netscape.com
637e844edc renamed NS_MAILNEWSMESSAGERESOURCE_CID to NS_MAILBOXMESSAGERESOURCE_CID
(it is mailbox_message:// after all) created NS_NEWSMESSAGERESOURCE_CID (for news_message://)
1999-04-12 03:42:08 +00:00
sspitzer%netscape.com
40caa83d9c cleaned this code up. (still a work in progress) 1999-04-12 03:41:32 +00:00
sspitzer%netscape.com
6553448e41 more debugging printfs and comments to help explain what's going on 1999-04-12 03:37:29 +00:00
beard%netscape.com
ff4ab25e4e changed to "application/x-java-applet" 1999-04-12 03:36:06 +00:00
sspitzer%netscape.com
ffb75126f1 changes required because I added nsNewsSummarySpec.h nsNewsSummarySpec.cpp 1999-04-12 03:35:38 +00:00
beard%netscape.com
dbee643bb0 1.0d7 1999-04-12 03:34:58 +00:00
sspitzer%netscape.com
093454be4c initial add (for the newsdb work) 1999-04-12 03:32:22 +00:00
beard%netscape.com
5f1e01d35f fixed call to eval() 1999-04-12 03:30:50 +00:00
beard%netscape.com
ae6d2cf34b support for "application/x-java-applet" 1999-04-12 03:30:04 +00:00
beard%netscape.com
a3b945978f added RunnableMixin.cpp 1999-04-12 03:29:27 +00:00
beard%netscape.com
f56a05205d Reworked to use nsIThreadManager::PostEvent() to execute JSObject methods from an arbitrary Java thread. 1999-04-12 03:29:00 +00:00
morse%netscape.com
8921d7ff71 integrate wallet and single signon 1999-04-12 03:26:34 +00:00
beard%netscape.com
18675c01fe First Checked In. 1999-04-12 03:26:18 +00:00
beard%netscape.com
c42a0a66e2 removed <PP_Types.h>, getting PL_EventQueue from the nsIEventQueueService, added calls to handle the PL_Events posted from other threads. 1999-04-12 03:23:55 +00:00
beard%netscape.com
a18c31a939 added mEventQueue, a PL_EventQueue 1999-04-12 03:21:25 +00:00
beard%netscape.com
56faada4a7 added PostEvent(), which calls nsIRunnable::Run() in a specified thread. 1999-04-12 03:20:21 +00:00
beard%netscape.com
1d5d1320df added PostEvent() 1999-04-12 03:17:58 +00:00
beard%netscape.com
6be1166070 removed g_pNSIServiceManager (no longer used) 1999-04-12 03:16:14 +00:00
beard%netscape.com
5ecb816431 added GetJSThread(), to obtain the thread ID to send events to via nsIThreadManager::PostEvent(). 1999-04-12 03:14:19 +00:00
beard%netscape.com
5fd3059110 added GetJSThread() 1999-04-12 03:12:48 +00:00
blizzard%redhat.com
4be0ff3ad1 add nsSelectionMgr stubs so this thing will run again 1999-04-12 02:31:52 +00:00
beard%netscape.com
9b0d85dbd9 simpler call to JSObject.eval 1999-04-11 23:41:38 +00:00
bienvenu%netscape.com
9d40543f13 add a couple methods for imap folder sync 1999-04-11 23:28:48 +00:00
bienvenu%netscape.com
920396ce57 fix a couple top level threading bugs 1999-04-11 23:27:36 +00:00
bienvenu%netscape.com
3a28d48c25 hook up some of the stuff for syncing folders 1999-04-11 23:26:30 +00:00
bienvenu%netscape.com
37eb214e56 add abstract interface for flag and uid state 1999-04-11 23:14:31 +00:00
braddr%puremagic.com
82c03050ce Changed direct uses of -lz or -lzlib to $(ZLIB_LIBS)
Changed direct use of -lnspr3 and friends to $(NSPR_LIBS)
1999-04-11 23:07:04 +00:00
buster%netscape.com
f8f342f19a vastly improved RemoveTextProperty
turned off debug output
1999-04-11 22:55:40 +00:00
buster%netscape.com
4f6edce3cd added some debugging output 1999-04-11 22:53:17 +00:00
braddr%puremagic.com
3bc610b54b -lz should be -lzlib 1999-04-11 22:37:49 +00:00
braddr%puremagic.com
dacff9811c Fix linking for nspr libs 1999-04-11 22:12:29 +00:00
briano%netscape.com
325673e8ea Automated update 1999-04-11 19:44:37 +00:00
ramiro%netscape.com
6099c444e2 Uncouple MOZ_DEBUG from --enable-debug. 1999-04-11 19:36:21 +00:00
sspitzer%netscape.com
d4a8d9ba2e windows doesn't build the mailbox test, so UNIX isn't going to either. 1999-04-11 19:24:12 +00:00
briano%netscape.com
ffb9c21ded Automated update 1999-04-11 17:44:37 +00:00
ramiro%netscape.com
c8e42cc318 Undo hack that made -O and -g were mutually exclusive. 1999-04-11 17:43:06 +00:00