gecko-dev/dom/bindings
Boris Zbarsky 0a681b4df5 Bug 1618011 part 6. Pass a BindingCallContext (if neded) and source description to primitive conversions. r=peterv
The BindingCallContext tracks what method the conversion is for, and the source
description is how the primitive is involved in that method (e.g. "argument 5").

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

--HG--
extra : moz-landing-system : lando
2020-03-06 20:38:55 +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 1603262 - mozbuild/makeutil.py and mozbuild/test_makeutil.py support python3 r=firefox-build-system-reviewers,mshal 2019-12-13 20:49:13 +00:00
parser Bug 1611509 part 3. Remove the Date type from Web IDL. r=edgar 2020-01-27 08:50:35 +00:00
test Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/bindings. r=smaug 2020-02-20 15:47:53 +00:00
AtomList.h
BindingCallContext.h Bug 1618011 part 2. Add a BindingCallContext class. r=peterv 2020-03-06 20:30:22 +00:00
BindingDeclarations.h Bug 1618011 part 2. Add a BindingCallContext class. r=peterv 2020-03-06 20:30:22 +00:00
BindingIPCUtils.h Bug 1432856 - Extended focus methods in Window.webidl, Client.webidl and Element.webidl to pass CallerType. r=smaug 2020-01-16 14:38:40 +00:00
BindingUtils.cpp Bug 1618011 part 1. Implement support for error context in ThrowErrorMessage. r=peterv 2020-03-06 20:29:54 +00:00
BindingUtils.h Bug 1618011 part 2. Add a BindingCallContext class. r=peterv 2020-03-06 20:30:22 +00:00
Bindings.conf Bug 1611024 - Turn WebGPU programmable passes into interface mixins r=jgilbert,webidl,bzbarsky 2020-02-11 03:03:47 +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 1618011 part 5. Use a BindingCallContext for Web IDL callback guts. r=peterv 2020-03-06 20:38:11 +00:00
CallbackInterface.h Bug 1618011 part 5. Use a BindingCallContext for Web IDL callback guts. r=peterv 2020-03-06 20:38:11 +00:00
CallbackObject.cpp Bug 1618011 part 5. Use a BindingCallContext for Web IDL callback guts. r=peterv 2020-03-06 20:38:11 +00:00
CallbackObject.h Bug 1618011 part 5. Use a BindingCallContext for Web IDL callback guts. r=peterv 2020-03-06 20:38:11 +00:00
Codegen.py Bug 1618011 part 6. Pass a BindingCallContext (if neded) and source description to primitive conversions. r=peterv 2020-03-06 20:38:55 +00:00
Configuration.py Bug 1612510 - Remove IsChromeOrXBL*. r=bzbarsky 2020-02-04 21:28:57 +00:00
DOMExceptionNames.h Bug 1612213 part 2. Move the DOMException definitions from ErrorResult.h into a separate file. r=smaug 2020-01-30 08:57:42 +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 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 1615022 part 3. Disallow conversion of CopyableErrorResult to ErrorResult&. r=farre 2020-02-14 10:19:05 +00:00
ErrorResult.h Bug 1617974. Simplify OOMReporter setup. r=peterv 2020-03-04 16:52:13 +00:00
Errors.msg Bug 1618011 part 6. Pass a BindingCallContext (if neded) and source description to primitive conversions. r=peterv 2020-03-06 20:38:55 +00:00
Exceptions.cpp Bug 1588839 - Part 1 - Add helper to allow structured cloning Error/Exception objects. r=bzbarsky 2019-12-07 18:59:14 +00:00
Exceptions.h Bug 1588839 - Part 1 - Add helper to allow structured cloning Error/Exception objects. r=bzbarsky 2019-12-07 18:59:14 +00:00
FakeString.h Bug 1606958 - Use FakeString for UTF8String. r=bzbarsky,froydnj 2020-01-07 21:37:12 +00:00
GenerateCSS2PropertiesWebIDL.py
IterableIterator.cpp
IterableIterator.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/bindings. r=smaug 2020-02-20 15:47:53 +00:00
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 Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
Nullable.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
PrimitiveConversions.h Bug 1618011 part 6. Pass a BindingCallContext (if neded) and source description to primitive conversions. r=peterv 2020-03-06 20:38:55 +00:00
ReadableStream.h
Record.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/bindings. r=smaug 2020-02-20 15:47:53 +00:00
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 1615022 part 2. Require an rvalue reference to reject a Promise with an ErrorResult. r=farre,kvark 2020-02-14 15:42:30 +00:00
ToJSValue.h Bug 1496147 - part 1: Remove nsAutoPtr usages from dom/bindings. r=emilio 2020-02-25 17:20:34 +00:00
TypedArray.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/bindings. r=smaug 2020-02-20 15:47:53 +00:00
UnionMember.h
WebIDLGlobalNameHash.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
WebIDLGlobalNameHash.h Bug 1586683 - Remove flat strings from JSAPI. r=jwalden,bzbarsky 2019-10-14 09:32:07 +00:00
XrayExpandoClass.h
mach_commands.py
moz.build Bug 1618011 part 2. Add a BindingCallContext class. r=peterv 2020-03-06 20:30:22 +00:00
nsIScriptError.idl Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown 2020-02-27 17:39:15 +00:00
nsScriptError.cpp Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown 2020-02-27 17:39:15 +00:00
nsScriptError.h Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown 2020-02-27 17:39:15 +00:00
nsScriptErrorWithStack.cpp