gecko-dev/dom/plugins/base
Brendan Dahl eafc9e3293 Bug 1470510 - Rename nsXULWindow and nsIXULWindow to AppWindow and nsIAppWindow. r=smaug
nsXULWindow is no longer XUL specific and is somewhat confusing name.

Differential Revision: https://phabricator.services.mozilla.com/D51486

--HG--
rename : xpfe/appshell/nsXULWindow.cpp => xpfe/appshell/AppWindow.cpp
rename : xpfe/appshell/nsXULWindow.h => xpfe/appshell/AppWindow.h
rename : xpfe/appshell/nsIXULWindow.idl => xpfe/appshell/nsIAppWindow.idl
extra : moz-landing-system : lando
2019-11-05 17:56:28 +00:00
..
PluginFinder.cpp Bug 1545123 - move reading pluginreg and scanning for plugins to a background thread, r=handyman,mconley 2019-11-02 22:35:04 +00:00
PluginFinder.h Bug 1545123 - move reading pluginreg and scanning for plugins to a background thread, r=handyman,mconley 2019-11-02 22:35:04 +00:00
components.conf Bug 1524687: Part 12 - Convert everything else to static registration. r=erahm 2019-01-29 16:03:41 -08:00
moz.build Bug 1545123 - move plugin finding into its own class to clarify dependencies and data flows, r=handyman 2019-11-02 22:34:36 +00:00
npapi.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
npfunctions.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
npruntime.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nptypes.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-10-21 14:13:44 +00:00
nsIHTTPHeaderListener.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIPluginDocument.idl
nsIPluginHost.idl Bug 1550928 part 2. Stop using [array] in nsIPluginHost. r=peterv 2019-05-14 09:11:45 +00:00
nsIPluginInputStream.idl
nsIPluginInstanceOwner.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIPluginTag.idl Bug 1505913 - make plugin click-to-play and crash handling fission-compatible, r=mconley 2019-07-23 22:04:40 +00:00
nsJSNPRuntime.cpp Bug 1573844 - Remove external references to js::Class r=mccr8 2019-08-14 17:15:15 +00:00
nsJSNPRuntime.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsNPAPIPlugin.cpp Bug 1586683 - Remove flat strings from JSAPI. r=jwalden,bzbarsky 2019-10-14 09:32:07 +00:00
nsNPAPIPlugin.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsNPAPIPluginInstance.cpp Bug 1580659 - part6 : remove input config parameter from 'NotifyStartedPlaying()'. r=Ehsan 2019-09-24 21:18:07 +00:00
nsNPAPIPluginInstance.h Bug 1384260: Part 3 - Remove GetKeyState from Windows content proc plugin code r=jmathies 2019-10-16 21:21:57 +00:00
nsNPAPIPluginStreamListener.cpp
nsNPAPIPluginStreamListener.h
nsPluginDirServiceProvider.cpp Bug 1545123 - simplify how we get directory information for plugins, r=handyman,mconley 2019-11-02 22:33:42 +00:00
nsPluginDirServiceProvider.h Bug 1545123 - simplify how we get directory information for plugins, r=handyman,mconley 2019-11-02 22:33:42 +00:00
nsPluginHost.cpp Bug 1470510 - Rename nsXULWindow and nsIXULWindow to AppWindow and nsIAppWindow. r=smaug 2019-11-05 17:56:28 +00:00
nsPluginHost.h Bug 1545123 - move reading pluginreg and scanning for plugins to a background thread, r=handyman,mconley 2019-11-02 22:35:04 +00:00
nsPluginInstanceOwner.cpp Bug 1384260: Part 4 - Remove SystemParametersInfo from Windows content proc plugin code r=jmathies 2019-10-16 21:24:48 +00:00
nsPluginInstanceOwner.h Bug 1384260: Part 4 - Remove SystemParametersInfo from Windows content proc plugin code r=jmathies 2019-10-16 21:24:48 +00:00
nsPluginLogging.h
nsPluginManifestLineReader.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
nsPluginNativeWindow.cpp
nsPluginNativeWindow.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsPluginNativeWindowWin.cpp Bug 1384260: Part 1 - Remove RegisterWindowMessage from Windows plugin content process r=jmathies 2019-10-16 21:21:43 +00:00
nsPluginStreamListenerPeer.cpp Bug 1543804 - Don't allow cross-origin POST redirects on 308 codes; r=jmathies 2019-05-21 15:05:23 +00:00
nsPluginStreamListenerPeer.h
nsPluginTags.cpp Bug 1545123 - move reading pluginreg and scanning for plugins to a background thread, r=handyman,mconley 2019-11-02 22:35:04 +00:00
nsPluginTags.h Bug 1545123 - move reading pluginreg and scanning for plugins to a background thread, r=handyman,mconley 2019-11-02 22:35:04 +00:00
nsPluginsCID.h
nsPluginsDir.h Bug 1528651 - Fix some trivial warnings and re-enable warnings-as-errors on Windows in some directories. r=dmajor 2019-02-19 20:42:11 +09:00
nsPluginsDirDarwin.cpp
nsPluginsDirUnix.cpp Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
nsPluginsDirUtils.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsPluginsDirWin.cpp Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
nspluginroot.idl