gecko-dev/dom/bindings
Calixte d49143cc92 Bug 1763424 - Limit ImageData typed array to 2Gb when created using its constructor r=edgar
- it's likely an oblivion from the fix for bug 1716622;
 - so just add a check on the final length of the buffer to be under the limit of 2Gb.

Differential Revision: https://phabricator.services.mozilla.com/D143066
2022-04-07 19:46:47 +00:00
..
crashtests
docs
mozwebidlcodegen Bug 1750442 - Merge the string table for WebIDL prototypes and the WebIDL global name hash. r=farre 2022-02-14 11:41:54 +00:00
parser Bug 1683281 - Part 1: Make WebIDL parser support ObservableArray type; r=peterv 2022-03-10 22:44:27 +00:00
test Bug 1763424 - Limit ImageData typed array to 2Gb when created using its constructor r=edgar 2022-04-07 19:46:47 +00:00
AtomList.h Bug 1726123 - Part 5: Add missing "js/" includes outside of SM. r=arai 2021-08-17 15:45:39 +00:00
BindingCallContext.h
BindingDeclarations.h Bug 1732696 - Improve CustomElementDefinition cycle collection code. r=smaug 2021-12-20 10:01:11 +00:00
BindingIPCUtils.h
BindingUtils.cpp Bug 1762993 - Merge Interface{Is,Has}Instance implementation r=peterv 2022-04-05 22:20:35 +00:00
BindingUtils.h Bug 1683281 - Part 5: Generate binding code for ObservableArray type; r=peterv 2022-03-10 22:44:28 +00:00
Bindings.conf Bug 1616937: Move RTCRtpSender to c++ r=mjf,webidl,smaug 2022-04-05 18:39:13 +00:00
CallbackFunction.h
CallbackInterface.cpp Bug 1754405 part 1 - Remove JSID_IS_STRING/JSID_TO_STRING. r=evilpie 2022-02-10 09:13:17 +00:00
CallbackInterface.h
CallbackObject.cpp
CallbackObject.h Bug 1726123 - Part 5: Add missing "js/" includes outside of SM. r=arai 2021-08-17 15:45:39 +00:00
Codegen.py Bug 1270746 part 5 - Remove hasInstance class hook. r=iain 2022-03-20 11:28:04 +00:00
Configuration.py Bug 1750442 - Merge the string table for WebIDL prototypes and the WebIDL global name hash. r=farre 2022-02-14 11:41:54 +00:00
DOMExceptionNames.h Bug 1718353: Remove InvalidPointerId from DOM4ErrorTypeCodeMap r=saschanaz 2021-11-11 21:07:55 +00:00
DOMJSClass.h Bug 1758552 - Shrink PrefableDisablers in 32-bit builds. r=peterv 2022-03-10 15:25:17 +00:00
DOMJSProxyHandler.cpp Bug 1754405 part 8 - Rename JSID_VOID to PropertyKey::Void(). r=evilpie 2022-02-13 12:01:46 +00:00
DOMJSProxyHandler.h Bug 1683281 - Part 2: Move proxy handler utility functions from DOMJSProxyHandler.h to ProxyHandlerUtils.h; r=peterv 2022-03-10 22:44:27 +00:00
DOMString.h
ErrorIPCUtils.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
ErrorResult.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
Errors.msg Bug 1736564 - Create a common error message for conversion error; r=peterv 2021-10-20 08:27:55 +00:00
Exceptions.cpp
Exceptions.h
FakeString.h Bug 1741665 - Align nsCString's public size_type better with other C++ APIs, r=mccr8,geckoview-reviewers,agi 2021-12-13 21:47:56 +00:00
GenerateCSS2PropertiesWebIDL.py Bug 1738663 - Remove unneeded special-case for backdrop-filter in GenerateCSS2PropertiesWebIDL. r=layout-reviewers,mats 2021-11-02 14:22:08 +00:00
IterableIterator.cpp
IterableIterator.h
JSSlots.h Bug 1683281 - Part 5: Generate binding code for ObservableArray type; r=peterv 2022-03-10 22:44:28 +00:00
Makefile.in
NonRefcountedDOMObject.h
Nullable.h
ObservableArrayProxyHandler.cpp Bug 1683281 - Part 3: Add ObservableArrayProxyHandler base class; r=peterv 2022-03-10 22:44:27 +00:00
ObservableArrayProxyHandler.h Bug 1683281 - Part 3: Add ObservableArrayProxyHandler base class; r=peterv 2022-03-10 22:44:27 +00:00
PinnedStringId.h Bug 1754405 part 8 - Rename JSID_VOID to PropertyKey::Void(). r=evilpie 2022-02-13 12:01:46 +00:00
PrimitiveConversions.h
ProxyHandlerUtils.h Bug 1683281 - Part 3: Add ObservableArrayProxyHandler base class; r=peterv 2022-03-10 22:44:27 +00:00
ReadableStream.h Bug 1730589 - Initial Implementation of ReadableStreams using WebIDL and DOM technologies r=smaug 2021-10-06 18:43:01 +00:00
Record.h
RemoteObjectProxy.cpp Bug 1719998 - Don't use lookupForAdd in GetOrCreateProxyObject. r=peterv,jonco 2021-07-20 23:42:00 +00:00
RemoteObjectProxy.h Bug 1757956 - Part 3: Rename JSFreeOp to JS::GCContext in the JS engine r=jandem 2022-03-10 08:40:03 +00:00
RootedDictionary.h
RootedOwningNonNull.h
RootedRefPtr.h
SimpleGlobalObject.cpp Bug 1270746 part 5 - Remove hasInstance class hook. r=iain 2022-03-20 11:28:04 +00:00
SimpleGlobalObject.h Bug 1759163 - Add origin trial support for worklets. r=asuth 2022-03-15 23:16:14 +00:00
SpiderMonkeyInterface.h Bug 1744059 - Rename UnsafeTraceRoot to TraceRoot as it is not unsafe to use r=sfink,mccr8 2021-12-07 09:02:36 +00:00
ToJSValue.cpp
ToJSValue.h Bug 1683281 - Part 5: Generate binding code for ObservableArray type; r=peterv 2022-03-10 22:44:28 +00:00
TypedArray.h Bug 1720422 - Switch DOM bindings typed arrays to using JSAPI templates r=jonco,smaug 2021-09-08 23:47:00 +00:00
UnionMember.h Bug 1582895 - Annotate UnionMember with MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS r=jonco 2021-10-18 20:34:39 +00:00
WebIDLGlobalNameHash.cpp Bug 1683281 - Part 2: Move proxy handler utility functions from DOMJSProxyHandler.h to ProxyHandlerUtils.h; r=peterv 2022-03-10 22:44:27 +00:00
WebIDLGlobalNameHash.h Bug 1750442 - Merge the string table for WebIDL prototypes and the WebIDL global name hash. r=farre 2022-02-14 11:41:54 +00:00
XrayExpandoClass.h
mach_commands.py Bug 1734523 - Remove the use of MozbuildObject.mozconfig in mozwebidlcodegen. r=firefox-build-system-reviewers,mhentges 2021-10-07 15:19:03 +00:00
moz.build Bug 1683281 - Part 5: Generate binding code for ObservableArray type; r=peterv 2022-03-10 22:44:28 +00:00
nsIScriptError.idl Bug 1696856 - [devtools] Move isForwardedFromContentProcess to nsConsoleMessage. r=baku. 2021-03-10 12:44:22 +00:00
nsScriptError.cpp
nsScriptError.h
nsScriptErrorWithStack.cpp