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

391 Коммитов

Автор SHA1 Сообщение Дата
av%netscape.com 0f465e4756 #26893, moved GetDOMElement from nsIPluginTagInfo to nsIPluginTagInfo2.h 2000-04-18 21:44:56 +00:00
jband%netscape.com c0b3019569 NOT PART OF SEAMONKEY BUILD. Improve sample to show calling of [scriptable] xpcom interface methods directly from JavaScript using xpconnect. This should work on all platforms, but currently the visuals in the plugin are only updated on Windows. See bug 32150. r=av 2000-04-16 18:51:02 +00:00
mstoltz%netscape.com a4b2043dcb Made prefapi.h private and removed all #includes of it outside of libpref. r=norris 2000-04-15 03:43:09 +00:00
av%netscape.com aca871c891 Eliminated creation of invalid pointers which causes crash for some plugins, r=serge 2000-04-13 22:34:49 +00:00
tbogard%aol.net 8578007261 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
jband%netscape.com 14fe392124 NOT PART OF SEAMONKEY BUILD. Make plugin sample work on windows. It looks like this has been unable to compile on windows since someone added Unix only includes outside the #ifdef XP_UNIX block about *nine* months ago. There were also a few places where it was causing crashes. I'm not very confident in the rest of this code. 2000-04-12 08:35:15 +00:00
scc%netscape.com be4311c49a making string conversions explicit 2000-04-03 11:20:35 +00:00
scc%netscape.com 1c22b58d5d making string conversions explicit 2000-04-03 09:20:26 +00:00
cls%seawood.org 8a00e920f0 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 ddcfceb254 Fix for 33536, r=serge 2000-03-29 23:58:42 +00:00
warren%netscape.com d60b12b153 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 0f417b3b1e removed reference to nsString2 2000-03-26 23:30:52 +00:00
rickg%netscape.com 81ff6df89b removed reference to nsString2 2000-03-26 09:13:32 +00:00
scc%netscape.com 2fb0ab107e small changes to clients of string converting APIs 2000-03-26 09:07:50 +00:00
av%netscape.com 454b1c3fff Fixing mismatching delete's found by Purify, r=waqar 2000-03-23 00:45:49 +00:00
rhp%netscape.com 77ad4f848b 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 7909266590 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 ac10c73936 fix mac bustage 2000-03-14 07:42:31 +00:00
pavlov%netscape.com bee1edf015 add defined(RHAPSODY) around the XP_MAC lines 2000-03-14 06:16:13 +00:00
rickg%netscape.com 4791ab3e8f removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
tbogard%aol.net 330b688b8e 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 50770e485a Making the debug target include the debug prefix file. Checkin for warren. 2000-03-06 00:59:54 +00:00
warren%netscape.com 2ec79be810 Adding pluginDebugPrefix.h 2000-03-06 00:53:47 +00:00
warren%netscape.com 6175369ec4 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 a3a9e8ac53 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 5c166f4fd5 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 14c16b4215 # 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 de5295e2e4 Fix for a memory leak. a=waterson,r=dougt 2000-02-22 23:47:25 +00:00
av%netscape.com f44a7d620c 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 b683bf9ab4 Fixing 27469, r=waqar 2000-02-12 01:43:02 +00:00
av%netscape.com a3656ae9bc Cleaning up. No changes in executable code. 2000-02-08 01:31:16 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
davidm%netscape.com fe41e25299 Bug 25949 update access paths for codewarrior update. 2000-02-06 04:38:30 +00:00
av%netscape.com e6ea1170b8 Fixing 26639, r=serge 2000-02-06 01:57:35 +00:00
av%netscape.com a30036d239 Fix 797, r=amusil. Added fail return on not finding a plugin for known mime type 2000-02-03 00:06:28 +00:00
av%netscape.com 1be3076bb7 Fixing #21938. Enabled for Windows only. r=pollmann 2000-02-01 00:42:52 +00:00
av%netscape.com 4f8d9ff361 Introducing flags to specify plugins dir location.
Not used yet. Getting ready for 21938.
2000-01-28 00:49:09 +00:00
dcone%netscape.com b0fee5d1bd support for regression testing. r=rods 2000-01-26 15:14:41 +00:00
av%netscape.com 2503b95a83 Fix for #18679 setting new stream to plugins seekable until netlib is ready to give this info r=vidur 2000-01-19 00:28:41 +00:00
pp%ludusdesign.com 13efd9e8c6 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
av%netscape.com 8ca1491a0e Bug 22598. r=vidur 2000-01-05 01:18:38 +00:00
av%netscape.com 8af17f66e2 Fixing 16519, r=VYV03354@nifty.ne.jp 1999-12-22 21:53:14 +00:00
tbogard%aol.net 780e191953 Fixing some places when talking to the webshell object to start talking through the new docshell interfaces. 1999-12-18 02:09:29 +00:00
blizzard%redhat.com ee9a807dec fix for bug 19559. fix the test plugin on linux. r=pavlov 1999-12-07 23:50:00 +00:00
tbogard%aol.net fb7fad4bed 1.) WebShell no longer implements nsIScriptContextOwner.
2.)  WebShell now implements the new nsIScriptGlobalObjectOwner.
3.)  WebShell supports GetInterface to nsIScriptGlobalObject.
4.)  Documents no longer carry around a reference to nsIScriptContextOwner.  Instead they hold on to a nsIScriptGlobalObject.  nsIDocument::GetScriptContextOwner has now become nsIDocument::GetScriptGlobalObject().  Same change to the set methods.
1999-12-03 09:36:54 +00:00
drapeau%eng.sun.com f0789172d2 Fix for bug 18899 ('Make "--enable-oji" as part of the default Mozilla
Build').  Modified files that conditionally compiled in support for
OJI, replacing with code that looks for OJI as an XPCOM service, and
failing gracefully if the OJI XPCOM service is not found.  The four
files modified by this fix are the only active ones; other modules
that conditionally compile in support for OJI appear to be dead code.

r=drapeau@eng.sun.com.  Fix contributed by Jayashri Visvanathan
(visvan@eng.sun.com).
1999-12-03 00:26:09 +00:00
warren%netscape.com a265a32348 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
buster%netscape.com 5e269fcf05 moved content-specific data and methods from nsIWebShell to appropriate content viewer interface
no bug number, this is for webshell redesign work
r=rickg, travis
1999-11-19 07:35:27 +00:00
jdunn%netscape.com d70d78c6bf Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
idk%eng.sun.com f96fad2acb Fix for bug 15217
r = akhil.arora@eng.sun.com, netscape.public.mozilla.java, netscape.public.mozilla.plugins
Added hook for pluglet-engine.
In case there are no handlers for some MIME type this hook would be using.
This fix does not create any dependencies on java-plugin module.
1999-11-16 04:18:59 +00:00