Commit Graph

1207 Commits

Author SHA1 Message Date
jst%netscape.com
26f8891307 Fixing bug 146143. Make sure the JS scope is cleared when leaving a full-page plugin. r=bzbarsky@mit.edu, sr=jaggernaut@netscape.com 2002-07-09 03:43:15 +00:00
jst%netscape.com
f2ccfa37c0 Fixing security bug 134315. Make sure we clear the JS scope in cases where it's needed. r=mstoltz@netscape.com, sr=brendan@mozilla.org 2002-07-09 02:49:58 +00:00
peterlubczynski%netscape.com
286fcef275 Fixing bug 148458: Netscape Radio crashes using Real Player if another plugin is being installed in another window because scripting any plugin in other window after plugins.refresh(1) causes this crash when plugin has been unloaded - N70PR1 [@ NPPL3260.DLL - XPTC_InvokeByIndex] r=av, sr=jst 2002-07-03 21:03:51 +00:00
jgaunt%netscape.com
0a7856e064 bug 78390 accessible support for full page PDFs
r=aaronl,peterl
sr=jst
2002-07-02 17:39:40 +00:00
mkaply%us.ibm.com
0dc792b7a0 #154161
r=pedemont, sr=blizzard
OS/2 only - get NPNULL plugin working on OS/2
2002-07-02 14:02:41 +00:00
peterlubczynski%netscape.com
00c8c0eeca Fixing plugins needs to cause XPTI to be refreshed when pluigins change, bug 154272 r=av sr=jband 2002-07-01 20:36:57 +00:00
mkaply%us.ibm.com
42765f4b10 #154161
r=cls
Turn on building of the NPNULL plugin on OS/2
2002-06-28 05:39:00 +00:00
mkaply%us.ibm.com
cb5e2389d8 #154161
r=pedemont, sr=blizzard
OS/2 only - get NPNULL plugin working on OS/2
2002-06-27 22:26:41 +00:00
peterlubczynski%netscape.com
4cf346e06f Fixing some plugins don't understand the DATA attribute on the OBJECT tag so in those cases copy that value to an appened "SRC" entry to the array of attributes/parameters plugins are passed. Bug 152334 r=av sr=waterson 2002-06-27 01:51:34 +00:00
av%netscape.com
3df19aa5dc Bug 148889 -- unloading XPConnected plugin DLLs may cause crash [ViewPoint], r=peterl, sr=beard 2002-06-26 04:32:49 +00:00
serge%netscape.com
356ed2a04f fix for 153547 crashed on page view - Trunk [@ nsPluginInstancePeerImpl::GetOwner] r=av,sr=beard 2002-06-26 00:42:25 +00:00
serge%netscape.com
3b3115b371 fix for #149336 Linux Flash crashes and causes stack curruption in NPP_New when swLiveconnect=TRUE, r=av/Roland.Mainz,sr=darin 2002-06-25 01:29:59 +00:00
dveditz%netscape.com
ae7fb8212d Don't reveal full plugin pathname (bug 88183) r=peterl, sr=alecf 2002-06-24 07:17:42 +00:00
serge%netscape.com
52eb6f7538 fix for #85958 Shockwave/Flash pages cause crash under Solaris [x-server/bit-depth], patch by sep@sparc.spb.su,r=serge,sr=blizzard 2002-06-20 01:50:54 +00:00
peterlubczynski%netscape.com
e0d830141f Fixing a crash with Java [@nsPluginHostImpl::AddInstanceToActiveList][@ jpins32.dll] where it doesn't addref the peer or returns error from Initialize, bug 140931 r=serge sr=beard 2002-06-14 20:45:29 +00:00
alecf%netscape.com
d8b279635a fix for bug 149102 - fix consumers of outdated TypicalInput/Output stream
r=dougt, r=av (plugin stuff) sr=jag
2002-06-13 18:19:10 +00:00
dougt%netscape.com
631e0ce2d0 Fixes build bustage for cbiesinger 2002-06-12 00:29:17 +00:00
alecf%netscape.com
bcf192e308 fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes) 2002-06-06 20:28:14 +00:00
serge%netscape.com
d336b52db4 fixing bustage checking in missing file bug #44160 2002-06-01 01:41:07 +00:00
serge%netscape.com
45b958f436 fix #44196 improperly parented modal dialog in nsPluginHostImpl.cpp, r=av, sr=beard 2002-06-01 00:56:38 +00:00
timeless%mac.com
cb8b53b947 back out this morning's mess, it caused crashes at startup on unix (not mac or win .. oddly enough)
#0  0x4197db8e in nsPluginHostImpl::~nsPluginHostImpl (this=0x81beca0, __in_chrg=3)
    at mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp:2630
