.. |
android
|
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
|
2015-08-27 20:44:53 -07:00 |
PluginPRLibrary.cpp
|
Bug 1192077 - Convert AndroidBridge JNIEnv calls; r=esawin
|
2015-08-13 00:53:39 -04:00 |
PluginPRLibrary.h
|
bug 1158561 - [e10s] Browser hang in PluginModuleParent::NPP_ClearSiteData() r=jimm,mak
|
2015-06-30 18:08:19 -04:00 |
moz.build
|
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
|
2015-08-27 20:44:53 -07:00 |
npapi.h
|
Bug 1167690 - Part 2: Integrate plugins which support the NPAPI audio extensions with the Audio Channel Service; r=BenWa
|
2015-07-29 08:26:42 -04:00 |
npfunctions.h
|
Bug 1072528. Part 1: Remove plugin-related code. r=bsmedberg
|
2014-09-24 16:35:00 -04:00 |
npruntime.h
|
…
|
|
nptypes.h
|
…
|
|
nsIHTTPHeaderListener.idl
|
…
|
|
nsIPluginDocument.idl
|
…
|
|
nsIPluginHost.idl
|
Bug 1192831 - Remove PlayPreview API. r=jet, r=peterv
|
2015-08-20 15:15:18 -05:00 |
nsIPluginInputStream.idl
|
…
|
|
nsIPluginInstanceOwner.idl
|
Bug 1182543 - Use channel->ascynOpen2 in dom/plugins/base/nsPluginHost.cpp - simplifications in instanceowner (r=sicking)
|
2015-08-04 20:06:03 -07:00 |
nsIPluginTag.idl
|
Bug 1178963 part 2. Implement nsFakePluginTag to represent a non-NPAPI "plugin" that is actually implemented in JavaScript. r=peterv
|
2015-05-20 15:30:05 +02:00 |
nsJSNPRuntime.cpp
|
Bug 1088214 - Remove JSCLASS_IMPLEMENTS_BARRIERS now this is implemented everywhere r=terrence
|
2015-09-02 10:40:10 +01:00 |
nsJSNPRuntime.h
|
Bug 1135491: Part 2 - Changes to nsJSNPRuntime to ensure that JS exceptions aren't thrown when plugin destruction is pending; r=josh,bholley
|
2015-03-09 15:07:16 -06:00 |
nsNPAPIPlugin.cpp
|
Bug 1200361 - Back out parts of bug 1194780 so that Android can still run plugins in-process, but no other platforms will. r=jimm
|
2015-08-31 16:51:19 -04:00 |
nsNPAPIPlugin.h
|
Bug 1200361 - Back out parts of bug 1194780 so that Android can still run plugins in-process, but no other platforms will. r=jimm
|
2015-08-31 16:51:19 -04:00 |
nsNPAPIPluginInstance.cpp
|
Bug 1150944 - Add a flags parameter to GLContextProvider functions instead of a bool. r=jgilbert
|
2015-07-29 16:35:55 -04:00 |
nsNPAPIPluginInstance.h
|
Bug 1167690 - Part 2: Integrate plugins which support the NPAPI audio extensions with the Audio Channel Service; r=BenWa
|
2015-07-29 08:26:42 -04:00 |
nsNPAPIPluginStreamListener.cpp
|
Bug 1194600: Ensure plugin stream listener's buffer always has room for incoming data; r=jimm
|
2015-08-25 16:34:20 -06:00 |
nsNPAPIPluginStreamListener.h
|
Bug 1151804: Ensure that streams are not prematurely terminated when asyncInit is true; r=jimm
|
2015-04-13 13:19:51 -06:00 |
nsPluginDirServiceProvider.cpp
|
Bug 1153909 - Use two-argument wcstok variant on mingw. r=jimm
|
2015-04-14 18:07:25 +02:00 |
nsPluginDirServiceProvider.h
|
…
|
|
nsPluginHost.cpp
|
Bug 1200361 - Back out parts of bug 1194780 so that Android can still run plugins in-process, but no other platforms will. r=jimm
|
2015-08-31 16:51:19 -04:00 |
nsPluginHost.h
|
Bug 1192831 - Remove PlayPreview API. r=jet, r=peterv
|
2015-08-20 15:15:18 -05:00 |
nsPluginInstanceOwner.cpp
|
Bug 895274 part.82 Rename NS_DRAGDROP_ENTER to eDragEnter r=smaug
|
2015-09-02 15:08:02 +09:00 |
nsPluginInstanceOwner.h
|
Bug 1182411 Part 2: Change winless popup surrogate to have its parent set in the chrome process. r=jimm
|
2015-08-12 16:00:26 +01:00 |
nsPluginLogging.h
|
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
|
2015-06-03 15:25:57 -07:00 |
nsPluginManifestLineReader.h
|
…
|
|
nsPluginModule.cpp
|
…
|
|
nsPluginNativeWindow.cpp
|
…
|
|
nsPluginNativeWindow.h
|
Bug 1165903: For Windows NPAPI do window re-parenting in the chrome process to allow for sandboxing. r=jimm
|
2015-06-15 16:08:51 +01:00 |
nsPluginNativeWindowGtk.cpp
|
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
|
2015-07-03 18:29:00 -07:00 |
nsPluginNativeWindowGtk.h
|
Bug 1095754 - Transfer bounds information from native plugin widgets to GTK socket widgets when the native plugin widget bounds update. r=roc
|
2015-01-29 13:41:57 -06:00 |
nsPluginNativeWindowQt.cpp
|
…
|
|
nsPluginNativeWindowWin.cpp
|
Bug 895274 part.18 Rename NS_PLUGIN_ACTIVATE to ePluginActivate r=smaug
|
2015-08-29 08:58:28 +09:00 |
nsPluginStreamListenerPeer.cpp
|
Bug 1165515 - Part 1: Convert PR_LOG to MOZ_LOG. r=froydnj
|
2015-05-21 13:22:04 -07:00 |
nsPluginStreamListenerPeer.h
|
Bug 1119565: Ensure that a plugin listener's stream type is always set, even when it is STREAM_TYPE_UNKNOWN; r=jimm
|
2015-03-23 21:46:38 -06:00 |
nsPluginTags.cpp
|
Bug 1178963 part 3. Make nsPluginHost aware of fake plugins. r=peterv
|
2015-05-20 15:30:05 +02:00 |
nsPluginTags.h
|
Bug 1178963 part 3. Make nsPluginHost aware of fake plugins. r=peterv
|
2015-05-20 15:30:05 +02:00 |
nsPluginsCID.h
|
…
|
|
nsPluginsDir.h
|
…
|
|
nsPluginsDirDarwin.cpp
|
Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd
|
2015-05-01 09:40:30 +09:00 |
nsPluginsDirUnix.cpp
|
…
|
|
nsPluginsDirUtils.h
|
…
|
|
nsPluginsDirWin.cpp
|
Bug 1121290: Use "%ls" instead of "%s" in _snwprintf_s format string, r=bsmedberg
|
2014-11-25 23:48:26 +08:00 |
nspluginroot.idl
|
…
|
|