.. |
crashtests
|
|
|
docs
|
|
|
mozwebidlcodegen
|
Bug 1631581 - Part 1: Rename NoInterfaceObject to LegacyNoInterfaceObject r=edgar
|
2021-04-11 03:13:30 +00:00 |
parser
|
Bug 1682632 - part1.1: WebExtensionStub extended attribute in WebIDL generator. r=peterv,mixedpuppy
|
2021-06-11 18:58:06 +00:00 |
test
|
Bug 1716622 - Limit ImageData typed array to 2 GB. r=edgar
|
2021-08-06 14:23:24 +00:00 |
AtomList.h
|
|
|
BindingCallContext.h
|
|
|
BindingDeclarations.h
|
Bug 1673931 - Avoid including ErrorResult.h in generated bindings when not needed. r=nika
|
2021-03-11 19:28:02 +00:00 |
BindingIPCUtils.h
|
|
|
Bindings.conf
|
Bug 1613705 - [localization] part2: Switch Localization class to use localization-ffi. r=emilio,nika
|
2021-08-03 16:25:10 +00:00 |
BindingUtils.cpp
|
Bug 1723050 - Part 3: Replace typedef by using in dom/bindings/ r=edgar
|
2021-08-02 14:12:00 +00:00 |
BindingUtils.h
|
Bug 1717279 - Remove JSID_IS_SYMBOL and JSID_TO_SYMBOL. r=mgaudet
|
2021-06-21 20:56:10 +00:00 |
CallbackFunction.h
|
|
|
CallbackInterface.cpp
|
Bug 1708450 - Move call and construct functions into js/public/CallAndConstruct.h. r=nbp
|
2021-07-13 11:52:43 +00:00 |
CallbackInterface.h
|
|
|
CallbackObject.cpp
|
|
|
CallbackObject.h
|
Bug 1676361 - Move AutoEntryScript to a separate header file to avoid pulling in GeckoProfiler.h everywhere. r=mccr8
|
2021-03-05 15:29:49 +00:00 |
Codegen.py
|
Bug 1724721 - Emit concatenated namespace from CGNamespace.build r=edgar
|
2021-08-09 22:36:00 +00:00 |
Configuration.py
|
Bug 1631581 - Part 4: Rename Unforgeable to LegacyUnforgeable r=edgar
|
2021-04-11 03:13:32 +00:00 |
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 1708448 - Move property and element functions into js/public/PropertyAndElement.h. r=nbp
|
2021-07-13 11:52:42 +00:00 |
DOMJSProxyHandler.h
|
Bug 1705195 - Remove JSID_TO_ATOM. r=mgaudet
|
2021-06-23 21:16:52 +00:00 |
DOMString.h
|
|
|
ErrorIPCUtils.h
|
|
|
ErrorResult.h
|
Bug 1691889 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/. r=peterv
|
2021-03-10 08:19:25 +00:00 |
Errors.msg
|
Bug 1688616 part 2 - Check for large ArrayBuffer{View}s in WebIDL bindings. r=edgar,lth
|
2021-01-31 07:33:41 +00:00 |
Exceptions.cpp
|
|
|
Exceptions.h
|
|
|
FakeString.h
|
Bug 1717526 - String's implicit conversion operator causes COW relocations, r=xpcom-reviewers,mccr8
|
2021-06-23 01:57:00 +00:00 |
GenerateCSS2PropertiesWebIDL.py
|
Bug 1631581 - Part 5: Rename TreatNullAs=EmptyString to LegacyNullToEmptyString r=edgar
|
2021-04-11 03:13:32 +00:00 |
IterableIterator.cpp
|
|
|
IterableIterator.h
|
|
|
JSSlots.h
|
|
|
mach_commands.py
|
Bug 1696251 - Replace self with command_context where possible in existing mach commands. r=mhentges,webdriver-reviewers,perftest-reviewers,whimboo
|
2021-07-19 16:04:25 +00:00 |
Makefile.in
|
|
|
moz.build
|
Bug 1717613 - Remove HAVE_SIDEBAR build condition r=smaug
|
2021-06-24 20:55:37 +00:00 |
NonRefcountedDOMObject.h
|
|
|
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
|
|
|
Nullable.h
|
|
|
PinnedStringId.h
|
|
|
PrimitiveConversions.h
|
|
|
ReadableStream.h
|
|
|
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 1704293 - Use Maybe<PropertyDescriptor> for BaseProxyHandler::getOwnPropertyDescriptor in DOM and XPConnect. r=jandem,smaug
|
2021-04-19 19:51:59 +00:00 |
RootedDictionary.h
|
|
|
RootedOwningNonNull.h
|
|
|
RootedRefPtr.h
|
|
|
SimpleGlobalObject.cpp
|
Bug 1719795 part 5 - Change JSCLASS_PRIVATE_IS_NSISUPPORTS JSClasses to use a reserved slot instead. r=mccr8,jonco
|
2021-07-13 09:31:34 +00:00 |
SimpleGlobalObject.h
|
|
|
SpiderMonkeyInterface.h
|
|
|
ToJSValue.cpp
|
|
|
ToJSValue.h
|
Bug 1613705 - [localization] part2: Switch Localization class to use localization-ffi. r=emilio,nika
|
2021-08-03 16:25:10 +00:00 |
TypedArray.h
|
Bug 1674777 part 3 - Change Get*LengthAndData outparam from uint32_t to size_t. r=sfink,aosmond
|
2021-01-31 08:35:40 +00:00 |
UnionMember.h
|
|
|
WebIDLGlobalNameHash.cpp
|
Bug 1710064 - Remove FillPropertyDescriptor. r=peterv
|
2021-05-11 09:23:18 +00:00 |
WebIDLGlobalNameHash.h
|
Bug 1723050 - Part 3: Replace typedef by using in dom/bindings/ r=edgar
|
2021-08-02 14:12:00 +00:00 |
XrayExpandoClass.h
|
|
|