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

299 Коммитов

Автор SHA1 Сообщение Дата
gagan%netscape.com 5124c48251 More mem leak fixes that were showing up originating in nsStdURL in bruce's log. 1999-08-27 10:23:41 +00:00
rpotts%netscape.com 0085d83ab0 M9 BRANCH landing... 1999-08-26 22:45:55 +00:00
mccabe%netscape.com a900e17559 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
mccabe%netscape.com 17cdc659d1 NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com 381fb81c4f Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
tbogard%aol.net 08975c300d Fixed Mac.. 1999-08-19 06:29:05 +00:00
tbogard%aol.net 57feff30c2 XPCOM Cleanup: Fixed Aggregation macros in nsAgg.h to do aggregation correctly. Fixed usages and implementation of aggregation using these macros through out the tree. 1999-08-19 05:36:30 +00:00
beard%netscape.com 53b68810ba reverting GetDocumentBase() to be consistent with other accessors. If we decide to change this, let's change ALL of them. 1999-08-03 02:51:39 +00:00
hoa.nguyen%intel.com 7188783d86 Fixed and errant return condition in SetupPluginInstance(). 1999-08-03 00:17:55 +00:00
hoa.nguyen%intel.com 7bd8e1c0a0 Added a parameter to the embed tag for testing. 1999-08-02 23:20:41 +00:00
hoa.nguyen%intel.com f565103cc1 Added some debug printf's. Added support for parameter passing in SimplePluginInstance::Initialize. 1999-08-02 23:19:29 +00:00
beard%netscape.com 753dd5b871 sizeof(mode) field was dependent on compiler settings, now nsPluginPrint.mode is always a PRUint16. 1999-08-02 21:44:54 +00:00
av%netscape.com 244d54562a Cleaning memory allocation bug #9855 1999-07-30 23:51:53 +00:00
blizzard%redhat.com fe8fd51bc4 fix linux startup bustage. reviewed by sspitzer, approved by cyeh. 1999-07-29 19:42:55 +00:00
mscott%netscape.com 23fef95974 fix build breakage by including config.mak 1999-07-29 03:28:00 +00:00
hoa.nguyen%intel.com cc33418985 Sample HTML page with embed tag for the test XPCOM plugin. 1999-07-27 02:48:34 +00:00
hoa.nguyen%intel.com 591faaf135 Added embed-test.html to Makefile. 1999-07-27 02:47:41 +00:00
av%netscape.com 89a6d3df46 fixing bug #7499 1999-07-27 01:30:55 +00:00
dougt%netscape.com 5adb63dcaf Fix for bug 10177 and 10041. 1999-07-26 22:09:42 +00:00
rickg%netscape.com 6476768c6c removed warning 1999-07-26 02:05:35 +00:00
hoa.nguyen%intel.com 68927ced05 Changed SetUpPluginInstance to use NS_INLINE_PLUGIN_PROGID_PREFIX to instantiate plugins. 1999-07-25 23:20:03 +00:00
hoa.nguyen%intel.com 6d3406b7c6 Defines a CID for the class. 1999-07-21 00:03:03 +00:00
hoa.nguyen%intel.com 3d0cb5243d 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 5f9726b132 Removed dependencies on stub.c, bad.c, and java. 1999-07-20 23:58:05 +00:00
hoa.nguyen%intel.com ba68770ede 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
warren%netscape.com bf8423a769 Changed around load group insertion/removal to happen on mozilla thread. 1999-07-20 08:46:33 +00:00
briano%netscape.com ce8e1867e9 Fixed the logic and cleaned it up. 1999-07-19 23:31:33 +00:00
beard%netscape.com 1a4535f1d5 added GetIID() accessor 1999-07-17 01:57:10 +00:00
slamm%netscape.com e33e65a165 Fix build warnings. 1999-07-16 20:06:37 +00:00
sspitzer%netscape.com c05c2ac5f7 use NS_DEFINE_CID instead of NS_DEFINE_IID 1999-07-15 07:02:37 +00:00
jdunn%netscape.com d5a452ac6d HP compiler flags this "implicit conversion of string literal" as an error so
added the cast.
1999-07-14 16:45:02 +00:00
warren%netscape.com 61c8d73b43 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
edburns%acm.org a16588ba99 Removed non ifdef'd debugging statements. 1999-07-08 20:25:53 +00:00
slamm%netscape.com 169624e5db Remove carriage returns. They trip up some compilers. a=cyeh. 1999-07-07 20:18:27 +00:00
av%netscape.com aa288fc1b6 Removing commented out code 1999-07-07 13:37:36 +00:00
warren%netscape.com 9975942bdb Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
warren%netscape.com 9953c17d28 Fixed clobber to not fail if directory isn't there. 1999-07-07 04:20:31 +00:00
av%netscape.com 4f17bd8597 Adding full path to pluginTag.mFileName on Windows 1999-07-07 00:37:41 +00:00
edburns%acm.org 86858cc900 Alex Musil's long awaited plugin changes. 1999-07-07 00:28:34 +00:00
av%netscape.com e0e557e1bd Delaying loading plugin dll till actually needed, potentially decreasing
startup time significantly. LoadPlugin() call moved from LoadPlugins to
GetPluginFactory. Windows only.
1999-07-06 04:14:54 +00:00
av%netscape.com 844b044920 Addressing bug #5978 1999-07-03 00:07:46 +00:00
dveditz%netscape.com d3f47f37f5 makefile cleanups 1999-07-02 13:40:18 +00:00
dveditz%netscape.com 17864a291d Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles 1999-07-02 11:50:19 +00:00
cyeh%netscape.com 5f3526c72b stupid fix for #7190. create default plugins directory in the executable directory. this causes searching for 3.0 and 4.0 plugins to not occur. will prevent java crashes and also speed up launch time. 1999-07-02 04:44:44 +00:00
cyeh%netscape.com bc706d8832 i am an idiot. if the directory already exists, don't try and make it again. 1999-07-02 01:22:21 +00:00
cyeh%netscape.com 13d037ce40 stupid fix for #7190. creating a plugins directory by default prevents
code that goes searching for old 3.0 and 4.0 plugins and loading
those. this should help with start-up times.
1999-07-01 23:32:54 +00:00
warren%netscape.com bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
sspitzer%netscape.com 8f54c29b26 fix warning 1999-07-01 08:40:21 +00:00
av%netscape.com d012806a8e Swapping boolean specifying windowless plugin in accordance with the spec 1999-06-30 00:49:03 +00:00
scc%netscape.com f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00