Commit Graph

146 Commits

Author SHA1 Message Date
vidur%netscape.com
d2d27887f3 Removed parser entries from nsSetupRegistry. Parser is now a module. To be reviewed by RickG. 1999-09-30 22:09:51 +00:00
dp%netscape.com
9926752843 Removing pref and ifndef necko dlls from registration. 1999-09-27 23:57:15 +00:00
kipp%netscape.com
2ac86155c5 Removed throbber from registry setup 1999-09-25 20:10:02 +00:00
rjc%netscape.com
85d1810ae8 Expose clipboard to JS and start hooking up bookmark window's cut/copy/paste/delete/select-all menu items. 1999-09-21 12:34:16 +00:00
beard%netscape.com
478deb6e42 registering the JVMManager component. 1999-09-18 22:39:55 +00:00
beard%netscape.com
7d6cc001a0 renamed all kC*IID to kC*CID, added progID strings for GFX. 1999-09-05 23:55:20 +00:00
dcone%netscape.com
fa47e1b487 added the PopUpCID 1999-09-03 13:34:50 +00:00
kipp%netscape.com
78bace2449 Use nsAutoString instead of nsString for temps 1999-09-02 18:13:07 +00:00
pinkerton%netscape.com
87f33acbde give progid's to transferable and the drag service. 1999-09-02 06:53:32 +00:00
norris%netscape.com
ec9d253f50 Add all-powerful system principals. Remove some dead code from the build. 1999-09-01 00:54:35 +00:00
ramiro%netscape.com
2835075ab2 Remove the TOOLKIT_EXORCISM hack. Make non-monolithic toolkit linking the
default for Linux and Solaris.  Need testing on other platforms (HELP!)
That means that toolkit libraries are not linked into the app - for truly
XP apps such as the apprunner.  The gecko viewer still needs to link in
the toolkit, cause it has toolkit code in its main().
Replace the hack with something more useful.  There is a
--enable-monolithic-toolkit flag for platforms with dumb linkers and runtime
loaders.

Also landed the remainder of Shawn Packwood's qt port.
1999-08-17 09:33:48 +00:00
edburns%acm.org
76832ecb8b This fix is for http://bugzilla.mozilla.org/show_bug.cgi?id=5429.
This fix enables the Tasks->Java Console menu item to show the Java
Console provided by the JRE plugin if it is installed.

It also exposes nsIJVMManager as a full XPIDL citizen, with the progid
component://netscape/oji/jvm-mgr.  see modules/oji/public/nsIJVMManager.idl
for the methods that can be called.

