Commit Graph

719 Commits

Author SHA1 Message Date
Josh Aas
2961caf713 Bug 622199: Add support for NPNVdocumentOrigin, ability to pass document origin directly to NPAPI plugins. r=bz 2011-09-14 12:22:27 -04:00
Oleg Romashin
9d7f42627e Bug 685082 - Transparent plugins not cleared on Maemo; r=karlt 2011-09-14 08:51:24 +01:00
Josh Aas
26efe48e2b Bug 682759: Use fixed size integer in NPRemoteWindow to store window reference. r=m_kato r=cjones 2011-09-07 00:54:21 -04:00
Makoto Kato
062ecf8a87 Bug 681924: Plugin container should not hook functions multiple times. no-r, landing as a bustage fix. 2011-09-02 10:22:02 -04:00
Oleg Romashin
a64450a13a Bug 672857 - Make IM work for IPC plugins in remote browser. r=karlt 2011-08-29 17:26:24 +01:00
Oleg Romashin
28d302bc60 Bug 677712 - Make Qt port support No X11 build; r=dougt,joe 2011-08-24 17:15:58 +01:00
Jim Mathies
c2cff98cc3 Bug 680528 - Make use of the cached UserAgent string in PluginModuleChild. r=bent 2011-08-19 15:25:09 -05:00
Jim Mathies
47c220915d Bug 677711 - Kill plugin processes when the child detects the browser is hung. r=bsmedberg 2011-08-16 05:25:34 -05:00
Rafael Ávila de Espíndola
35d00b5b73 Bug 678069 - Fix build with clang and c++0x. r=joshmoz.
mShWidth and mShHeight are used in an initializer list for NPRect in fields
that have type uint16_t. Change their definitions to match.
2011-08-15 13:07:40 -04:00
Benoit Girard
7a35e64ad4 Bug 671916 - Fix windowless Flash Player painting crash; r=cjones 2011-08-10 10:12:25 -04:00
Masayuki Nakano
2edb696ecb Bug 658194 Get rid of SendMessage() from mouse wheel event handling r=jimm 2011-08-02 12:03:15 +09:00
Makoto Kato
92a0bf2cba Bug 606473 - Enable plugin hooks once WindowsDllInterceptor supports 64-bit. r=bsmedberg 2011-07-28 19:06:56 +09:00
Andrei Kurushin
7a11d89bf3 Bug 665315 - OOPP Contextmenu loses messages; r=jmathies 2011-07-27 14:17:50 +02:00
Marco Bonardo
675025f89d Merge last green changeset from mozilla-inbound to mozilla-central 2011-07-27 12:12:25 +02:00
Jim Mathies
d874cfbb97 Bug 618683 - Quirk the full screen focus fix landed in bug 608013 to silverlight. r=bsmedberg 2011-07-26 14:18:23 -05:00
Karthik Mohanarangam
f5a3bb3e73 Bug 555086 - Change PluginModuleChild::AnswerPPluginInstanceConstructor to report errors correctly. r=cjones, push=jorendorff. 2011-07-25 12:11:43 -05:00
0fd3c7c7e3 Bug 522796 - Implement NPN_SetException for remote plugins, r=bsmedberg 2011-07-26 12:55:58 -04:00
Justin Lebar
e1d2991820 No bug - Fix Vim modeline in PluginModuleChild.cpp. rs=khuey DONTBUILD 2011-07-13 12:52:02 -04:00
Benoit Girard
eaaae7167d Bug 663259 - Enable Mac Async plugin by default. r=cjones,mattwoodrow 2011-07-12 10:31:18 -04:00
Rafael Ávila de Espíndola
51e0fea96e Bug 557226 followup: Fix variable definition in order to fix clang builds; r=BenWa 2011-07-12 13:30:56 -04:00
Benoit Girard
9179915df6 Bug 663259 - Part 2: Restore Synchronous plugin rendering, with preference for async rendering. r=smichaud 2011-06-30 12:46:26 -04:00
Benoit Girard
b7e514805d Bug 663259 - Part 1: Mac Async rendering fixes. r=josh 2011-06-30 12:46:25 -04:00
Josh Matthews
4ab124a706 Back out bug 581341 due to too many intermittent failures. 2011-06-29 23:44:28 -04:00
Josh Matthews
4515c86908 Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones 2011-06-08 15:56:31 -04:00
Josh Matthews
33d9a7394e Back out bug 581341. 2011-06-29 15:13:17 -04:00
Josh Matthews
3c736ad9bb Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones 2011-06-08 15:56:31 -04:00
Benoit Girard
899cfce1bc Bug 557226 - Mac plugins now reflect plugin name; r=smichaud 2010-08-15 23:02:38 -04:00
Benoit Girard
9ea605118f Bug 587370 - Part 2: Use MOZ_WIDGET_COCOA instead of OS_MACOSX; r=benjamin 2011-06-27 13:29:06 -04:00
Mounir Lamouri
4bbc828c7d Backout changeset 4e87265b9c11 (bug 663259) due to Talos regression. 2011-06-27 14:52:57 +02:00
Benoit Girard
066f7c3186 Enabled Mac Async plugin by default + Fixes. b=663259 r=josh 2011-06-25 15:12:59 -04:00
Jeremy Huddleston
480e92e292 Bug 587370 - Use MOZ_WIDGET_COCOA instead of OS_MACOSX; r=benjamin 2011-06-25 11:25:03 -04:00
Kyle Huey
0a23eb9d60 Bug 441197: Maintain an audio session across processes. r=jimm 2011-06-24 07:20:03 -07:00
Marco Bonardo
0826a0743b Revert to changeset a87ee7550f6a due to incomplete backout 2011-06-24 17:23:04 +02:00
Kyle Huey
d076c0d523 Bug 441197: Maintain an audio session across processes. r=jimm 2011-06-24 07:20:03 -07:00
Jim Mathies
ef49e8ea4d Bug 664974 - Work around for _SEH_prolog plugin stack overflow crashes. r=bsmedberg 2011-06-23 18:02:53 -05:00
Benjamin Smedberg
0f2eac9975 Bug 653083 part 2: Fix crash introduced in this patch by moving the plugin-alive null checks before the identifier tries to use the module, r=captain-obvious 2011-06-17 15:42:13 -04:00
Benjamin Smedberg
bccb7c9174 Bug 653083 - Deal with NPRuntime identifier which may be non-interned being passed across the process boundary, and the current cache which isn't aware of that problem. r=bent,cdleary 2011-06-14 15:49:48 -04:00
Mike Hommey
5b365e1385 Bug 552864 part 1 - Move DLL blocklist in XRE, and inline NS_SetDllDirectory and environment sanitization, which now needs to be called manually. r=ehsan,r=bsmedberg 2011-05-22 08:22:27 +02:00
Benjamin Smedberg
db0bb30d65 Back out bug 653083 because of crashtest crashes (bug698862.html) in PluginInstanceParent::GetNPP for a crashed plugin 2011-06-16 13:22:24 -04:00
Benjamin Smedberg
2e43a3b279 Bug 653083 - Deal with NPRuntime identifier which may be non-interned being passed across the process boundary, and the current cache which isn't aware of that problem. r=bent,cdleary 2011-06-14 15:49:48 -04:00
Matt Brubeck
542052b358 Back out 6b23b52e68d6 - e92f98e8a335 (bug 632404, 552864, 658995) because of Tp4 regression. 2011-06-15 09:00:28 -07:00
Mike Hommey
c081b8cd42 Bug 552864 part 1 - Move DLL blocklist in XRE, and inline NS_SetDllDirectory and environment sanitization, which now needs to be called manually. r=ehsan,r=bsmedberg 2011-05-22 08:22:27 +02:00
Steven Michaud
15127c7bf7 Bug 659817 - [10.7 SDK] Build error in PluginInterposeOSX.h due to Cursor type not being defined. r=bgirard 2011-06-11 11:55:44 +02:00
Josh Aas
0f3cc1fc02 Bug 660989: Make NPPVpluginWantsAllNetworkStreams work with OOP plugins. r=bsmedberg 2011-06-08 16:20:53 -04:00
Benoit Girard
3be0ccf424 Asynchronous layer-based plugin painting on Mac b=598425 r=roc,josh 2011-05-19 17:08:14 -04:00
Benoit Girard
458fdd1888 Bug 641227 - Crash in mozilla::plugins::PluginInstanceParent::GetImage [@ mozilla::layers::MacIOSurfaceImageOGL::SetData ] 2011-06-03 14:48:14 -07:00
Ginn Chen
7a4d8122f3 Bug 657874 Fix Flash movie playback with w_mode on a screen with xBGR visual r=karlt 2011-06-02 10:27:51 +08:00
Masayuki Nakano
8b335d50b1 Bug 660121 Remove all pref related methods from nsContentUtils r=roc 2011-05-29 08:42:57 +09:00
Jim Mathies
980f3df70a Bug 658741 - Backout of focus related changes in bug 648935 due to plugin hang issues. r=bsmedberg 2011-05-27 17:28:20 -05:00
Oleg Romashin
2192f8e113 Bug 624165 Cleanup plugins code, remove kill MOZ_COMPOSITED_PLUGINS and MOZ_USE_IMAGE_EXPOSE r=dougt 2011-05-25 16:54:30 -04:00