.. |
Makefile.in
|
Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted
|
2011-06-12 03:49:00 -04:00 |
npapi.h
|
Bug 674240: Update NPAPI headers to npapi-sdk r12. r=bgirard
|
2011-07-28 14:32:29 -04:00 |
npfunctions.h
|
Bug 674240: Update NPAPI headers to npapi-sdk r12. r=bgirard
|
2011-07-28 14:32:29 -04:00 |
npruntime.h
|
Bug 674240: Update NPAPI headers to npapi-sdk r12. r=bgirard
|
2011-07-28 14:32:29 -04:00 |
nptypes.h
|
Bug 674240: Update NPAPI headers to npapi-sdk r12. r=bgirard
|
2011-07-28 14:32:29 -04:00 |
nsIHTTPHeaderListener.idl
|
|
|
nsIPluginDocument.idl
|
|
|
nsIPluginHost.idl
|
Bug 657952: Minimize methods in nsIPluginHost. r=jst
|
2011-05-21 09:28:54 -04:00 |
nsIPluginInputStream.idl
|
|
|
nsIPluginInstanceOwner.idl
|
Bug 637253: Remove nsIPluginInstance interface. r=bsmedberg
|
2011-05-17 21:48:34 -04:00 |
nsIPluginStreamInfo.idl
|
|
|
nsIPluginStreamListener.idl
|
|
|
nsIPluginTag.idl
|
|
|
nsIPluginTagInfo.idl
|
|
|
nsJSNPRuntime.cpp
|
Bug 653083 - Deal with NPRuntime identifier which may be non-interned being passed across the process boundary, and the current cache which isn't aware of that problem. r=bent,cdleary
|
2011-06-14 15:49:48 -04:00 |
nsJSNPRuntime.h
|
|
|
nsNPAPIPlugin.cpp
|
Backout f182f03aaee9, f53ac674db57 due to tp5 regression
|
2011-08-06 19:04:26 -04:00 |
nsNPAPIPlugin.h
|
Bug 653083 - Deal with NPRuntime identifier which may be non-interned being passed across the process boundary, and the current cache which isn't aware of that problem. r=bent,cdleary
|
2011-06-14 15:49:48 -04:00 |
nsNPAPIPluginInstance.cpp
|
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
|
2011-07-20 12:18:54 -07:00 |
nsNPAPIPluginInstance.h
|
Bug 670079: Stop caching plugin instances. We don't ever want to restart instances. r=jst
|
2011-07-08 12:39:22 -04:00 |
nsNPAPIPluginStreamListener.cpp
|
|
|
nsNPAPIPluginStreamListener.h
|
|
|
nsPluginDirServiceProvider.cpp
|
Bug 660536 Remove useless uses of PromiseFlat(C)String r=smaug
|
2011-06-09 21:17:58 +01:00 |
nsPluginDirServiceProvider.h
|
|
|
nsPluginError.h
|
|
|
nsPluginHost.cpp
|
Bug 675309: Get rid of unnecessary calls to nsNPAPIPluginInstance::Start(). r=jst
|
2011-08-02 13:49:05 -04:00 |
nsPluginHost.h
|
Bug 670079: Stop caching plugin instances. We don't ever want to restart instances. r=jst
|
2011-07-08 12:39:22 -04:00 |
nsPluginInstanceOwner.cpp
|
Bug 666256, cannot drop files onto a plugin, r=smaug
|
2011-08-23 08:54:37 -04:00 |
nsPluginInstanceOwner.h
|
Bug 621228 - Make plugins listening presShell SetActive calls. r=jst
|
2011-08-18 22:08:38 +02:00 |
nsPluginLogging.h
|
|
|
nsPluginManifestLineReader.h
|
|
|
nsPluginModule.cpp
|
|
|
nsPluginNativeWindow.cpp
|
|
|
nsPluginNativeWindow.h
|
Bug 624165 Cleanup plugins code, remove kill MOZ_COMPOSITED_PLUGINS and MOZ_USE_IMAGE_EXPOSE r=dougt
|
2011-05-25 16:54:30 -04:00 |
nsPluginNativeWindowGtk2.cpp
|
Bug 624165 Cleanup plugins code, remove kill MOZ_COMPOSITED_PLUGINS and MOZ_USE_IMAGE_EXPOSE r=dougt
|
2011-05-25 16:54:30 -04:00 |
nsPluginNativeWindowOS2.cpp
|
Bug 657868 - Fix OS/2 build after nsIPluginInstance removal. r=joshmoz
|
2011-05-19 12:43:21 +02:00 |
nsPluginNativeWindowQt.cpp
|
Bug 637253: Remove nsIPluginInstance interface. r=bsmedberg
|
2011-05-17 21:48:34 -04:00 |
nsPluginNativeWindowWin.cpp
|
Bug 606473 - Enable plugin hooks once WindowsDllInterceptor supports 64-bit. r=bsmedberg
|
2011-07-28 19:06:56 +09:00 |
nspluginroot.idl
|
|
|
nsPluginSafety.h
|
Bug 637253: Remove nsIPluginInstance interface. r=bsmedberg
|
2011-05-17 21:48:34 -04:00 |
nsPluginsCID.h
|
|
|
nsPluginsDir.h
|
|
|
nsPluginsDirDarwin.cpp
|
|
|
nsPluginsDirOS2.cpp
|
|
|
nsPluginsDirUnix.cpp
|
|
|
nsPluginsDirUtils.h
|
|
|
nsPluginsDirWin.cpp
|
Bug 654504 - Remove WinCE code from dom/plugins/base/; r=josh
|
2011-05-08 19:45:56 +02:00 |
nsPluginStreamListenerPeer.cpp
|
Bug 675309: Get rid of unnecessary calls to nsNPAPIPluginInstance::Start(). r=jst
|
2011-08-02 13:49:05 -04:00 |
nsPluginStreamListenerPeer.h
|
|
|
nsPluginTags.cpp
|
Bug 653794: Improve management of plugin MIME types, MIME descriptions, and extensions. r=bsmedberg
|
2011-05-10 09:47:43 -04:00 |
nsPluginTags.h
|
Bug 637253: Remove nsIPlugin interface. r=bsmedberg
|
2011-05-11 16:23:25 -04:00 |
PluginPRLibrary.cpp
|
Bug 663259 - Part 2: Restore Synchronous plugin rendering, with preference for async rendering. r=smichaud
|
2011-06-30 12:46:26 -04:00 |
PluginPRLibrary.h
|
Bug 663259 - Part 2: Restore Synchronous plugin rendering, with preference for async rendering. r=smichaud
|
2011-06-30 12:46:26 -04:00 |