gecko-dev/dom/plugins/ipc
Andi-Bogdan Postelnicu 4df235170d Bug 1317241 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in dom/. r=baku
MozReview-Commit-ID: CST7fV4h20h

--HG--
extra : rebase_source : 663d24e9c15d7b42023f1557b75fb8dabfc9b6a9
2016-11-14 11:35:58 +02:00
..
hangui Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
interpose Bug 1282980 - Remove MacQuirks. r=jrmuizel 2016-07-19 23:48:29 -07:00
AStream.h
BrowserStreamChild.cpp Bug 1266595: Replace Chromium Task with Runnable. r=froydnj 2016-04-27 17:06:05 -07:00
BrowserStreamChild.h Bug 1272415: Don't include task.h everywhere. r=froydnj 2016-05-12 15:15:43 -07:00
BrowserStreamParent.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
BrowserStreamParent.h
ChildAsyncCall.cpp Bug 1266595: Replace Chromium Task with Runnable. r=froydnj 2016-04-27 17:06:05 -07:00
ChildAsyncCall.h Bug 1266595: Replace Chromium Task with Runnable. r=froydnj 2016-04-27 17:06:05 -07:00
ChildTimer.cpp
ChildTimer.h
D3D11SurfaceHolder.cpp Bug 1160157 - Use AutoTextureLock to manage the shared resource's mutex. r=dvander 2016-11-07 00:48:00 -05:00
D3D11SurfaceHolder.h
MiniShmParent.cpp
MiniShmParent.h
NPEventAndroid.h Bug 1262671 - IPC ReadData/ReadBytes elimination (r=froydnj) 2016-05-27 09:57:39 -07:00
NPEventOSX.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
NPEventUnix.h Bug 1262671 - IPC ReadData/ReadBytes elimination (r=froydnj) 2016-05-27 09:57:39 -07:00
NPEventWindows.h Bug 1262671 - IPC ReadData/ReadBytes elimination (r=froydnj) 2016-05-27 09:57:39 -07:00
PBrowserStream.ipdl Bug 1263235, part 4 - Make PBrowserStream::Write's data argument last. r=jimm 2016-04-09 06:50:59 -07:00
PPluginBackgroundDestroyer.ipdl
PPluginInstance.ipdl Bug 1257759 part.5 PluginInstanceChild should post received native key event to chrome process if the key combination may be a shortcut key r=jimm 2016-04-19 20:09:37 +09:00
PPluginModule.ipdl Bug 1251202 - Implement Default Audio Device Notifications for NPAPI plugins on Windows. r=jimm 2016-09-19 14:05:41 -07:00
PPluginScriptableObject.ipdl
PPluginStream.ipdl
PPluginSurface.ipdl
PStreamNotify.ipdl
PluginAsyncSurrogate.cpp
PluginAsyncSurrogate.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
PluginBackgroundDestroyer.cpp
PluginBackgroundDestroyer.h
PluginBridge.h Bug 1262852 - Create a minidump of the plugin process as soon as possible during hang r=jimm 2016-06-24 14:25:08 +02:00
PluginDataResolver.h
PluginHangUIParent.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
PluginHangUIParent.h
PluginInstanceChild.cpp Bug 1317241 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in dom/. r=baku 2016-11-14 11:35:58 +02:00
PluginInstanceChild.h Bug 1251202 - Implement Default Audio Device Notifications for NPAPI plugins on Windows. r=jimm 2016-09-19 14:05:41 -07:00
PluginInstanceParent.cpp Bug 1311952 - Remove ALLOC_UPDATE_FROM_SURFACE flag from RecvShowDirectDXGISurface() r=mattwoodrow 2016-10-25 19:18:49 -07:00
PluginInstanceParent.h Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
PluginInterposeOSX.h
PluginInterposeOSX.mm
PluginLibrary.h Bug 1252877 Part 4: Remove notification of plugins about scrolling from child. r=jimm 2016-07-18 09:54:02 +01:00
PluginMessageUtils.cpp Bug 1261094 - Improve how MessageChannel::mInterruptStack is used in IPC code, r=jld 2016-04-28 07:21:49 +08:00
PluginMessageUtils.h Bug 792652 - Remove methods from MessageListener (r=dvander) 2016-11-08 15:22:36 -08:00
PluginModuleChild.cpp Bug 1317241 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in dom/. r=baku 2016-11-14 11:35:58 +02:00
PluginModuleChild.h Bug 1251202 - Implement Default Audio Device Notifications for NPAPI plugins on Windows. r=jimm 2016-09-19 14:05:41 -07:00
PluginModuleParent.cpp Bug 792652 - Remove methods from MessageListener (r=dvander) 2016-11-08 15:22:36 -08:00
PluginModuleParent.h Bug 1307483 - remove mProtocolCallStack from PluginModuleChromeParent; r=jimm 2016-10-05 00:04:32 -04:00
PluginProcessChild.cpp Bug 1277075: Modify parent and child process startup to use mscom::MainThreadRuntime; r=jimm 2016-06-04 01:42:40 -06:00
PluginProcessChild.h Bug 1277075: Modify parent and child process startup to use mscom::MainThreadRuntime; r=jimm 2016-06-04 01:42:40 -06:00
PluginProcessParent.cpp Bug 1171393 - Remove sandbox write access to temp directory which was opened for tests. r=bobowen 2016-09-01 11:58:12 -07:00
PluginProcessParent.h Bug 1277705 - Remove waitable_event_watcher (r=dvander) 2016-06-24 13:15:41 -07:00
PluginQuirks.cpp Bug 1180684 - Part 2. Hook GetKeyState on plugin process. r=aklotz 2016-08-22 16:06:50 +09:00
PluginQuirks.h Bug 1180684 - Part 2. Hook GetKeyState on plugin process. r=aklotz 2016-08-22 16:06:50 +09:00
PluginScriptableObjectChild.cpp Bug 1252152 - Make plugin instances destroyed while that instance is on the stack crash earlier and more usefully, r=jimm 2016-04-06 16:23:43 -04:00
PluginScriptableObjectChild.h
PluginScriptableObjectParent.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
PluginScriptableObjectParent.h
PluginScriptableObjectUtils-inl.h
PluginScriptableObjectUtils.h
PluginStreamChild.cpp
PluginStreamChild.h
PluginStreamParent.cpp
PluginStreamParent.h
PluginSurfaceParent.cpp
PluginSurfaceParent.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
PluginTypes.ipdlh Bug 1283274 - Disable windowless workaround if we detect a flash library that support async rendering. r=aklotz 2016-07-25 15:45:29 -05:00
PluginUtilsOSX.h Bug 1284939 - Removed definition and usage of QUIRK_FLASH_AVOID_CGMODE_CRASHES. Adjusted the bit shifts for quirk values that fell below it to keep the increment between them consistent. r=spohl 2016-07-22 14:11:14 -04:00
PluginUtilsOSX.mm Bug 1302163 - Change code to use SprintfLiteral instead of snprintf. r=ehsan 2016-10-04 17:57:51 +02:00
PluginUtilsWin.cpp Bug 1251202 - Implement Default Audio Device Notifications for NPAPI plugins on Windows. r=jimm 2016-09-19 14:05:41 -07:00
PluginUtilsWin.h Bug 1251202 - Implement Default Audio Device Notifications for NPAPI plugins on Windows. r=jimm 2016-09-19 14:05:41 -07:00
PluginWidgetChild.cpp Bug 1290766 - Return the scroll capture information from the PPluginWidget Create method, instead of using a separate asynchronous method which is delivered later and may race with fast shutdown. r=billm 2016-10-05 11:36:26 -04:00
PluginWidgetChild.h Bug 1290766 - Return the scroll capture information from the PPluginWidget Create method, instead of using a separate asynchronous method which is delivered later and may race with fast shutdown. r=billm 2016-10-05 11:36:26 -04:00
PluginWidgetParent.cpp Bug 1290766 - Return the scroll capture information from the PPluginWidget Create method, instead of using a separate asynchronous method which is delivered later and may race with fast shutdown. r=billm 2016-10-05 11:36:26 -04:00
PluginWidgetParent.h Bug 1290766 - Return the scroll capture information from the PPluginWidget Create method, instead of using a separate asynchronous method which is delivered later and may race with fast shutdown. r=billm 2016-10-05 11:36:26 -04:00
StreamNotifyChild.h
StreamNotifyParent.h
moz.build Bug 1251202 - Implement Default Audio Device Notifications for NPAPI plugins on Windows. r=jimm 2016-09-19 14:05:41 -07:00