gecko-dev/dom/plugins/base
Trevor Saunders 052fdb3c5c bug 825281 - remove nsISupportsArray from plugins r=bsmedberg 2012-12-12 02:56:25 -05:00
..
android Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan 2012-10-11 18:38:04 -05:00
Makefile.in Bug 824247 - Part 3: Disable FAIL_ON_WARNINGS on not-yet-warning-free directories on MSVC. r=ted 2013-01-03 00:56:38 +09:00
PluginPRLibrary.cpp Bug 780831 - Guard against plugin code leaking refs in the JNI local ref table. r=snorp 2012-12-13 00:32:17 -05:00
PluginPRLibrary.h Bug 798033 - Removes 'using namespace' from dom headers - r=khuey 2012-11-10 10:45:52 -05:00
npapi.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
npfunctions.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
npruntime.h
nptypes.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIHTTPHeaderListener.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIPluginDocument.idl Bug 767638 - Greatly simplify loading full-page plugins. r=josh 2012-12-13 13:51:27 -08:00
nsIPluginHost.idl bug 746374 - differentiate click-to-play plugin permissions by type and vulnerability status r=jaws r=joshmoz 2012-11-27 10:09:10 -08:00
nsIPluginInputStream.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIPluginInstanceOwner.idl Bug 598397: Remove support for Carbon NPAPI. r=smichaud 2012-10-15 08:38:34 -04:00
nsIPluginTag.idl Bug 747300 - Add mimetype info to nsIPluginTag. r=josh 2012-08-24 12:04:15 -07:00
nsIPluginTagInfo.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsJSNPRuntime.cpp Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz 2012-11-14 09:56:26 -08:00
nsJSNPRuntime.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsNPAPIPlugin.cpp Bug 814247 - Add auth cache jars for separate apps. r=mayhemer 2012-12-05 02:33:20 -05:00
nsNPAPIPlugin.h Bug 773958 - Define NP_CALLBACK as NP_LOADDS for a calling convention consistency. r=josh 2012-08-23 06:18:45 -04:00
nsNPAPIPluginInstance.cpp Bug 800838 - remove unnecessary delay when unscheduling plugin timers r=blassey 2012-12-17 10:05:49 -05:00
nsNPAPIPluginInstance.h Bug 800838 - remove unnecessary delay when unscheduling plugin timers r=blassey 2012-12-17 10:05:49 -05:00
nsNPAPIPluginStreamListener.cpp Bug 780831 - Guard against plugin code leaking refs in the JNI local ref table. r=snorp 2012-12-13 00:32:17 -05:00
nsNPAPIPluginStreamListener.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsPluginDirServiceProvider.cpp bug 801466 - part 3.1 remove some prmem usage from dom/ and content/ r=mounir 2012-12-05 02:55:37 -05:00
nsPluginDirServiceProvider.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsPluginHost.cpp bug 825281 - remove nsISupportsArray from plugins r=bsmedberg 2012-12-12 02:56:25 -05:00
nsPluginHost.h bug 825281 - remove nsISupportsArray from plugins r=bsmedberg 2012-12-12 02:56:25 -05:00
nsPluginInstanceOwner.cpp Bug 826632. Part 5: nsViewManager methods do not need to be virtual and most of the ones that return nsresult don't need to. r=tnikkel 2013-01-05 16:13:05 +13:00
nsPluginInstanceOwner.h Bug 813906 - Resolve base URLs correctly for plugin streams. r=bz 2012-11-27 15:14:38 +01:00
nsPluginLogging.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsPluginManifestLineReader.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsPluginModule.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsPluginNativeWindow.cpp Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
nsPluginNativeWindow.h Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
nsPluginNativeWindowGtk2.cpp b=814200 don't redirect embedder socket window resize requests to Xt client r=stransky 2013-01-04 12:37:08 +13:00
nsPluginNativeWindowOS2.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsPluginNativeWindowQt.cpp Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
nsPluginNativeWindowWin.cpp Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger 2012-12-14 18:58:45 -05:00
nsPluginSafety.h Bug 780831 - Guard against plugin code leaking refs in the JNI local ref table. r=snorp 2012-12-13 00:32:17 -05:00
nsPluginStreamListenerPeer.cpp Bug 725993 - Remove usage of STORE_ON_DISK_AS_FILE flag in plugin code, r=joshmoz 2013-01-04 00:29:33 +01:00
nsPluginStreamListenerPeer.h Bug 767638 - Rename InitializeEmbedded* plugin functions to just Initialize*. r=josh 2012-12-13 13:51:28 -08:00
nsPluginTags.cpp Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
nsPluginTags.h bug 825281 - remove nsISupportsArray from plugins r=bsmedberg 2012-12-12 02:56:25 -05:00
nsPluginsCID.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsPluginsDir.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsPluginsDirDarwin.cpp Bug 823533 - Reject plugins with a different architecture in 32bit Mac builds. r=bsmedberg,smichaud 2012-12-20 21:30:19 +01:00
nsPluginsDirOS2.cpp Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
nsPluginsDirUnix.cpp Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
nsPluginsDirUtils.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsPluginsDirWin.cpp Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger 2012-12-14 18:58:45 -05:00
nspluginroot.idl Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00