Thanks to Trevor, John Bandauer, Brendan Eich and Robert Yang.
1999-08-12 01:56:18 +00:00
ramiro%netscape.com
e560b3661b Landing unix toolkit exorcism changes. #ifdef-ed OFF for now. 1999-08-02 13:53:49 +00:00
sdagley%netscape.com
8291c87cd2 Necko specific change. The IOService component is self registering so it doesn't belong here any more. 1999-07-25 01:55:26 +00:00
jfrancis%netscape.com
9f8fbd3fe6 assorted work to expose nav html dtd to editor 1999-07-19 22:52:48 +00:00
ramiro%netscape.com
f26f7f5fa2 Step 2 of cleaning up link time toolkit dependencies. Change the names of
the gfx and widget dsos to be readable by normal human beings that expect
some kind of spacer between cryptic acronyms.  Thank you.
1999-07-17 22:24:49 +00:00
sdagley%netscape.com
0e952eb01b Fix for bug #8733. I know the tree is closed because of Linux but this is a Mac specific change. Normally I'd wait for the tree to open or get approval but I've been up for over 24 hours and I can't find cyeh or chofmann so I'm checking in and going to get some sleep. If there are any questions ask dp as he's the one that figured out the wrong registration call was being made for filespecwithui. 1999-07-06 20:53:32 +00:00
valeski%netscape.com
991f56df57 change netlib lib reference to necko lib 1999-06-30 00:44:07 +00:00
mcmullen%netscape.com
bf4cefa623 Registered nsIFileSpecWithUI 1999-06-22 23:32:34 +00:00
dp%netscape.com
65fc0e7499 XPCOM switched to using nsIFileSpec. 1999-06-22 14:02:58 +00:00
valeski%netscape.com
e23b3c673c NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
sdagley%netscape.com
a3f562aed1 Finish landing XP Beep() functionality (bug #6911). Approved chofmann, reviewed saari & mcafee. 1999-06-16 23:23:45 +00:00
ftang%netscape.com
0bf5a2a8a1 fix bug 5565 1999-06-15 01:27:44 +00:00
ftang%netscape.com
1b0ffe2515 remove nsUnicharUtil for win, ifdef XP_MAC untill we verify 1999-06-12 01:21:50 +00:00
ftang%netscape.com
689d50b775 remove nsUnicharUtil since it is a componment, the #ifdef will take out after we verify w/ mac and win 1999-06-11 21:44:15 +00:00
dp%netscape.com
1df18c6339 Code cleanup 1999-06-09 19:15:08 +00:00
briano%netscape.com
70b785107a Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 21:54:38 +00:00
alecf%netscape.com
e61b37cdb5 register nsIPref with a useable progID 1999-05-28 23:02:13 +00:00
dp%netscape.com
94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
gayatrib%netscape.com
7eac71aba9 removed all references to profile as it is a component now 1999-05-19 05:17:32 +00:00
rods%netscape.com
a855cd995e Added nsFontRetrieverService registration 1999-05-17 20:34:52 +00:00
hyatt%netscape.com
4fce1a3526 Making sure context menus can be made. 1999-05-15 02:53:03 +00:00
rods%netscape.com
50d31f91d8 removed GenericTransferable 1999-05-13 22:03:01 +00:00
tague%netscape.com
eeb88c25ca Fixed bug #5564, #6214. Problems with nsLocale.dll components not loading. dp reviewed changes 1999-05-12 22:24:20 +00:00
kipp%netscape.com
a613478e91 Removed layout registry hackery 1999-05-06 19:32:56 +00:00
dp%netscape.com
c4faf68d49 Moving Autoregitration out of SetupRegistry() 1999-05-06 13:35:25 +00:00
hyatt%netscape.com
c7c42bf6f1 Changes to the APIS for webshellcontainer. 1999-05-04 23:33:55 +00:00
vidur%netscape.com
3726eeea35 Added HTMLOptionElement factory registration. 1999-05-04 20:54:26 +00:00
erik%netscape.com
42d08f3b76 Fix for bug 5567. Removed registration of strres.dll, since it is handled
by the auto-registration facility for DLLs living in the "components"
directory.
1999-04-28 00:33:06 +00:00
cata%netscape.com
7679ce30eb Elliminated the RegisterComponent() calls from NS_SetupRegistry() for some true components. 1999-04-27 20:26:20 +00:00
warren%netscape.com
1ea549d80d Started factoring nsIPersistentProperties from nsIProperties. 1999-04-22 07:32:51 +00:00
mcafee%netscape.com
69c6ca164e Removing NEW_CLIPBOARD_SUPPORT ifdef. 1999-04-22 06:46:51 +00:00
cata%netscape.com
cf60c8d83c Fixed CID declaration. 1999-04-19 22:22:52 +00:00
rods%netscape.com
f92a98d0ff Fixed nsIGenericTransferable registry, added D&D to Registry 1999-04-17 13:56:22 +00:00
rods%netscape.com
a827ae73a8 fixed 1999-04-16 21:14:33 +00:00
mcafee%netscape.com
3dc8a10efc Removing //#define NEW_CLIPBOARD_SUPPORT 1999-04-16 17:36:33 +00:00
mcmullen%netscape.com
9fa57f360d Added profile to the Macintosh build 1999-04-15 22:45:44 +00:00
neeti%netscape.com
216a362b98 Enabled ObserverService api on Mac and Unix 1999-04-12 19:13:42 +00:00
gayatrib%netscape.com
d1905e519f Added profile module back 1999-04-11 09:41:53 +00:00
gayatrib%netscape.com
acdaaedc70 removed profile module. Need to use RegFactory to manually register the xpprofile32.dll for now. This problem will be fixed shortly 1999-04-11 08:53:35 +00:00