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

1771 Коммитов

Автор SHA1 Сообщение Дата
joshmoz%gmail.com 281db6e2da clean up mac default plugin. b=373070 r=mento sr=jst a=schrep 2007-11-15 06:23:46 +00:00
joshmoz%gmail.com c80e898124 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 20:02:03 +00:00
jst%mozilla.org 383da22f07 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-12 06:07:10 +00:00
reed%reedloden.com 7dca64f481 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 09:06:40 +00:00
jst%mozilla.org 2073c8aa8a 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 17:56:03 +00:00
jst%mozilla.org f48b5df1fb 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 22:52:11 +00:00
jst%mozilla.org bf8efc8f0e 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 22:21:04 +00:00
jst%mozilla.org ea78707626 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-10 01:24:29 +00:00
ginn.chen%sun.com 7450a1a7ba Fix bustage bug 397992 2007-10-02 10:31:18 +00:00
ginn.chen%sun.com 2ab119db2d Bug 397992 Gtk-CRITICAL assertion `GTK_IS_WIDGET (widget)' failed at exit Firefox
r+sr+a=roc
2007-10-02 10:07:17 +00:00
sayrer%gmail.com 64fd100a67 Bug 396828. 'Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread' within ns4xPluginInstance::Stop. r=jst, sr=brendan, a=jst 2007-09-30 06:19:52 +00:00
reed%reedloden.com aff9e9c31a 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 07:08:14 +00:00
jst%mozilla.org 452fc1e706 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 18:35:38 +00:00
ted.mielczarek%gmail.com f48ee2a181 bug 395246 - link null plugin with static CRT to avoid Microsoft.VC80.CRT SxS errors. r=bsmedberg a=mconnor 2007-09-17 18:22:55 +00:00
roc+%cs.cmu.edu 1949e9dd0a 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-06 01:45:09 +00:00
jag%tty.nl 470bf4ec8c Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg 2007-09-05 13:05:02 +00:00
flamingice%sourmilk.net a3cf8d8f5a Bug 392125, Java plugin doesn't stay disabled on restart when disabled via plugin manager, r+sr=jst, a=blocking1.9 2007-09-04 18:19:31 +00:00
jst%mozilla.org ecae905e1d Fixing bug 394086. Pave the way for java applets that are scriptable using NPRuntime. r+sr=cbiesinger@gmx.at 2007-08-29 00:28:33 +00:00
jst%mozilla.org 3429356407 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 23:55:47 +00:00
masayuki%d-toybox.com 5fa5b33f97 Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 11:13:55 +00:00
bzbarsky%mit.edu 685d329d8a 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-10 05:35:09 +00:00
jst%mozilla.org 4dc0247b0b Fixing bug 389911. Removing nsIScriptGlobalObject::Get/SetGlobalObjectOwner() as it's not needed any more. r+sr=peterv@propagandism.org 2007-08-09 22:30:30 +00:00
jst%mozilla.org 2e226a7a3c Fixing bug 391182. Remove bogus assertion introduced by one of the fixes for bug 347743. r+sr=jonas@sicking.cc 2007-08-09 22:25:03 +00:00
jst%mozilla.org 8b0a735949 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 22:22:26 +00:00
bzbarsky%mit.edu 7b4500d354 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-08 01:16:12 +00:00
sharparrow1%yahoo.com caf5b4cfd1 Part 1 of bug 347743, try 2. Patch by Johnny Stenback, r=brendan, sr=jonas, a=blocking1.9+ 2007-08-06 17:19:55 +00:00
sharparrow1%yahoo.com f51f27eda3 Back out for bug 347743. 2007-08-06 16:49:59 +00:00
sharparrow1%yahoo.com 51bc6ab6bf Part 1 of bug 347743. Patch by Johnny Stenback, r=brendan, sr=jonas, a=blocking1.9+ 2007-08-06 16:36:03 +00:00
flamingice%sourmilk.net 487cc91f78 Bug 367816, mimeTypes[] array not refreshed on Java installation, r+sr+a=jst 2007-08-03 22:57:54 +00:00
flamingice%sourmilk.net d87b3b4358 Bug 389486, Move pluginreg.dat to profile directory, r+sr=jst 2007-07-26 07:01:22 +00:00
flamingice%sourmilk.net 70193a4288 Bug 388977, Only compile nsPluginDirServiceProvider.cpp on Windows, r+sr=jst 2007-07-20 20:34:51 +00:00
flamingice%sourmilk.net 2293efff43 Bug 330108, ISO C++ forbids casting between pointer-to-function and pointer-to-object (use PR_FindFunctionSymbol), r=jst, sr=biesi 2007-07-17 20:02:43 +00:00
flamingice%sourmilk.net ff81db297a Bug 330511, Plugin-in blocklisting, r+sr=jst 2007-07-14 00:28:06 +00:00
jst%mozilla.org 2ae9a7619b Attempting to fix Solaris build bustage (bug 386773). Patch by ginn.chen@sun.com, r+sr=jst@mozilla.org 2007-07-12 20:38:11 +00:00
jst%mozilla.org a3289fdc1b Fixing bug 386773. Add implementation for NPN_PluginThreadAsyncCall(). r=joshmoz@gmail.com, sr=brendan@mozilla.org 2007-07-11 23:25:46 +00:00
philringnalda%gmail.com e1accad845 Bug 387067 - Quiet printfs in nsPluginHostImpl.cpp, patch by Ryan Jones <sciguyryan@gmail.com>, r+sr=jst 2007-07-09 00:36:33 +00:00
jwalden%mit.edu ef68fcf595 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 07:08:56 +00:00
flamingice%sourmilk.net 708be73597 Bug 382367, Add support for enabling and disabling individual plugins, r+sr=jst 2007-07-03 21:42:35 +00:00
roc+%cs.cmu.edu 0f74b446d5 Bug 384988. Provide toplevel window to plugins for WM_TRANSIENT_FOR of dialog boxes. patch by Karl Tomlinson,r+sr=roc,jst 2007-07-03 03:41:34 +00:00
roc+%cs.cmu.edu 30017119f3 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-03 03:29:47 +00:00
flamingice%sourmilk.net 989518e966 Backing out bug 382367 due to potential crashes (bug 386160) 2007-06-28 17:51:10 +00:00
flamingice%sourmilk.net ddd305955f Bug 382367, Add support for enabling and disabling individual plugins, r+sr=jst 2007-06-28 00:56:09 +00:00
flamingice%sourmilk.net 43f3413468 Bug 380984, NPAPI symbols hidden in libnullplugin.so and libunixprintplugin.so, Patch by Karl Tomlinson, r+sr=jst 2007-06-27 00:41:08 +00:00
kherron%fmailbox.com ce1bfc8975 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 13:50:53 +00:00
jst%mozilla.org 32fd75bdbe 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 16:23:45 +00:00
bzbarsky%mit.edu 356daf4087 Make plug-in loads of javascript: URIs execute synchronously. Bug 364028,
r=biesi, sr=jst
2007-06-13 22:42:08 +00:00
mozilla%weilbacher.org ed37c961ed Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc 2007-06-10 22:13:12 +00:00
bzbarsky%mit.edu d67d9a455e Fix refcounting of some event objects to not leak. Bug 342810, investigation
by Jim Mathies <jmathies@mozilla.com>, r+sr=jst
2007-06-07 21:41:46 +00:00
bzbarsky%mit.edu b1e55b927c Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers of
GetShellAt(0) to using this API.  Bug 378780.  API introduction part by me,
r+sr=jst.  Mass-changes done by taras using squash, r+sr=me
2007-05-01 22:24:25 +00:00
mats.palmgren%bredband.net 24e870cb3d Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 23:52:44 +00:00