Commit Graph

327 Commits

Author SHA1 Message Date
michael.lowe%bigfoot.com
ea7c30bd13 Fix some leaks, and other problems found using BoundsChecker r=bryner@uiuc.edu 2000-05-14 09:18:43 +00:00
jim_nance%yahoo.com
318c844a28 Fix 37025. Slightly modified version of Rusty Lynches patch. r=jim_nance@yahoo.com 2000-05-13 12:39:16 +00:00
cls%seawood.org
ac8b98306f Added -DMOZ_WIDGET_<toolkit> for each toolkit that is enabled. Tweaked legacy plugin support so that it will compile when not using gtk. Bug 38145 2000-05-13 04:41:56 +00:00
av%netscape.com
307f4b983d Adding zero check on a char pointer before sending it to printf. 2000-05-12 00:46:07 +00:00
av%netscape.com
67457c0759 Stanley Ho's patch to fix 19222 2000-05-10 23:29:21 +00:00
av%netscape.com
f55128b4ee This will fix 27558 2000-05-09 00:56:29 +00:00
av%netscape.com
b400dfc1ec Code clean up 2000-05-09 00:37:52 +00:00
rusty.lynch%intel.com
adcaf14f83 Fix for bug #797. -r=av 2000-05-06 06:00:48 +00:00
av%netscape.com
80a224276f Fixing typo in the debug output string 2000-05-03 22:34:28 +00:00
sfraser%netscape.com
633589f48e Fix access paths to remove old freenav path. 2000-05-03 05:32:39 +00:00
av%netscape.com
a0ee0f3a8a Fixing release leaks for plugin instance, bug #37915 2000-05-02 22:27:58 +00:00
colin%theblakes.com
c7201a29ec Link in toolkit. r=cls 2000-05-02 10:19:23 +00:00
av%netscape.com
b60edde878 Cleaning up addref/release pairs for plugin instance 2000-04-26 06:19:26 +00:00
jim_nance%yahoo.com
e9b2c2f7ee Fix Tru64 bustage. r=blizzard 2000-04-25 02:22:51 +00:00
cls%seawood.org
8df9167f1c Build fixes for BeOS. Bug 36924 & bug 36926. Thanks to Justin Morey <justin@68k.org> for the patches. 2000-04-25 02:05:08 +00:00
hoa.nguyen%intel.com
d9959a44f8 Fixed a bug where the browser would die try to dlopen gtkxtbin
when loading a legacy plugin (on Linux.) This is still part of the
bug fix for #31012
-r=sspitzer
2000-04-23 01:01:23 +00:00
mscott%netscape.com
aedfead0f9 fix build breakage for windows and mac. 2000-04-22 21:47:01 +00:00
sspitzer%netscape.com
ffbebb6147 fix build bustage. 2000-04-22 21:41:59 +00:00
hoa.nguyen%intel.com
6ceb9673f4 Adding legacy plug-in support for Linux. These changes depend on a new gtkxtbin library.
This applies to bug #31012. r=blizzard
2000-04-22 20:50:22 +00:00
av%netscape.com
87c1849b52 Fixing memory leak during start up, #35912 2000-04-22 00:04:24 +00:00
av%netscape.com
8527043efd #26893, moved GetDOMElement from nsIPluginTagInfo to nsIPluginTagInfo2.h 2000-04-18 21:44:56 +00:00
av%netscape.com
942eabd0da Eliminated creation of invalid pointers which causes crash for some plugins, r=serge 2000-04-13 22:34:49 +00:00
tbogard%aol.net
630216d09d When the object goes away due to the last ref on the object, make sure to Destroy() so we free everything up that is usually done there. 2000-04-13 02:52:34 +00:00
scc%netscape.com
c5c503948f making string conversions explicit 2000-04-03 11:20:35 +00:00
scc%netscape.com
7f12694e41 making string conversions explicit 2000-04-03 09:20:26 +00:00
cls%seawood.org
cd487cbabb Set SHORT_LIBNAME in cases that library name will exceed 8 chars for OS/2. Bug #34106 a=leaf 2000-04-01 10:18:48 +00:00
av%netscape.com
8f89e6a0ae Fix for 33536, r=serge 2000-03-29 23:58:42 +00:00
warren%netscape.com
727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
rickg%netscape.com
879014aa87 removed reference to nsString2 2000-03-26 09:13:32 +00:00
scc%netscape.com
c159ce9031 small changes to clients of string converting APIs 2000-03-26 09:07:50 +00:00
av%netscape.com
11231d848e Fixing mismatching delete's found by Purify, r=waqar 2000-03-23 00:45:49 +00:00
rhp%netscape.com
4e23d61267 Changes to fix many bugs including quoting style size - vcard I18N fixes - compose fixes - etc - Bug #: 12505 25610 29806 30048 30744 31207 31589 2000-03-15 01:47:36 +00:00
av%netscape.com
b2e11193ec Fix for 29688, ignorin Java plugin found in 4.x installation; r=stanley.ho@eng.sun.com, a=rickg 2000-03-15 01:27:30 +00:00
pavlov%netscape.com
2062d07f92 fix mac bustage 2000-03-14 07:42:31 +00:00
pavlov%netscape.com
0442a847fa add defined(RHAPSODY) around the XP_MAC lines 2000-03-14 06:16:13 +00:00
rickg%netscape.com
ffe78e83e5 removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
tbogard%aol.net
a069a1170c ContentViewer Initialization now take an nsIWidget instead of a native window. Set status using the nsIWebBrowserChrome interface instead of the old nsIBrowserWindow interface. 2000-03-11 01:25:34 +00:00
dougt%netscape.com
d97829c49f Making the debug target include the debug prefix file. Checkin for warren. 2000-03-06 00:59:54 +00:00
warren%netscape.com
0d12f3b2a4 Adding pluginDebugPrefix.h 2000-03-06 00:53:47 +00:00
warren%netscape.com
b9eb7f33da Attempt to fix the mac bustage. NS_CurrentThread is only defined for debug builds. 2000-03-05 23:16:28 +00:00
av%netscape.com
52a1708dcd Fix for 27755 on behalf of stanley.ho@eng.Sun.COM, r=av, a=rickg 2000-03-03 00:53:45 +00:00
tbogard%aol.net
4eec4fb506 nsIPref is no longer passed around through inits on webshell, content viewers and presContext. In places where it is needed, it can be retrieved from the service manager. I removed a number of the getters and setters for prefs as the prefs will be the same from the service manager so we don't need getters. r=waterson a=rickg 2000-03-02 07:13:02 +00:00
mkaply%us.ibm.com
5eb928c520 # 25555
r= beard@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-28 15:00:30 +00:00
bruce%cybersight.com
bd75c76d80 Fix for a memory leak. a=waterson,r=dougt 2000-02-22 23:47:25 +00:00
av%netscape.com
114e4ad148 Fixin bug 15210 -- using more specific call CreatePluginInstance
instead of CreateInstance, r=idk@eng.sun.com
2000-02-15 23:24:10 +00:00
av%netscape.com
8395d3af87 Fixing 27469, r=waqar 2000-02-12 01:43:02 +00:00
av%netscape.com
20adb1ce82 Cleaning up. No changes in executable code. 2000-02-08 01:31:16 +00:00
scc%netscape.com
73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
davidm%netscape.com
643d194472 Bug 25949 update access paths for codewarrior update. 2000-02-06 04:38:30 +00:00
av%netscape.com
80ad5c1a9a Fixing 26639, r=serge 2000-02-06 01:57:35 +00:00