..
hangui
…
interpose
…
AStream.h
…
BrowserStreamChild.cpp
…
BrowserStreamChild.h
…
BrowserStreamParent.cpp
Bug 1218816 - Remove useless semicolons. Found by coccinelle. r=Ehsan
2016-01-22 16:58:49 +01:00
BrowserStreamParent.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
ChildAsyncCall.cpp
…
ChildAsyncCall.h
…
ChildTimer.cpp
…
ChildTimer.h
…
D3D11SurfaceHolder.cpp
Implement the direct DXGI drawing model for plugins. (bug 1217665 part 7, r=mattwoodrow)
2015-12-02 11:31:17 -08:00
D3D11SurfaceHolder.h
Implement the direct DXGI drawing model for plugins. (bug 1217665 part 7, r=mattwoodrow)
2015-12-02 11:31:17 -08:00
MiniShmParent.cpp
…
MiniShmParent.h
…
NPEventAndroid.h
…
NPEventOSX.h
…
NPEventUnix.h
…
NPEventWindows.h
Bug 1208944 - Part 3. Allow IME window messages on plugin process. r=jmathies
2015-12-29 22:57:38 +09:00
NestedLoopTimer.cpp
…
NestedLoopTimer.h
…
PBrowserStream.ipdl
…
PPluginBackgroundDestroyer.ipdl
Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm)
2016-01-28 20:56:37 -08:00
PPluginInstance.ipdl
Bug 1243268 - Support ImmSetCandidateWindow(CFS_EXCLUDE) on plugin process. r=masayuki
2016-02-02 17:05:56 +09:00
PPluginModule.ipdl
Bug 1103094 - Start profiling subprocesses if the parent process is already profiling. r=BenWa
2015-08-11 14:26:27 -04:00
PPluginScriptableObject.ipdl
…
PPluginStream.ipdl
…
PPluginSurface.ipdl
…
PStreamNotify.ipdl
…
PluginAsyncSurrogate.cpp
Bug 1208059: Make nsNPAPIPluginInstance support WeakPtr and modify PluginAsyncSurrogate to use it; r=jimm
2015-10-19 14:34:27 -04:00
PluginAsyncSurrogate.h
Bug 1208059: Make nsNPAPIPluginInstance support WeakPtr and modify PluginAsyncSurrogate to use it; r=jimm
2015-10-19 14:34:27 -04:00
PluginBackgroundDestroyer.cpp
…
PluginBackgroundDestroyer.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
PluginBridge.h
Bug 1161169: Clean up usage of mContentParent and clearly identify it as specifically for async plugin init; r=billm,jimm
2016-03-03 00:24:36 -07:00
PluginDataResolver.h
…
PluginHangUIParent.cpp
Bug 1161169: Clean up usage of mContentParent and clearly identify it as specifically for async plugin init; r=billm,jimm
2016-03-03 00:24:36 -07:00
PluginHangUIParent.h
…
PluginHelperQt.cpp
…
PluginHelperQt.h
…
PluginInstanceChild.cpp
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-02-02 17:36:30 +02:00
PluginInstanceChild.h
Bug 1208944 - Part 9. Hook IMM32 APIs on plugin process. r=masayuki
2015-12-29 22:57:38 +09:00
PluginInstanceParent.cpp
Bug 1253434 - Avoid trying to capture plugin windows that have a zero width or height and a positive value for the other dim. r=aklotz
2016-03-03 17:23:32 -06:00
PluginInstanceParent.h
Merge m-c to inbound, a=merge
2016-03-01 15:29:43 -08:00
PluginInterposeOSX.h
…
PluginInterposeOSX.mm
…
PluginLibrary.h
Bug 1232181
- Plugin module plumbing for retrieving scroll captures and updating plugin instance content scroll state. r=roc
2016-03-01 12:48:25 -06:00
PluginMessageUtils.cpp
Bug 1219478: Replace PRLogModuleInfo usage with LazyLogModule in dom folders except media.r=amerchesini
2015-11-23 11:09:25 -08:00
PluginMessageUtils.h
Bug 1240904 - Remove ParamTraits for NPString and NPVariant. r=bsmedberg
2016-01-26 11:29:00 +01:00
PluginModuleChild.cpp
Revive NPAPI async drawing: stub code. (bug 1217665 part 1, r=aklotz)
2015-12-02 11:31:16 -08:00
PluginModuleChild.h
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-02-02 17:36:30 +02:00
PluginModuleParent.cpp
Bug 1256943: Ensure that BLOCKED_ON_PLUGIN_MODULE_INIT_MS is being recorded in e10s chrome; r=jimm
2016-03-15 14:04:34 -06:00
PluginModuleParent.h
Bug 1256943: Ensure that BLOCKED_ON_PLUGIN_MODULE_INIT_MS is being recorded in e10s chrome; r=jimm
2016-03-15 14:04:34 -06:00
PluginProcessChild.cpp
Bug 1222169 - remove unused function from PluginProcessChild.cpp; r=aklotz
2015-11-05 15:09:03 -05:00
PluginProcessChild.h
…
PluginProcessParent.cpp
Bug 1225023: Allow Flash Player to create Adobe\Flash Player and Macromedia\Flash Player directories. r=bbondy
2015-11-17 07:24:34 +00:00
PluginProcessParent.h
…
PluginQuirks.cpp
Bug 1208944 - Part 9. Hook IMM32 APIs on plugin process. r=masayuki
2015-12-29 22:57:38 +09:00
PluginQuirks.h
Bug 1208944 - Part 9. Hook IMM32 APIs on plugin process. r=masayuki
2015-12-29 22:57:38 +09:00
PluginScriptableObjectChild.cpp
Bug 1235261 - Part 6: Rename AutoInfallibleTArray to AutoTArray. r=froydnj
2016-02-02 17:36:31 +02:00
PluginScriptableObjectChild.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
PluginScriptableObjectParent.cpp
Bug 1235261 - Part 6: Rename AutoInfallibleTArray to AutoTArray. r=froydnj
2016-02-02 17:36:31 +02:00
PluginScriptableObjectParent.h
…
PluginScriptableObjectUtils-inl.h
…
PluginScriptableObjectUtils.h
…
PluginStreamChild.cpp
…
PluginStreamChild.h
…
PluginStreamParent.cpp
…
PluginStreamParent.h
…
PluginSurfaceParent.cpp
Bug 1207741 - Remove gfxIntSize. r=nical.
2015-09-23 11:49:05 -07:00
PluginSurfaceParent.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
PluginTypes.ipdlh
Bug 1246574 - Store sandbox level to nsPluginTag for e10s. r=jimm
2016-02-08 20:21:20 +09:00
PluginUtilsOSX.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
PluginUtilsOSX.mm
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
PluginWidgetChild.cpp
Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj
2015-11-02 07:53:26 +02:00
PluginWidgetChild.h
…
PluginWidgetParent.cpp
Bug 1229237 (part 1) - Make nsIWidget::{Create,CreateChildren}() take a LayoutDeviceIntRect. r=botond.
2015-11-16 00:35:18 -08:00
PluginWidgetParent.h
…
StreamNotifyChild.h
…
StreamNotifyParent.h
…
TaskFactory.h
…
moz.build
Bug 1256024 - Disable C4838 to unblock compilation on VS2015; r=aklotz
2016-03-14 15:21:09 -07:00