gecko-dev/dom/bindings
Nicholas Nethercote 18fae65f38 Bug 1563139 - Remove StaticPrefs.h. r=glandium
This requires replacing inclusions of it with inclusions of more specific prefs
files.

The exception is that StaticPrefsAll.h, which is equivalent to StaticPrefs.h,
and is used in `Codegen.py` because doing something smarter is tricky and
suitable for a follow-up. As a result, any change to StaticPrefList.yaml will
still trigger recompilation of all the generated DOM bindings files, but that's
still a big improvement over trigger recompilation of every file that uses
static prefs.

Most of the changes in this commit are very boring. The only changes that are
not boring are modules/libpref/*, Codegen.py, and ServoBindings.toml.

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

--HG--
extra : moz-landing-system : lando
2019-07-26 01:10:23 +00:00
..
crashtests
docs
mozwebidlcodegen Backed out 3 changesets (bug 1559975) for linting failure at WebIDL.py on a CLOSED TREE. 2019-07-19 18:25:10 +03:00
parser Bug 1565130 - Update parser/runtests.py for Python 3 r=firefox-build-system-reviewers,mshal 2019-07-23 22:14:23 +00:00
test Bug 1566952: Part 1 - Annotate mochitests that crash with Fission enabled. r=mccr8 2019-07-17 13:37:48 -07:00
AtomList.h
BindingDeclarations.h
Bindings.conf Bug 1560342 - Replace generic object argument with a specific L10nArgs object for passing l10n arguments. r=smaug 2019-06-25 19:43:50 +00:00
BindingUtils.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
BindingUtils.h Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/bindings/ r=Ehsan 2019-07-10 03:25:38 +00:00
CallbackFunction.h Bug 1561887 part 2. Fix cycle-collection skipping of JSEventHandler to work correctly. r=smaug 2019-07-09 17:04:59 +00:00
CallbackInterface.cpp
CallbackInterface.h
CallbackObject.cpp Bug 1515214 - Add CallbackObject::GetDescription and TimeoutHandler::GetDescription. r=bzbarsky 2019-07-10 20:48:14 +00:00
CallbackObject.h Bug 1515214 - Add CallbackObject::GetDescription and TimeoutHandler::GetDescription. r=bzbarsky 2019-07-10 20:48:14 +00:00
Codegen.py Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
Configuration.py Bug 1350254 part 1. Add support for [Serializable] in the Web IDL parser and code generator. r=baku,mccr8 2019-06-27 22:21:22 +00:00
Date.cpp
Date.h
DOMJSClass.h Bug 1350254 part 1. Add support for [Serializable] in the Web IDL parser and code generator. r=baku,mccr8 2019-06-27 22:21:22 +00:00
DOMJSProxyHandler.cpp Bug 1510760, part 2 - Add the remote proxy handler to SetDOMProxyInformation. r=peterv,tcampbell 2019-07-18 19:36:13 +00:00
DOMJSProxyHandler.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-12 13:14:25 +00:00
DOMString.h
ErrorIPCUtils.h
ErrorResult.h
Errors.msg Bug 1560462: Implement DOMMatrix.fromMatrix r=bzbarsky 2019-06-30 03:02:13 +00:00
Exceptions.cpp
Exceptions.h
FakeString.h
GenerateCSS2PropertiesWebIDL.py
IterableIterator.cpp
IterableIterator.h
JSSlots.h
mach_commands.py
Makefile.in Bug 1556185 - Ensure autoconf.mk is tracked as a dependency when preprocessing webidls. r=nalexander 2019-06-03 20:33:36 +00:00
moz.build Bug 1350254 part 2. Switch ImageData to [Serializable]. r=baku 2019-06-25 06:44:38 +00:00
NonRefcountedDOMObject.h
nsIScriptError.idl Bug 1546306 - Add an optional aFromChromeContext parameter to nsIScriptError::InitWithWindowID for the case the passed in windowId is zero. r=baku 2019-06-13 09:50:49 +00:00
nsScriptError.cpp Bug 1546306 - Add an optional aFromChromeContext parameter to nsIScriptError::InitWithWindowID for the case the passed in windowId is zero. r=baku 2019-06-13 09:50:49 +00:00
nsScriptError.h Bug 1546306 - Add an optional aFromChromeContext parameter to nsIScriptError::InitWithWindowID for the case the passed in windowId is zero. r=baku 2019-06-13 09:50:49 +00:00
nsScriptErrorWithStack.cpp
Nullable.h
PrimitiveConversions.h
ReadableStream.h
Record.h Bug 1534593 part 3. Initialize JSObject* entries in Record types. r=qdot 2019-04-16 19:18:52 +00:00
RemoteObjectProxy.cpp Bug 1510760, part 4 - Add transplant support to GetRemoteOuterWindowProxy(). r=peterv 2019-07-18 19:36:17 +00:00
RemoteObjectProxy.h Bug 1510760, part 4 - Add transplant support to GetRemoteOuterWindowProxy(). r=peterv 2019-07-18 19:36:17 +00:00
RootedDictionary.h
RootedOwningNonNull.h Bug 1547782 - Implement GCPolicy<T>::isValid for Gecko specializations r=jonco 2019-04-30 21:48:32 +00:00
RootedRefPtr.h Bug 1547782 - Implement GCPolicy<T>::isValid for Gecko specializations r=jonco 2019-04-30 21:48:32 +00:00
SimpleGlobalObject.cpp
SimpleGlobalObject.h Bug 1547923 part 3. Add nsIGlobalObject::GetGlobalJSObjectPreserveColor(). r=mccr8 2019-05-02 21:23:35 +00:00
SpiderMonkeyInterface.h
ToJSValue.cpp Bug 1510760, part 4 - Add transplant support to GetRemoteOuterWindowProxy(). r=peterv 2019-07-18 19:36:17 +00:00
ToJSValue.h Bug 1521732 - Part 3: Use RootedValueVector instead. r=sfink,jonco 2019-03-26 13:58:20 +00:00
TypedArray.h
UnionMember.h
WebIDLGlobalNameHash.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-12 13:14:25 +00:00
WebIDLGlobalNameHash.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-12 13:14:25 +00:00
XrayExpandoClass.h