gecko-dev/dom/bindings
Boris Zbarsky 58b843488c Bug 1569735. Move almost all uses of binaryNames out of Bindings.conf and into .webidl files. r=peterv
The one exception, apart from tests, is a place where the constructor is being
renamed, because there is no way to support that syntactically yet.  There will
be if https://github.com/heycam/webidl/issues/636 is fixed.

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

--HG--
extra : moz-landing-system : lando
2019-08-28 17:51:37 +00:00
..
crashtests
docs
mozwebidlcodegen Bug 1559975 - convert dom/bindings to python3 r=ahal,bzbarsky 2019-08-02 19:45:12 +00:00
parser Bug 921496 part 2. Remove NavigatorProperty. r=peterv 2019-08-26 19:00:04 +00:00
test Bug 921496 part 2. Remove NavigatorProperty. r=peterv 2019-08-26 19:00:04 +00:00
AtomList.h
BindingDeclarations.h
BindingUtils.cpp Bug 1575711 - CallerSubsumes should return false for remote object proxies. r=peterv 2019-08-26 18:26:02 +00:00
BindingUtils.h Bug 1573938 - Never collect wrapper JSObjects when recording/replaying, r=mccr8. 2019-08-16 20:51:12 +00:00
Bindings.conf Bug 1569735. Move almost all uses of binaryNames out of Bindings.conf and into .webidl files. r=peterv 2019-08-28 17:51:37 +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 921496 part 2. Remove NavigatorProperty. r=peterv 2019-08-26 19:00:04 +00:00
Configuration.py Bug 1569735. Move almost all uses of binaryNames out of Bindings.conf and into .webidl files. r=peterv 2019-08-28 17:51:37 +00:00
DOMJSClass.h Bug 1573844 - Remove external references to js::Jsvalify and js::Valueify r=mccr8 2019-08-14 17:24:59 +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 1573844 - Remove external references to js::Class r=mccr8 2019-08-14 17:15:15 +00:00
DOMString.h
Date.cpp
Date.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
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
NonRefcountedDOMObject.h
Nullable.h
PrimitiveConversions.h
ReadableStream.h
Record.h
RemoteObjectProxy.cpp Bug 1573844 - Remove external references to js::Class r=mccr8 2019-08-14 17:15:15 +00:00
RemoteObjectProxy.h Bug 1573844 - Remove external references to js::Class r=mccr8 2019-08-14 17:15:15 +00:00
RootedDictionary.h
RootedOwningNonNull.h
RootedRefPtr.h
SimpleGlobalObject.cpp Bug 1573844 - Remove external references to js::Jsvalify and js::Valueify r=mccr8 2019-08-14 17:24:59 +00:00
SimpleGlobalObject.h
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
TypedArray.h
UnionMember.h
WebIDLGlobalNameHash.cpp
WebIDLGlobalNameHash.h
XrayExpandoClass.h
mach_commands.py
moz.build Bug 1350254 part 2. Switch ImageData to [Serializable]. r=baku 2019-06-25 06:44:38 +00:00
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