..
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
…
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
Bindings.conf
Bug 1594306 - Rename nsGeo* files to match the WebIDL interfaces r=marcosc
2019-11-14 04:18:04 +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
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
…
Date.cpp
…
Date.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
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
2019-03-13 10:19:06 +01:00
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
Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky
2019-03-02 04:22:05 +00:00
IterableIterator.cpp
…
IterableIterator.h
…
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
…
Nullable.h
…
PrimitiveConversions.h
…
ReadableStream.h
…
Record.h
Bug 1534593 part 3. Initialize JSObject* entries in Record types. r=qdot
2019-04-16 19:18:52 +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
Bug 1547782 - Implement GCPolicy<T>::isValid for Gecko specializations r=jonco
2019-04-30 21:48:32 +00:00
RootedRefPtr.h
Bug 1547782 - Implement GCPolicy<T>::isValid for Gecko specializations r=jonco
2019-04-30 21:48:32 +00:00
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
Bug 1547923 part 3. Add nsIGlobalObject::GetGlobalJSObjectPreserveColor(). r=mccr8
2019-05-02 21:23:35 +00:00
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
Bug 1521732 - Part 3: Use RootedValueVector instead. r=sfink,jonco
2019-03-26 13:58:20 +00:00
TypedArray.h
Bug 1532005 - Implement a new js/public/ArrayBuffer.h header to centralize functionality for creating and interacting with ArrayBuffers. r=sfink
2019-03-04 15:19:16 -08:00
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
…
mach_commands.py
…
moz.build
Bug 1594981 - improve BUG_COMPONENT in various moz.build files r=mccr8
2019-11-14 15:44:32 +00:00
nsIScriptError.idl
Bug 1546306 - Add an optional aFromChromeContext parameter to nsIScriptError::InitWithWindowID for the case the passed in windowId is zero. r=baku
2019-06-13 09:50:49 +00:00
nsScriptError.cpp
Bug 1546306 - Add an optional aFromChromeContext parameter to nsIScriptError::InitWithWindowID for the case the passed in windowId is zero. r=baku
2019-06-13 09:50:49 +00:00
nsScriptError.h
Bug 1546306 - Add an optional aFromChromeContext parameter to nsIScriptError::InitWithWindowID for the case the passed in windowId is zero. r=baku
2019-06-13 09:50:49 +00:00
nsScriptErrorWithStack.cpp
…