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

1224 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com ae6f7f9876 sizeof(mode) field was dependent on compiler settings, now nsPluginPrint.mode is always a PRUint16. 1999-08-02 21:44:54 +00:00
neeti%netscape.com 8d4775fb85 fix for bug 9853 1999-07-30 23:56:51 +00:00
dveditz%netscape.com cb94e57e83 removing LITENESS 1999-07-30 23:54:36 +00:00
av%netscape.com 1cda102bc4 Cleaning memory allocation bug #9855 1999-07-30 23:51:53 +00:00
pnunn%netscape.com 86a32a0993 Changes needed for alpha. pnunn. 1999-07-30 23:37:49 +00:00
pnunn%netscape.com e3b60e2013 changes needed for alpha. pnunn. 1999-07-30 23:37:16 +00:00
warren%netscape.com d7711efc64 Fix for prefs crash. 1999-07-30 17:51:21 +00:00
warren%netscape.com 9b5e54e4ea Fixed leak. 1999-07-30 08:00:45 +00:00
blizzard%redhat.com 0c10e469f2 fix linux startup bustage. reviewed by sspitzer, approved by cyeh. 1999-07-29 19:42:55 +00:00
mscott%netscape.com dfbd81a5d6 fix build breakage by including config.mak 1999-07-29 03:28:00 +00:00
briano%netscape.com ea37bbc00a Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org. 1999-07-29 01:18:12 +00:00
briano%netscape.com 29bb9a3ea9 Last part of the fix for bug 8568. Removed all the temporary, transitional references to libreg.{a,so}. Approved by cyeh@netscape.com. 1999-07-28 21:47:07 +00:00
sspitzer%netscape.com e2dd59c128 change the nsIDirectoryIterator::Init interface to match the nsDirectoryIterator ctor: two paramenters, a file spec and a bool for resolveSymlinks. pass in PR_TRUE in the pref and component manager code. this fixes the problem where prefs wouldn't get loaded on the mac! 1999-07-27 23:33:54 +00:00
briano%netscape.com d99daeea9b Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
briano%netscape.com 1c4aa921c8 Needed to do the temporary copying in the libs step, not the install step. 1999-07-27 23:19:42 +00:00
briano%netscape.com ddbf4ba0d6 First temporary change involved in fixing bug 8568. This change will allow
for a smooth and hopefully breakage free checkin of all the dependent makefiles.
When that's done, these temporary changes can be deleted and the change to
"libmozreg" can be made permanent.
1999-07-27 21:45:10 +00:00
warren%netscape.com cdac747187 Added back in leak fix with NECKO ifdefs. 1999-07-27 04:30:34 +00:00
warren%netscape.com c1104b515c Backing out change. 1999-07-27 03:45:45 +00:00
warren%netscape.com 3587e7426a Fixed leak with GetAddress that now returns a copy. 1999-07-27 03:19:25 +00:00
hoa.nguyen%intel.com 8849d764e5 Sample HTML page with embed tag for the test XPCOM plugin. 1999-07-27 02:48:34 +00:00
hoa.nguyen%intel.com 6ed6e9de30 Added embed-test.html to Makefile. 1999-07-27 02:47:41 +00:00
av%netscape.com 6d9f9eeb78 fixing bug #7499 1999-07-27 01:30:55 +00:00
sspitzer%netscape.com a250c2a7d5 other header in compose feature, from dmose@netscape.com and endico@netscape.com. 1999-07-27 01:11:10 +00:00
dougt%netscape.com 69178099d5 Fix for bug 10177 and 10041. 1999-07-26 22:09:42 +00:00
rickg%netscape.com 1e54e607b1 removed warning 1999-07-26 02:05:35 +00:00
hoa.nguyen%intel.com db63f7c369 Changed SetUpPluginInstance to use NS_INLINE_PLUGIN_PROGID_PREFIX to instantiate plugins. 1999-07-25 23:20:03 +00:00
arielb%netscape.com 76ffc06aa5 Fix to the caps security module. I removed the nsPrincipal struct, from now
on you can access principals by their xpcomed interface nsIPrincipal.
1999-07-24 03:58:23 +00:00
sspitzer%netscape.com a0cbe7fa46 fix #10320 1999-07-23 01:08:09 +00:00
briano%netscape.com 7250b1091d Fix for IRIX 5.x. 1999-07-23 00:41:02 +00:00
hoa.nguyen%intel.com 67a6437bfc Defines a CID for the class. 1999-07-21 00:03:03 +00:00
hoa.nguyen%intel.com 18cfe8a6ed General cleanup so that the test plugin compiles. Implemented NSGetFactory, NSRegisterSelf, and NSUnregisterSelf. Used the ProgID prefix defined in nsIPlugin.h. 1999-07-21 00:00:13 +00:00
hoa.nguyen%intel.com a3231eda30 Removed dependencies on stub.c, bad.c, and java. 1999-07-20 23:58:05 +00:00
hoa.nguyen%intel.com 65b3084270 Added #define NS_INLINE_PLUGIN_PROGID_PREFIX "component://netscape/inline-plugin/" to be used a the prefix for the ProgID of all plugins. 1999-07-20 23:49:51 +00:00
dveditz%netscape.com 66a4e0d325 removed redundant registry locking to improve performance 1999-07-20 22:50:26 +00:00
warren%netscape.com 7bcb94a320 Changed around load group insertion/removal to happen on mozilla thread. 1999-07-20 08:46:33 +00:00
briano%netscape.com f700c3ee1e Fixed the logic and cleaned it up. 1999-07-19 23:31:33 +00:00
briano%netscape.com ced6d4970a Added BIN_OBJS to GARBAGE so 'make clean' will delete them properly. 1999-07-19 23:12:02 +00:00
sspitzer%netscape.com aac0cafc9d fix for #10127. create a default for the mail.update_compose_title_as_you_type pref 1999-07-19 20:50:22 +00:00
pnunn%netscape.com 4181faa107 Updated list. pnunn. 1999-07-19 19:50:29 +00:00
pnunn%netscape.com e02684b30a Clean up. pn. 1999-07-19 18:46:46 +00:00
pnunn%netscape.com 4480c9e351 Clean up. pnunn 1999-07-19 18:38:46 +00:00
beard%netscape.com a33961343f added GetIID() accessor 1999-07-17 01:57:10 +00:00
slamm%netscape.com 27b8289eff Fix build warnings. 1999-07-16 20:06:37 +00:00
sspitzer%netscape.com 192129c437 fix warning 1999-07-16 06:59:30 +00:00
dbragg%netscape.com 47844df597 Checked for null in memory allocation per bug #9852 1999-07-15 23:06:52 +00:00
sfraser%netscape.com 8771b2fa2b Fix the access paths to IDL files 1999-07-15 23:03:22 +00:00
sfraser%netscape.com 60e21c28ec Remove errant semicolons 1999-07-15 23:03:06 +00:00
sfraser%netscape.com f18691ddf6 First Checked In. 1999-07-15 23:02:50 +00:00
Jerry.Kirk%Nexwarecorp.com 336aa9974a Needed to add $(ZLIB_LIBS) to fix link problem under Neutrino 1999-07-15 11:44:30 +00:00
sspitzer%netscape.com 72dccf78fb use NS_DEFINE_CID instead of NS_DEFINE_IID 1999-07-15 07:02:37 +00:00