gecko-dev/dom/bindings
Jon Coppeard 38be2e615e Bug 1597543 - Don't try and associate memory if we failed to create the reflector object r=bzbarsky
The problem is we're still calling JS::AddAssociatedMemory with a null object pointer. There's an asssertion for this in the JS engine but this doesn't happen in our tests.

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

--HG--
extra : moz-landing-system : lando
2019-11-19 15:41:31 +00:00
..
crashtests Bug 1591481 part 2. Don't force copying when external strings are passed to Web IDL bindings. r=mccr8 2019-10-30 15:52:22 +00:00
docs Bug 1578173 part 7. Remove remaining uses of [Constructor] from binding tests. r=edgar 2019-09-12 18:39:26 +00:00
mozwebidlcodegen Bug 1214364 part 3. Only output ToObjectInternal methods for dictionaries that need it. r=peterv 2019-10-28 23:20:11 +00:00
parser Bug 1594614 - Remove isExposedOnMainThread from IDLExposureMixins; r=bzbarsky 2019-11-07 02:01:18 +00:00
test Bug 1592771. Add tests for round-tripping of various external strings through bindings. r=mccr8 2019-10-30 22:09:15 +00:00
AtomList.h
BindingDeclarations.h
Bindings.conf Bug 1594306 - Rename nsGeo* files to match the WebIDL interfaces r=marcosc 2019-11-14 04:18:04 +00:00
BindingUtils.cpp Bug 1468789 - Part 1: Add window id inside realm creation options. r=jandem,bzbarsky 2019-11-14 12:26:25 +00:00
BindingUtils.h Bug 1597543 - Don't try and associate memory if we failed to create the reflector object r=bzbarsky 2019-11-19 15:41:31 +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 Bug 1586683 - Remove flat strings from JSAPI. r=jwalden,bzbarsky 2019-10-14 09:32:07 +00:00
CallbackInterface.h
CallbackObject.cpp Bug 1581276. Require a message arg to ThrowDOMException. r=smaug 2019-09-20 02:17:01 +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 1596025 - Fix non-determinism with WebIDL aliases. r=bzbarsky 2019-11-13 22:11:20 +00:00
Configuration.py Bug 1588194 part 1. Factor out the missing property use counter code into helper functions. r=peterv 2019-10-29 16:18:44 +00:00
Date.cpp
Date.h
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 1583684 - Fix some rooting hazards in DOM bindings r=bzbarsky 2019-09-26 23:50:14 +00:00
DOMJSProxyHandler.h Bug 1586991 part 24 - Don't assume JS atoms are null-terminated in GetArrayIndexFromId. r=bzbarsky 2019-10-19 17:55:01 +00:00
DOMString.h
ErrorIPCUtils.h Bug 1595828 - Fix some include guards. r=froydnj 2019-11-12 17:27:20 +00:00
ErrorResult.h Bug 1594304. Add deprecation notes to methods that allow throwing a bare nsresult with no useful message. r=smaug 2019-11-14 22:51:21 +00:00
Errors.msg Bug 1582911 part 1. Fix the exception we throw when binding this-unwrapping fails security checks to match spec. r=peterv 2019-09-24 10:15:35 +00:00
Exceptions.cpp
Exceptions.h
FakeString.h Bug 1591514 part 2. Add assertions to FakeString that its mData is only initialized once and not used before initialization. r=mccr8 2019-10-29 19:02:42 +00:00
GenerateCSS2PropertiesWebIDL.py
IterableIterator.cpp
IterableIterator.h
JSSlots.h
mach_commands.py
Makefile.in
moz.build Bug 1594981 - improve BUG_COMPONENT in various moz.build files r=mccr8 2019-11-14 15:44:32 +00:00
NonRefcountedDOMObject.h
nsIScriptError.idl
nsScriptError.cpp
nsScriptError.h
nsScriptErrorWithStack.cpp
Nullable.h
PrimitiveConversions.h
ReadableStream.h
Record.h
RemoteObjectProxy.cpp Bug 1582520: Part 3 - Fix RemoteObjectProxy immutable prototype implementation. r=bzbarsky 2019-09-25 17:49:58 +00:00
RemoteObjectProxy.h Bug 1582520: Part 3 - Fix RemoteObjectProxy immutable prototype implementation. r=bzbarsky 2019-09-25 17:49:58 +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 Bug 1586683 - Remove flat strings from JSAPI. r=jwalden,bzbarsky 2019-10-14 09:32:07 +00:00
WebIDLGlobalNameHash.h Bug 1586683 - Remove flat strings from JSAPI. r=jwalden,bzbarsky 2019-10-14 09:32:07 +00:00
XrayExpandoClass.h