#1  0x4197dd61 in nsPluginHostImpl::Release (this=0x81beca0)
    at mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp:2639
#2  0x4015a878 in nsObserverList::AddObserver (this=0x81bed08, anObserver=0x81becb0, ownsWeak=1)
    at ../../dist/include/xpcom/nsCOMPtr.h:490
#3  0x4015b7da in nsObserverService::AddObserver (this=0x80f1678,
    anObserver=0x81becb0, aTopic=0x419a2b73 "quit-application", ownsWeak=1)
    at mozilla/xpcom/ds/nsObserverService.cpp:163
2002-05-31 08:05:14 +00:00
timeless%mac.com
be1e39b7ac bustage, sorry,
it's nsISupportsWeakReference, not nsIWeakReference
and we didn't want to touch nsPluginCacheListener which is what caused the original confusion
2002-05-31 06:15:05 +00:00
timeless%mac.com
760ebea4e9 whoops bustage, you need to up the IMPL_ count when you implement a new interface 2002-05-31 05:48:09 +00:00
timeless%mac.com
5c8c9dac42 Bug 107485 nsPluginHostImpl's shutdown listener should be a weak reference
patch by adu@sparc.spb.su r=dougt sr=darin
2002-05-31 05:14:00 +00:00
peterlubczynski%netscape.com
6ddf6bda0e Fixing bug 134445, OBJECT tag needs to be able to access default plugin r=av sr=beard 2002-05-30 22:31:27 +00:00
serge%netscape.com
aec8f5f672 fix #146328 PluginViewerImpl::Init(nsIWidget* aParentWidget ==> check out this parameter, a=av/peterl, sr=beard 2002-05-29 18:21:58 +00:00
serge%netscape.com
3d76255318 fix for #145377, crash after closing acrobat plugin, r=av, sr=darin 2002-05-26 22:52:19 +00:00
jdunn%netscape.com
5801b9c5bd fixing plugins extensions for HP & AIX
# 106806
r=serge@netscape.com,pkw@austin.ibm.com
2002-05-22 14:54:23 +00:00
peterlubczynski%netscape.com
c773201d06 Fixing last checkin for bug 120875, hiding plugin for tabs, r=bnesse sr=beard 2002-05-20 03:29:48 +00:00
av%netscape.com
115cffc721 Fixing 143178 -- refreshing plugins before going to the plugin finder sevice, r=peterl, sr=beard 2002-05-16 20:47:29 +00:00
rods%netscape.com
55cdb88790 Adds a new arg to the PP call. The new arg is not being used, it is
for future and is needed for the API freeze.
Bug 144716 r=dcone sr=attinasi
2002-05-16 13:51:54 +00:00
peterlubczynski%netscape.com
926fa63da0 Fixing keyboard events with full page plugins on Mac bug 143316 r=av sr=attinasi 2002-05-16 06:43:03 +00:00
rods%netscape.com
0c5c90b638 This patch does the following:
1) Introduces a new public interface nsIPrintSettingService which emables consumers to create PS objects whithout a nsIWebBrowserPrint interface
2) The implementation is nsPrintOptionsImpl which now impls the private interface nsIPrintOptions and the public iface nsIPrintSettingsService
3) Several methods/attrs have been moved from nsIWebBrowserPrint iface to nsIPrintSettingsService
4) The CIDs for nsIPrintOptions and nsIPrinSettingsService are now the same.
5) There is no longer a CID "@mozilla.org/gfx/printoptions;1"
6) nsIWebBrowserPrint still has the "globalPrintSettings" attr so if you already have an nsIWebBrowserPrint you don't have to create the PS Service to get it.
7) A bug has been filed to rename the imlp of nsPrintOptionsImpl to nsPrintSettingsService.
Bug 144128 r=dcone sr=attinasi
2002-05-14 12:05:00 +00:00
serge%netscape.com
20b5be8490 fix for 119494, Mozilla breaks the stream to the plugin if server cannot proceed byte range request
[returns 200, instead of 206] r=peterl, sr=darin
2002-05-10 18:32:42 +00:00
rods%netscape.com
1d956bc3a5 making a few adjustments to the APIs before the freeze
Bug 143248 r=conrad sr=attinasi
2002-05-09 22:02:44 +00:00
darin%netscape.com
6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
peterlubczynski%netscape.com
ed6c60e365 Fixing problems with showing/hiding Mac plugins. Specifically, these problems:
* Mouse events "bleeding through" tabs so that a plugin in one tab responds to mouse movements in another (bug 120875)
* dynamic control of CSS visiblity property with plugins on mac (can hide/show plugins) (bug 137230)
* Plugins incorrectly show up on top of documents and in the wrong place in print preview. This fix will also them to be hidden like they are on other platforms. (bug 133992)
r=av sr=beard
2002-05-02 22:47:49 +00:00
peterlubczynski%netscape.com
2be1fd796f Fixup to previous checkin for scanning plugins in installation folders, bug 133282 r=av sr=attinasi 2002-05-02 20:37:32 +00:00
peterlubczynski%netscape.com
53c8d6abea Implementing new prefs that will allow for automatic scanning of tier one plugins in their installation locations:
pref("plugin.scan.SunJRE", "1.3");
pref("plugin.scan.Acrobat", "5.0");
pref("plugin.scan.Quicktime", "5.0");
pref("plugin.scan.WindowsMediaPlayer", "7.0");
pref("plugin.scan.4xPluginFolder", false);

