gecko/dom/plugins/ipc
Benoit Jacob 28ff3ad25f Bug 959380 - 4/5 - Make gfxContentType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)GFX_CONTENT_\(COLOR\|ALPHA\|COLOR_ALPHA\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1gfxContentType::\2\3/g'
2014-01-23 13:26:40 -05:00
..
hangui Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
interpose Bug 942633 - Build more dom/ code in unified mode; r=bzbarsky 2013-11-26 11:38:52 -05:00
AStream.h
BrowserStreamChild.cpp
BrowserStreamChild.h Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
BrowserStreamParent.cpp
BrowserStreamParent.h Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
ChildAsyncCall.cpp
ChildAsyncCall.h
ChildTimer.cpp
ChildTimer.h
COMMessageFilter.cpp
COMMessageFilter.h
Makefile.in Bug 931459 - Move LOCAL_INCLUDES to moz.build in dom/; r=mshal 2013-11-11 09:04:11 +01:00
MiniShmParent.cpp
MiniShmParent.h
moz.build Bug 942633 - Build more dom/ code in unified mode; r=bzbarsky 2013-11-26 11:38:52 -05:00
NestedLoopTimer.cpp
NestedLoopTimer.h
NPEventAndroid.h
NPEventOSX.h
NPEventUnix.h
NPEventWindows.h
PBrowserStream.ipdl Bug 918651 - part 8 - remove redundant includes from IPDL files; r=ehsan 2013-10-18 13:34:08 -04:00
PluginBackgroundDestroyer.cpp
PluginBackgroundDestroyer.h
PluginHangUIParent.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
PluginHangUIParent.h
PluginIdentifierChild.cpp
PluginIdentifierChild.h
PluginIdentifierParent.cpp No bug - Fix some style issues in DOM code. 2013-11-11 09:04:41 +01:00
PluginIdentifierParent.h Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
PluginInstanceChild.cpp Bug 959380 - 4/5 - Make gfxContentType a typed enum - r=jrmuizel 2014-01-23 13:26:40 -05:00
PluginInstanceChild.h Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
PluginInstanceParent.cpp Bug 959380 - 3/5 - Make gfxSurfaceType a typed enum - r=jrmuizel 2014-01-23 13:26:40 -05:00
PluginInstanceParent.h Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
PluginInterposeOSX.h
PluginInterposeOSX.mm
PluginLibrary.h
PluginMessageUtils.cpp
PluginMessageUtils.h
PluginModuleChild.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
PluginModuleChild.h Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
PluginModuleParent.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
PluginModuleParent.h Remove dead code. No bug. r=me 2014-01-19 23:11:14 -06:00
PluginProcessChild.cpp Bug 957883: Handle channel errors during process launch such that we don't sit on a dead channel for the full time-out (e.g. 45 secs for NPAPI), and allow us to detect when an error happens during child process init. Also, now that it's possible, actually check for an error during NPAPI child process init. r=bsmedberg 2014-01-11 21:51:00 -06:00
PluginProcessChild.h
PluginProcessParent.cpp
PluginProcessParent.h Bug 957883: Handle channel errors during process launch such that we don't sit on a dead channel for the full time-out (e.g. 45 secs for NPAPI), and allow us to detect when an error happens during child process init. Also, now that it's possible, actually check for an error during NPAPI child process init. r=bsmedberg 2014-01-11 21:51:00 -06:00
PluginScriptableObjectChild.cpp Bug 942633 - Build more dom/ code in unified mode; r=bzbarsky 2013-11-26 11:38:52 -05:00
PluginScriptableObjectChild.h Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
PluginScriptableObjectParent.cpp Bug 942633 - Build more dom/ code in unified mode; r=bzbarsky 2013-11-26 11:38:52 -05:00
PluginScriptableObjectParent.h Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
PluginScriptableObjectUtils-inl.h
PluginScriptableObjectUtils.h
PluginStreamChild.cpp
PluginStreamChild.h Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
PluginStreamParent.cpp
PluginStreamParent.h Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
PluginSurfaceParent.cpp
PluginSurfaceParent.h
PluginUtilsOSX.h
PluginUtilsOSX.mm
PPluginBackgroundDestroyer.ipdl
PPluginIdentifier.ipdl
PPluginInstance.ipdl Bug 918651 - part 9 - remove useless includes from IPDL files; r=ehsan 2013-10-18 14:47:04 -04:00
PPluginModule.ipdl Bug 918651 - part 8 - remove redundant includes from IPDL files; r=ehsan 2013-10-18 13:34:08 -04:00
PPluginScriptableObject.ipdl Bug 918651 - part 9 - remove useless includes from IPDL files; r=ehsan 2013-10-18 14:47:04 -04:00
PPluginStream.ipdl Bug 918651 - part 8 - remove redundant includes from IPDL files; r=ehsan 2013-10-18 13:34:08 -04:00
PPluginSurface.ipdl
PStreamNotify.ipdl Bug 918651 - part 8 - remove redundant includes from IPDL files; r=ehsan 2013-10-18 13:34:08 -04:00
ScopedMethodFactory.h
StreamNotifyChild.h Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
StreamNotifyParent.h Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00