Commit Graph

63 Commits

Author SHA1 Message Date
jst@mozilla.org
2edc3eed02 Fixing bug 406251. Make NPVariant to jsval conversion do the right thing with large integer values. r+sr=peterv@propagandism.org, a=dsicore@mozilla.com 2007-12-03 16:33:48 -08:00
jst@mozilla.org
62949b7761 Fixing bug 406040. Paving the way for the new NPRuntime enabled Java plugin, making Firefox able to find the new plugin when installed alongside the old plugin. Patch by kenneth.russell@sun.com, r=robert.bugzilla@gmail.com, sr=jst@mozilla.org 2007-12-01 00:12:22 -08:00
joshmoz@gmail.com
233673d62a clean up mac default plugin. b=373070 r=mento sr=jst a=schrep 2007-11-14 22:23:46 -08:00
joshmoz@gmail.com
3670c07737 Fix npapi so that drawing models users can compile properly. Need NPPV version of NPNVpluginDrawingModel. Original patch by Shane Caraveo. API compat patch for WebKit is WebKit bug 15946, WebKit patch by Josh committed. b=403418 r=josh sr=jst 2007-11-13 12:02:03 -08:00
jst@mozilla.org
7ba82652d3 Fixing bug 386493. Work around WMP plugin bug where it's unable to process incoming data while waiting for initialiation streams. r=cbiesinger@gmx.at, sr=bzbarsky@mit.edu 2007-11-11 22:07:10 -08:00
reed@reedloden.com
ae7d90ecef Bug 398313 - "Java plugin doesn't show up in disabled state (Add-ons Manager)" [p=Mossop r+sr=jst a=blocking1.9+] 2007-11-07 01:06:40 -08:00
jst@mozilla.org
841f9202a9 Fixing bug 398446. Make sure any JS exceptions thrown while plugins invoke JS are reported before we return control to the plugin. r+sr=mrbkap@gmail.com, a=dsicore@mozilla.com 2007-11-06 09:56:03 -08:00
jst@mozilla.org
8ed8c5149f Fixing bug 401053. Make sure to initialize LiveConnect any time a Java applet is loaded, no matter what markup was used to load the applet. r+sr=dveditz@cruzio.com, a=dsicore@mozilla.com 2007-10-31 15:52:11 -07:00
jst@mozilla.org
ed086ba697 Fixing bug 400619. Make sure to push the JS context onto the JS context stack in NP_HasProperty() to make sure the JS calls in that function work even when called w/o any JS on the stack. r+sr=jonas@sickin.cc, a=drivers. 2007-10-25 15:21:04 -07:00
jst@mozilla.org
2f5c99810e Fixing bug 393928. Lazily initialize liveconnect, and only initialize it when we can't find a Java plugin that supports NPRuntime. When a Java plugin that supports NPRuntime is found, use NPRuntime to expose liveconnect functionality (i.e. window.java and window.Packages). r=cbiesinger@gmx.at, sr=bzbarsky@mit.edu, a=jonas@sicking.cc 2007-10-09 18:24:28 -07:00
ginn.chen@sun.com
a648e072e1 Fix bustage bug 397992 2007-10-02 03:31:18 -07:00
ginn.chen@sun.com
f42510958f Bug 397992 Gtk-CRITICAL assertion `GTK_IS_WIDGET (widget)' failed at exit Firefox r+sr+a=roc 2007-10-02 03:07:17 -07:00
sayrer@gmail.com
cf1bde53af Bug 396828. 'Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread' within ns4xPluginInstance::Stop. r=jst, sr=brendan, a=jst 2007-09-29 23:19:52 -07:00
reed@reedloden.com
47141f5b4d Bug 386844 - "Crash when running Java Applets [@ XSync - JavaPluginInstance5::SetWindow]" (move ws_info and xtbin code from ns4xPluginInstance to nsPluginNativeWindowGtk2) [p=karlt r+sr+a1.9=jst] 2007-09-29 00:08:14 -07:00
jst@mozilla.org
c030bb9978 Adding npruntime scriptability sample. A dumb sample, but it's all we've got an I have no time to make it better now. Not part of the build. 2007-09-21 11:35:38 -07:00
ted.mielczarek@gmail.com
2d598a484f bug 395246 - link null plugin with static CRT to avoid Microsoft.VC80.CRT SxS errors. r=bsmedberg a=mconnor 2007-09-17 11:22:55 -07:00
roc+@cs.cmu.edu
23aeeaf03a Bug 386537. Provide a reliable way for plugins to detect whether windowless mode is available. patch by karlt, r+sr=jst, a=jonas 2007-09-05 18:45:08 -07:00
jag@tty.nl
9198e9c4b8 Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg 2007-09-05 06:04:54 -07:00
flamingice@sourmilk.net
fac9f6462e Bug 392125, Java plugin doesn't stay disabled on restart when disabled via plugin manager, r+sr=jst, a=blocking1.9 2007-09-04 11:19:31 -07:00
jst@mozilla.org
f967dad17e Fixing bug 394086. Pave the way for java applets that are scriptable using NPRuntime. r+sr=cbiesinger@gmx.at 2007-08-28 17:28:32 -07:00
jst@mozilla.org
d8904e65bd Fixing bug 392505. Make nsNPObjWrapper::GetNewOrUsed() remove entries from the right hash table when out of memory. r+sr=peterv@propagandism.org, a=jst@mozilla.org 2007-08-27 16:55:47 -07:00
masayuki@d-toybox.com
a17a03f2ea Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 04:13:46 -07:00
bzbarsky@mit.edu
96ec7b6a69 Make NS_CheckContent(Load|Process)Policy only take a principal, not a principal and a uri. Get the URI from the principal. Bug 391438, r+sr+a=sicking 2007-08-09 22:35:08 -07:00
jst@mozilla.org
73674fd85b Fixing bug 389911. Removing nsIScriptGlobalObject::Get/SetGlobalObjectOwner() as it's not needed any more. r+sr=peterv@propagandism.org 2007-08-09 15:30:30 -07:00
jst@mozilla.org
8118d98159 Fixing bug 391182. Remove bogus assertion introduced by one of the fixes for bug 347743. r+sr=jonas@sicking.cc 2007-08-09 15:25:03 -07:00
jst@mozilla.org
45bb02e550 Attempting to fix bug 354380. Add safe guard against prematurely deleted scriptable plugin objects. r=mrbkap@gmail.com, sr=jonas@sicking.cc 2007-08-09 15:22:26 -07:00
bzbarsky@mit.edu
73073f4f3b Use the principal doing the load to decide on the URI to pass to content policies. This will help do the right thing for data:/javascript:/about:blank, as well as allow us to skip content policies altogether if the caller is system. Bug 388597, r+sr=sicking 2007-08-07 18:16:09 -07:00
sharparrow1@yahoo.com
7e0e89e71b Part 1 of bug 347743, try 2. Patch by Johnny Stenback, r=brendan, sr=jonas, a=blocking1.9+ 2007-08-06 10:19:55 -07:00
sharparrow1@yahoo.com
e86f96fa55 Back out for bug 347743. 2007-08-06 09:49:59 -07:00
sharparrow1@yahoo.com
ef354e3fbc Part 1 of bug 347743. Patch by Johnny Stenback, r=brendan, sr=jonas, a=blocking1.9+ 2007-08-06 09:36:03 -07:00
flamingice@sourmilk.net
b943b3a8ee Bug 367816, mimeTypes[] array not refreshed on Java installation, r+sr+a=jst 2007-08-03 15:57:54 -07:00
flamingice@sourmilk.net
85b8b3b3a2 Bug 389486, Move pluginreg.dat to profile directory, r+sr=jst 2007-07-26 00:01:22 -07:00
flamingice@sourmilk.net
c032f010d2 Bug 388977, Only compile nsPluginDirServiceProvider.cpp on Windows, r+sr=jst 2007-07-20 13:34:51 -07:00
flamingice@sourmilk.net
61fea5c930 Bug 330108, ISO C++ forbids casting between pointer-to-function and pointer-to-object (use PR_FindFunctionSymbol), r=jst, sr=biesi 2007-07-17 13:02:43 -07:00
flamingice@sourmilk.net
76b4af864e Bug 330511, Plugin-in blocklisting, r+sr=jst 2007-07-13 17:28:05 -07:00
jst@mozilla.org
0de7a6f973 Attempting to fix Solaris build bustage (bug 386773). Patch by ginn.chen@sun.com, r+sr=jst@mozilla.org 2007-07-12 13:38:11 -07:00
jst@mozilla.org
cfb5411441 Fixing bug 386773. Add implementation for NPN_PluginThreadAsyncCall(). r=joshmoz@gmail.com, sr=brendan@mozilla.org 2007-07-11 16:25:45 -07:00
philringnalda@gmail.com
0611695a51 Bug 387067 - Quiet printfs in nsPluginHostImpl.cpp, patch by Ryan Jones <sciguyryan@gmail.com>, r+sr=jst 2007-07-08 17:36:33 -07:00
jwalden@mit.edu
e3c4baccae Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
flamingice@sourmilk.net
492ccc0d82 Bug 382367, Add support for enabling and disabling individual plugins, r+sr=jst 2007-07-03 14:42:35 -07:00
roc+@cs.cmu.edu
b8625507f4 Bug 384988. Provide toplevel window to plugins for WM_TRANSIENT_FOR of dialog boxes. patch by Karl Tomlinson,r+sr=roc,jst 2007-07-02 20:41:34 -07:00
roc+@cs.cmu.edu
71fc801e9d Bug 384845. Make the NPSetWindowCallbackStruct memory associated with
window->ws_info available before SetWindow is called, and disable the plugin
window GtkSocket or xtbin creation for windowless plugins.
patch by Karl Tomlinson, r+sr=jst
2007-07-02 20:29:47 -07:00
flamingice@sourmilk.net
34b5ed06fe Backing out bug 382367 due to potential crashes (bug 386160) 2007-06-28 10:51:10 -07:00
flamingice@sourmilk.net
d984521567 Bug 382367, Add support for enabling and disabling individual plugins, r+sr=jst 2007-06-27 17:56:08 -07:00
flamingice@sourmilk.net
adc66522b8 Bug 380984, NPAPI symbols hidden in libnullplugin.so and libunixprintplugin.so, Patch by Karl Tomlinson, r+sr=jst 2007-06-26 17:41:08 -07:00
kherron@fmailbox.com
fd55a81c64 Bug 375314 - discriminate ping and xmlhttprequests in content policy check. Patch by Wladimir Palant <trev.moz@adblockplus.org>, r=jst, sr=peterv. 2007-06-17 06:50:50 -07:00
jst@mozilla.org
dd6c74a75e Landing fix for bug 342810. Fixing leak of nsRunnable (huge leak on some flash sites). Patch by jmathies@mozilla.com, r+sr=jst@mozilla.com 2007-06-15 09:23:45 -07:00
bzbarsky@mit.edu
29ed0de3d0 Make plug-in loads of javascript: URIs execute synchronously. Bug 364028,r=biesi, sr=jst 2007-06-13 15:42:07 -07:00
mozilla@weilbacher.org
a614a85c71 Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc 2007-06-10 15:13:08 -07:00
bzbarsky@mit.edu
c9d86f7034 Fix refcounting of some event objects to not leak. Bug 342810, investigationby Jim Mathies <jmathies@mozilla.com>, r+sr=jst 2007-06-07 14:41:46 -07:00