This also adds a one-off hack to scan for Real Player (nppl3260.dll) in the XPCOM components folder.

Bug 133282, r=av sr=waterson
2002-05-01 02:01:50 +00:00
serge%netscape.com
3a30e01e86 fix #139572 [Acrobat's form fails to render ( pdf on secure site)] r=peterl, sr=beard 2002-04-30 23:39:59 +00:00
av%netscape.com
447d57885d Fixing 106411 -- 'Starting plugin...' message is stuck in the status bar, r=serge, sr=beard 2002-04-30 05:08:44 +00:00
darin%netscape.com
e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
av%netscape.com
fb9a9cae4e Bustage fix 2002-04-27 02:24:18 +00:00
av%netscape.com
134281f763 Fixing 132430 -- RealJukeBox breaks the plugin finder service, r=peterl, sr=attinasi 2002-04-27 01:48:51 +00:00
av%netscape.com
af0d4f3224 Fixing 132430 -- RealJukeBox breaks plugin finder service, r=peterl, sr=attinasi 2002-04-27 01:47:18 +00:00
serge%netscape.com
7a2636e096 fix 130080 [Signing Acrobat doesn't work] r=peterl, sr=darin 2002-04-25 21:28:06 +00:00
peterlubczynski%netscape.com
a51efc3a41 Fixing crash with default plugin, r=av, sr=waterson, bug 139529 2002-04-25 14:07:46 +00:00
seawood%netscape.com
c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
jst%netscape.com
18f1c685f6 Fixing regression bug 138663. Cached mail compose windows open up blank. r=harishd@netscape.com, sr=jband@netscape.com 2002-04-24 00:33:56 +00:00
jst%netscape.com
70e9ad0081 Fixing printing crash bug 127891. Make the destruction of printing related frames not hide iframe's document viewers. r=rods@netscape.com, sr=rpotts@netscape.com 2002-04-22 23:12:18 +00:00