gecko-dev/dom/plugins/ipc
David Parks a9fd0592af Bug 1446499: Use static nsWindowsDllInterceptor in plugin's HookProtectedMode r=aklotz
HookProtectedMode requires its nsWindowsDllInterceptor to last as long as the functions need to be overridden.  This uses a static object instead of a local one.

--HG--
extra : rebase_source : 7ba3f2fc1e19f89936b7f7fa490554e9cf9b885c
2018-04-03 17:09:36 -07:00
..
hangui Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
interpose
AStream.h
BrowserStreamChild.cpp Bug 1352567 - Remove plugin IPC code to support stream types other than NP_NORMAL (seekable and/or file streams), r=jimm 2017-10-02 14:54:22 -07:00
BrowserStreamChild.h Bug 1352567 - Remove plugin IPC code to support stream types other than NP_NORMAL (seekable and/or file streams), r=jimm 2017-10-02 14:54:22 -07:00
BrowserStreamParent.cpp Bug 1352567 - Remove plugin IPC code to support stream types other than NP_NORMAL (seekable and/or file streams), r=jimm 2017-10-02 14:54:22 -07:00
BrowserStreamParent.h Bug 1352567 - Remove plugin IPC code to support stream types other than NP_NORMAL (seekable and/or file streams), r=jimm 2017-10-02 14:54:22 -07:00
ChildTimer.cpp
ChildTimer.h
D3D11SurfaceHolder.cpp
D3D11SurfaceHolder.h
FunctionBroker.cpp Bug 1429643: Limit Win32 NPAPI SSL brokering to 64-bit builds; r=jimm 2018-01-15 19:51:34 -08:00
FunctionBroker.h Bug 1445471 - Recognize invalid HANDLEs in plugin brokering. r=jimm 2018-03-14 12:28:22 -07:00
FunctionBrokerChild.cpp Bug 1382251: Part 6 - Start/stop new top-level brokering actors on their own threads; r=jld 2017-11-06 10:29:15 -08:00
FunctionBrokerChild.h Bug 1382251: Part 6 - Start/stop new top-level brokering actors on their own threads; r=jld 2017-11-06 10:29:15 -08:00
FunctionBrokerIPCUtils.cpp Bug 1382251: Part 8 - Migrate some previously hooked functions to FunctionHook/Broker; r=jimm,froydnj 2017-11-06 11:07:16 -08:00
FunctionBrokerIPCUtils.h Bug 1382251: Part 8 - Migrate some previously hooked functions to FunctionHook/Broker; r=jimm,froydnj 2017-11-06 11:07:16 -08:00
FunctionBrokerParent.cpp Bug 1382251: Part 8 - Migrate some previously hooked functions to FunctionHook/Broker; r=jimm,froydnj 2017-11-06 11:07:16 -08:00
FunctionBrokerParent.h Bug 1382251: Part 8 - Migrate some previously hooked functions to FunctionHook/Broker; r=jimm,froydnj 2017-11-06 11:07:16 -08:00
FunctionBrokerThread.h Bug 1382251: Part 6 - Start/stop new top-level brokering actors on their own threads; r=jld 2017-11-06 10:29:15 -08:00
FunctionHook.cpp Bug 1446499: Use static nsWindowsDllInterceptor in plugin's HookProtectedMode r=aklotz 2018-04-03 17:09:36 -07:00
FunctionHook.h Bug 1382251: Part 3 - Add mechanism for automatically hooking DLL functions; r=jimm 2017-11-06 10:04:19 -08:00
IpdlTuple.h Bug 1382251: Part 5 - Add IpdlTuple for type-safely marshaling tuples; r=jld 2017-11-06 10:17:15 -08:00
MiniShmParent.cpp
MiniShmParent.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
moz.build Bug 1382251: Part 11 - Update moz.build with new files; r=jimm 2017-11-06 10:47:01 -08:00
NPEventAndroid.h
NPEventOSX.h
NPEventUnix.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
NPEventWindows.h
PBrowserStream.ipdl Bug 1352567 - Remove plugin IPC code to support stream types other than NP_NORMAL (seekable and/or file streams), r=jimm 2017-10-02 14:54:22 -07:00
PFunctionBroker.ipdl Bug 1382251: Part 6 - Start/stop new top-level brokering actors on their own threads; r=jld 2017-11-06 10:29:15 -08:00
PluginBackgroundDestroyer.cpp
PluginBackgroundDestroyer.h
PluginBridge.h Bug 1352575 (part 5) - Remove PluginModuleParent::mIsStartingAsync. r=jimm. 2017-04-18 16:56:43 +10:00
PluginHangUIParent.cpp Bug 1386600 - Change nsIStringBundle methods to return |AString| instead of |wstring|. r=emk,sr=dbaron. 2017-08-04 14:40:52 +10:00
PluginHangUIParent.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
PluginInstanceChild.cpp Bug 1438955 - Remove ImmReleaseContext hook. r=masayuki 2018-03-07 11:01:30 +09:00
PluginInstanceChild.h Bug 1438955 - Remove ImmReleaseContext hook. r=masayuki 2018-03-07 11:01:30 +09:00
PluginInstanceParent.cpp Bug 1406819 - Remove various bits of dead code from dom/. r=baku 2017-10-11 10:09:13 +01:00
PluginInstanceParent.h Bug 1352559 - Remove support for plugin-provided streams; NPN_NewStream, PPluginStream and other supporting machinery, r=bsmedberg 2017-07-11 14:27:25 -04:00
PluginInterposeOSX.h
PluginInterposeOSX.mm
PluginLibrary.h Bug 1391803 - Use nsStringFwd.h for forward declaring string classes. r=froydnj 2017-08-16 16:48:52 -07:00
PluginMessageUtils.cpp Bug 1382251: Part 8 - Migrate some previously hooked functions to FunctionHook/Broker; r=jimm,froydnj 2017-11-06 11:07:16 -08:00
PluginMessageUtils.h Bug 1382251: Part 8 - Migrate some previously hooked functions to FunctionHook/Broker; r=jimm,froydnj 2017-11-06 11:07:16 -08:00
PluginModuleChild.cpp Bug 1444291 - Part 3 - Add read access to the Mac Flash sandbox, support sandbox levels r=Alex_Gaynor 2018-03-15 20:23:19 -07:00
PluginModuleChild.h Bug 1444291 - Part 3 - Add read access to the Mac Flash sandbox, support sandbox levels r=Alex_Gaynor 2018-03-15 20:23:19 -07:00
PluginModuleParent.cpp Bug 1436566 - [Mac] Land disabled-by-default sandboxing for the Flash NPAPI plugin process. r=Alex_Gaynor,jimm 2018-02-12 15:46:31 -08:00
PluginModuleParent.h Bug 1433856 - Block PluginModuleChromeParent::CleanupFromTimeout from recursing. r=jimm 2018-01-29 18:15:18 -08:00
PluginProcessChild.cpp Bug 1443892 - Add -MOZ_LOG and -MOZ_LOG_FILE command line arguments. r=erahm, r=nfroyd 2018-04-03 11:32:00 -04:00
PluginProcessChild.h
PluginProcessParent.cpp Bug 1444291 - Part 3 - Add read access to the Mac Flash sandbox, support sandbox levels r=Alex_Gaynor 2018-03-15 20:23:19 -07:00
PluginProcessParent.h Bug 1436566 - [Mac] Land disabled-by-default sandboxing for the Flash NPAPI plugin process. r=Alex_Gaynor,jimm 2018-02-12 15:46:31 -08:00
PluginQuirks.cpp Bug 1429643: Limit Win32 NPAPI SSL brokering to 64-bit builds; r=jimm 2018-01-15 19:51:34 -08:00
PluginQuirks.h Bug 1429643: Limit Win32 NPAPI SSL brokering to 64-bit builds; r=jimm 2018-01-15 19:51:34 -08:00
PluginScriptableObjectChild.cpp Bug 1430586 - Make sure the NPObjectData map still exists before use. r=jimm 2018-01-23 12:56:06 -08:00
PluginScriptableObjectChild.h
PluginScriptableObjectParent.cpp Bug 1352575 (part 18) - Remove PluginAsyncSurrogate. r=jimm. 2017-04-18 16:56:45 +10:00
PluginScriptableObjectParent.h
PluginScriptableObjectUtils-inl.h
PluginScriptableObjectUtils.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
PluginSurfaceParent.cpp
PluginSurfaceParent.h
PluginTypes.ipdlh Bug 1279218 - Remove Java Test Plugin and rest of Java references; r=bsmedberg 2017-07-17 16:45:48 -07:00
PluginUtilsOSX.h
PluginUtilsOSX.mm Bug 1419004: Fix crash when setting plugin process names on macOS 10.13.2. r=mstange 2017-12-12 17:03:33 -06:00
PluginUtilsWin.cpp Bug 1411001 - Remove the +x permissions on cpp & h files r=froydnj 2017-10-23 20:59:55 +02:00
PluginUtilsWin.h Prequel to bug 1352559 - #includes and forward declarations necessary for various files to build properly exposed by unified build changes, r=trivial 2017-07-12 12:26:39 -04:00
PluginWidgetChild.cpp
PluginWidgetChild.h
PluginWidgetParent.cpp
PluginWidgetParent.h
PPluginBackgroundDestroyer.ipdl
PPluginInstance.ipdl Bug 1352559 - Remove support for plugin-provided streams; NPN_NewStream, PPluginStream and other supporting machinery, r=bsmedberg 2017-07-11 14:27:25 -04:00
PPluginModule.ipdl Bug 1382251: Part 8 - Migrate some previously hooked functions to FunctionHook/Broker; r=jimm,froydnj 2017-11-06 11:07:16 -08:00
PPluginScriptableObject.ipdl
PPluginSurface.ipdl
PStreamNotify.ipdl
StreamNotifyChild.h
StreamNotifyParent.h