gecko-dev/dom/bindings
Peter Van der Beken f206ae96e4 Bug 1712725 - Stop clearing JS things when calling mozilla::DropJSObjects. r=mccr8
There's a pattern of clearing JS things when calling mozilla::DropJSObjects,
but mozilla::DropJSObjects already clears the JS things itself by calling
CycleCollectedJSRuntime::RemoveJSHolder.

Differential Revision: https://phabricator.services.mozilla.com/D115885
2021-05-27 08:35:40 +00:00
..
crashtests
docs
mozwebidlcodegen
parser Bug 1688198 - Symbol.toStringTag is incorrectly defined on the global object, rather than on its prototype. r=edgar. 2021-05-07 06:58:31 +00:00
test Bug 1708660 - Remove support for map/setLike in JS-implemented WebIDL. r=edgar 2021-05-06 05:12:03 +00:00
AtomList.h
BindingCallContext.h
BindingDeclarations.h
BindingIPCUtils.h
Bindings.conf Bug 1709474 move mozGetUserMediaDevices from Navigator to GetUserMediaRequest r=jib,webidl,geckoview-reviewers,smaug,agi 2021-05-06 05:16:49 +00:00
BindingUtils.cpp Bug 1711821 - Word around GCC bug with nodiscard forwarded nullptr r=peterv 2021-05-25 20:12:07 +00:00
BindingUtils.h Bug 1519636 - Reformat recent changes to the Google coding style. r=emilio 2021-05-24 15:08:47 +00:00
CallbackFunction.h
CallbackInterface.cpp
CallbackInterface.h
CallbackObject.cpp
CallbackObject.h
Codegen.py Bug 1712725 - Stop clearing JS things when calling mozilla::DropJSObjects. r=mccr8 2021-05-27 08:35:40 +00:00
Configuration.py
DOMExceptionNames.h
DOMJSClass.h Bug 1709695 - Only init PropertyInfos and sort IDs for resolving Xray properties once needed. r=nika 2021-05-07 13:57:24 +00:00
DOMJSProxyHandler.cpp Bug 1706404 - BaseDOMProxyHandler::getOwnPropertyDescriptor should return Maybe<PropertyDescriptor>. r=smaug 2021-04-29 19:16:42 +00:00
DOMJSProxyHandler.h Bug 1710064 - Remove FillPropertyDescriptor. r=peterv 2021-05-11 09:23:18 +00:00
DOMString.h
ErrorIPCUtils.h
ErrorResult.h
Errors.msg
Exceptions.cpp
Exceptions.h
FakeString.h
GenerateCSS2PropertiesWebIDL.py
IterableIterator.cpp
IterableIterator.h
JSSlots.h
mach_commands.py Bug 1696251 - Pass MachCommandBase object as first argument for Mach Commands. r=mhentges,remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers 2021-05-17 16:15:58 +00:00
Makefile.in
moz.build
NonRefcountedDOMObject.h
nsIScriptError.idl
nsScriptError.cpp
nsScriptError.h
nsScriptErrorWithStack.cpp
Nullable.h
PinnedStringId.h
PrimitiveConversions.h
ReadableStream.h
Record.h
RemoteObjectProxy.cpp
RemoteObjectProxy.h
RootedDictionary.h
RootedOwningNonNull.h
RootedRefPtr.h
SimpleGlobalObject.cpp
SimpleGlobalObject.h
SpiderMonkeyInterface.h
ToJSValue.cpp
ToJSValue.h Part 4: Bug 1700623 - Add js value conversion for Record. r=peterv 2021-05-26 07:14:05 +00:00
TypedArray.h
UnionMember.h
WebIDLGlobalNameHash.cpp Bug 1710064 - Remove FillPropertyDescriptor. r=peterv 2021-05-11 09:23:18 +00:00
WebIDLGlobalNameHash.h Bug 1708698 - Use Maybe<PropertyDescriptor> for Xray resolveOwnProperty and a lot of related code. r=peterv 2021-05-07 12:29:05 +00:00
XrayExpandoClass.h