Justin Lebar
|
b3d27690c6
|
No bug - Fix Vim modeline in PluginModuleChild.cpp. rs=khuey DONTBUILD
--HG--
extra : rebase_source : ec84b4b231784a111375092339b4b0404570fb47
|
2011-07-13 12:52:02 -04:00 |
|
Benoit Girard
|
2ab0d12f09
|
Bug 663259 - Enable Mac Async plugin by default. r=cjones,mattwoodrow
--HG--
extra : rebase_source : 6d397273f10e659a08125b3861e1651a3994aaa0
|
2011-07-12 10:31:18 -04:00 |
|
Rafael Ávila de Espíndola
|
bc129f0d17
|
Bug 557226 followup: Fix variable definition in order to fix clang builds; r=BenWa
|
2011-07-12 13:30:56 -04:00 |
|
Benoit Girard
|
74a1542dc8
|
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
|
1e93785b55
|
Bug 663259 - Part 1: Mac Async rendering fixes. r=josh
|
2011-06-30 12:46:25 -04:00 |
|
Josh Matthews
|
5d3b32a652
|
Back out bug 581341 due to too many intermittent failures.
|
2011-06-29 23:44:28 -04:00 |
|
Josh Matthews
|
85b4ae86c3
|
Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones
--HG--
extra : rebase_source : b0c73c5d539a7c1d579722fb1e67db1e0c9a44b1
|
2011-06-08 15:56:31 -04:00 |
|
Josh Matthews
|
ec2f30bcb7
|
Back out bug 581341.
|
2011-06-29 15:13:17 -04:00 |
|
Josh Matthews
|
d7cc923829
|
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
|
4a3c9a0ca2
|
Bug 557226 - Mac plugins now reflect plugin name; r=smichaud
|
2010-08-15 23:02:38 -04:00 |
|
Benoit Girard
|
9d3e40161b
|
Bug 587370 - Part 2: Use MOZ_WIDGET_COCOA instead of OS_MACOSX; r=benjamin
|
2011-06-27 13:29:06 -04:00 |
|
Mounir Lamouri
|
00c9c62df5
|
Backout changeset 4e87265b9c11 (bug 663259) due to Talos regression.
|
2011-06-27 14:52:57 +02:00 |
|
Benoit Girard
|
e717beef93
|
Enabled Mac Async plugin by default + Fixes. b=663259 r=josh
|
2011-06-25 15:12:59 -04:00 |
|
Jeremy Huddleston
|
d291ab8e5a
|
Bug 587370 - Use MOZ_WIDGET_COCOA instead of OS_MACOSX; r=benjamin
|
2011-06-25 11:25:03 -04:00 |
|
Kyle Huey
|
9927e93ee8
|
Bug 441197: Maintain an audio session across processes. r=jimm
|
2011-06-24 07:20:03 -07:00 |
|
Marco Bonardo
|
da3f6b77ac
|
Revert to changeset a87ee7550f6a due to incomplete backout
|
2011-06-24 17:23:04 +02:00 |
|
Kyle Huey
|
03f3b4a891
|
Bug 441197: Maintain an audio session across processes. r=jimm
|
2011-06-24 07:20:03 -07:00 |
|
Jim Mathies
|
30ef9c1b95
|
Bug 664974 - Work around for _SEH_prolog plugin stack overflow crashes. r=bsmedberg
|
2011-06-23 18:02:53 -05:00 |
|
Benjamin Smedberg
|
4065cb0261
|
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
--HG--
extra : rebase_source : 703e0d5db66734b8905a24752add12f071fcd6e0
|
2011-06-17 15:42:13 -04:00 |
|
Benjamin Smedberg
|
0b57d2299d
|
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
--HG--
extra : rebase_source : e21fac12c028e15f7d1a36988a6b66859c9addd8
|
2011-06-14 15:49:48 -04:00 |
|
Mike Hommey
|
ccfa7894df
|
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
|
895406b3c9
|
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
|
40754d1618
|
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
--HG--
extra : rebase_source : b7f61b198216756b6d0a2a73a21cb84d493f7d38
|
2011-06-14 15:49:48 -04:00 |
|
Matt Brubeck
|
e3a9a86a79
|
Back out 6b23b52e68d6 - e92f98e8a335 (bug 632404, 552864, 658995) because of Tp4 regression.
|
2011-06-15 09:00:28 -07:00 |
|
Mike Hommey
|
f17990f381
|
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
|
1ab0e726eb
|
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
|
f54f041268
|
Bug 660989: Make NPPVpluginWantsAllNetworkStreams work with OOP plugins. r=bsmedberg
|
2011-06-08 16:20:53 -04:00 |
|
Benoit Girard
|
5da2ec6132
|
Asynchronous layer-based plugin painting on Mac b=598425 r=roc,josh
|
2011-05-19 17:08:14 -04:00 |
|
Benoit Girard
|
56a37ab700
|
Bug 641227 - Crash in mozilla::plugins::PluginInstanceParent::GetImage [@ mozilla::layers::MacIOSurfaceImageOGL::SetData ]
|
2011-06-03 14:48:14 -07:00 |
|
Ginn Chen
|
cb199eeb47
|
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
|
4a5030c91a
|
Bug 660121 Remove all pref related methods from nsContentUtils r=roc
|
2011-05-29 08:42:57 +09:00 |
|
Jim Mathies
|
dbe429d6ea
|
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
|
89282728c7
|
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 |
|
Masayuki Nakano
|
7b13fbd2d9
|
Bug 659536 part.2 Replace nsContentUtils::GetIntPref() with Preferences::GetInt() or Preferences::GetUint() r=roc
|
2011-05-25 15:32:00 +09:00 |
|
Steven Michaud
|
cf976ee5ab
|
Bug 621117 - Support native cursor manipulation from OOP plugins on OS X. r=josh,bsmedberg a=sheriff
|
2011-05-24 01:58:28 -05:00 |
|
Mike Hommey
|
650910705e
|
Backout bug 552864, bug 632404 and bug 657297 because of leak test bustage
|
2011-05-22 17:52:16 +02:00 |
|
Mike Hommey
|
cf55d3b88a
|
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 |
|
Josh Aas
|
896e34b1ed
|
Bug 657952: Minimize methods in nsIPluginHost. r=jst
|
2011-05-21 09:28:54 -04:00 |
|
Jim Mathies
|
56de4d1f15
|
Bug 648935 - Process native events during calls to WaitForNotify in the child process when nested native event loops are detected in the parent. r=bsmedberg.
|
2011-05-18 06:57:08 -05:00 |
|
Jim Mathies
|
7d59d4601d
|
Bug 648935 - Prevent focus event overhead when the dom sets the focus to a windowed plugin. r=bsmedberg.
|
2011-05-18 06:57:08 -05:00 |
|
Jim Mathies
|
909389680e
|
Bug 648935 - Remove dead code from plugin instances. r=bsmedberg.
|
2011-05-18 06:57:07 -05:00 |
|
Mounir Lamouri
|
513d0ca1d6
|
Merging cedar with mozilla-central.
|
2011-05-18 11:42:37 +02:00 |
|
Ed Morley
|
91238e76b1
|
Bug 316661 - Part A - Remove null-checks before delete. r=bsmedberg
|
2011-05-17 16:01:36 +02:00 |
|
Mike Hommey
|
cd4a4570ef
|
Bug 620931 part 2.5 - Properly quote arguments on Windows when starting child processes. r=rstrong
|
2011-05-12 15:44:35 +02:00 |
|
Jim Mathies
|
984562c47d
|
Bug 608013 - When plugins receive the set focus event, confirm the parent window has focus before taking it. Fixes a fullscreen focus problem in Silverlight. r=bent.
|
2011-05-13 12:06:51 -05:00 |
|
Karl Tomlinson
|
e3dc04b1c2
|
b=629472 revert to using NP_GetValue instead of NPPluginFuncs::getvalue for NPPVpluginDescriptionString when testing for Flash r=cjones
--HG--
extra : transplant_source : %FBW%24%E0%DD%03%82%3E%EDA5%A0.%F8%1A%0A%AF%C9%9E%15
|
2011-05-02 08:33:16 +12:00 |
|
Jacek Caban
|
d0281e5301
|
Bug 643772 - dom/plugins can't compile on mingw due to implicit function pointer to void* casts r=benjamin
|
2011-05-02 12:34:14 +00:00 |
|
Benjamin Smedberg
|
04263fe19c
|
Bug 649558 - Move modules/plugin/base to dom/plugins/base, r=josh
--HG--
rename : modules/plugin/base/src/Makefile.in => dom/plugins/base/Makefile.in
rename : modules/plugin/base/src/PluginPRLibrary.cpp => dom/plugins/base/PluginPRLibrary.cpp
rename : modules/plugin/base/src/PluginPRLibrary.h => dom/plugins/base/PluginPRLibrary.h
rename : modules/plugin/base/public/npapi.h => dom/plugins/base/npapi.h
rename : modules/plugin/base/public/npfunctions.h => dom/plugins/base/npfunctions.h
rename : modules/plugin/base/public/npruntime.h => dom/plugins/base/npruntime.h
rename : modules/plugin/base/public/nptypes.h => dom/plugins/base/nptypes.h
rename : modules/plugin/base/public/nsIHTTPHeaderListener.idl => dom/plugins/base/nsIHTTPHeaderListener.idl
rename : modules/plugin/base/public/nsIPlugin.idl => dom/plugins/base/nsIPlugin.idl
rename : modules/plugin/base/public/nsIPluginDocument.idl => dom/plugins/base/nsIPluginDocument.idl
rename : modules/plugin/base/public/nsIPluginHost.idl => dom/plugins/base/nsIPluginHost.idl
rename : modules/plugin/base/public/nsIPluginInputStream.idl => dom/plugins/base/nsIPluginInputStream.idl
rename : modules/plugin/base/public/nsIPluginInstance.idl => dom/plugins/base/nsIPluginInstance.idl
rename : modules/plugin/base/public/nsIPluginInstanceOwner.idl => dom/plugins/base/nsIPluginInstanceOwner.idl
rename : modules/plugin/base/public/nsIPluginStreamInfo.idl => dom/plugins/base/nsIPluginStreamInfo.idl
rename : modules/plugin/base/public/nsIPluginStreamListener.idl => dom/plugins/base/nsIPluginStreamListener.idl
rename : modules/plugin/base/public/nsIPluginTag.idl => dom/plugins/base/nsIPluginTag.idl
rename : modules/plugin/base/public/nsIPluginTagInfo.idl => dom/plugins/base/nsIPluginTagInfo.idl
rename : modules/plugin/base/src/nsJSNPRuntime.cpp => dom/plugins/base/nsJSNPRuntime.cpp
rename : modules/plugin/base/src/nsJSNPRuntime.h => dom/plugins/base/nsJSNPRuntime.h
rename : modules/plugin/base/src/nsNPAPIPlugin.cpp => dom/plugins/base/nsNPAPIPlugin.cpp
rename : modules/plugin/base/src/nsNPAPIPlugin.h => dom/plugins/base/nsNPAPIPlugin.h
rename : modules/plugin/base/src/nsNPAPIPluginInstance.cpp => dom/plugins/base/nsNPAPIPluginInstance.cpp
rename : modules/plugin/base/src/nsNPAPIPluginInstance.h => dom/plugins/base/nsNPAPIPluginInstance.h
rename : modules/plugin/base/src/nsNPAPIPluginStreamListener.cpp => dom/plugins/base/nsNPAPIPluginStreamListener.cpp
rename : modules/plugin/base/src/nsNPAPIPluginStreamListener.h => dom/plugins/base/nsNPAPIPluginStreamListener.h
rename : modules/plugin/base/src/nsPluginDirServiceProvider.cpp => dom/plugins/base/nsPluginDirServiceProvider.cpp
rename : modules/plugin/base/src/nsPluginDirServiceProvider.h => dom/plugins/base/nsPluginDirServiceProvider.h
rename : modules/plugin/base/public/nsPluginError.h => dom/plugins/base/nsPluginError.h
rename : modules/plugin/base/src/nsPluginHost.cpp => dom/plugins/base/nsPluginHost.cpp
rename : modules/plugin/base/src/nsPluginHost.h => dom/plugins/base/nsPluginHost.h
rename : modules/plugin/base/public/nsPluginLogging.h => dom/plugins/base/nsPluginLogging.h
rename : modules/plugin/base/src/nsPluginManifestLineReader.h => dom/plugins/base/nsPluginManifestLineReader.h
rename : modules/plugin/base/src/nsPluginModule.cpp => dom/plugins/base/nsPluginModule.cpp
rename : modules/plugin/base/src/nsPluginNativeWindow.cpp => dom/plugins/base/nsPluginNativeWindow.cpp
rename : modules/plugin/base/public/nsPluginNativeWindow.h => dom/plugins/base/nsPluginNativeWindow.h
rename : modules/plugin/base/src/nsPluginNativeWindowGtk2.cpp => dom/plugins/base/nsPluginNativeWindowGtk2.cpp
rename : modules/plugin/base/src/nsPluginNativeWindowOS2.cpp => dom/plugins/base/nsPluginNativeWindowOS2.cpp
rename : modules/plugin/base/src/nsPluginNativeWindowQt.cpp => dom/plugins/base/nsPluginNativeWindowQt.cpp
rename : modules/plugin/base/src/nsPluginNativeWindowWin.cpp => dom/plugins/base/nsPluginNativeWindowWin.cpp
rename : modules/plugin/base/src/nsPluginSafety.h => dom/plugins/base/nsPluginSafety.h
rename : modules/plugin/base/src/nsPluginStreamListenerPeer.cpp => dom/plugins/base/nsPluginStreamListenerPeer.cpp
rename : modules/plugin/base/src/nsPluginStreamListenerPeer.h => dom/plugins/base/nsPluginStreamListenerPeer.h
rename : modules/plugin/base/src/nsPluginTags.cpp => dom/plugins/base/nsPluginTags.cpp
rename : modules/plugin/base/src/nsPluginTags.h => dom/plugins/base/nsPluginTags.h
rename : modules/plugin/base/public/nsPluginsCID.h => dom/plugins/base/nsPluginsCID.h
rename : modules/plugin/base/src/nsPluginsDir.h => dom/plugins/base/nsPluginsDir.h
rename : modules/plugin/base/src/nsPluginsDirDarwin.cpp => dom/plugins/base/nsPluginsDirDarwin.cpp
rename : modules/plugin/base/src/nsPluginsDirOS2.cpp => dom/plugins/base/nsPluginsDirOS2.cpp
rename : modules/plugin/base/src/nsPluginsDirUnix.cpp => dom/plugins/base/nsPluginsDirUnix.cpp
rename : modules/plugin/base/src/nsPluginsDirUtils.h => dom/plugins/base/nsPluginsDirUtils.h
rename : modules/plugin/base/src/nsPluginsDirWin.cpp => dom/plugins/base/nsPluginsDirWin.cpp
rename : modules/plugin/base/public/nspluginroot.idl => dom/plugins/base/nspluginroot.idl
|
2011-04-26 17:38:43 -04:00 |
|
Brad Taylor
|
0bb6a3a301
|
Bug 480317 - Provide a way for atk-based plugins to slot into our a11y tree, r=joshmoz, ginn, surkov, trev, patch=btaylor, mcarrion, mgorse
|
2011-04-27 22:42:18 +09:00 |
|
Robert O'Callahan
|
fc7faceefc
|
Bug 641426. Part 6: Rename Empty to SetEmpty. r=cjones
|
2011-04-19 15:07:23 +12:00 |
|