gecko-dev/dom/bindings
Robert Helmer 3091853572 Bug 1421501 - WebIDL and DOM for PrioEncoder r=edgar,hsivonen
MozReview-Commit-ID: L8htRm3J1mZ

--HG--
extra : rebase_source : bba7f747583412677db1811400b86f1a335ef688
2018-06-20 17:21:17 -07:00
..
crashtests
docs
mozwebidlcodegen Bug 1471620 - Skip python-tests locally that don't run with python 3 in CI r=davehunt 2018-06-27 11:10:02 -04:00
parser Bug 1462537. Add WebIDL parser tests for the concept of JSON type. r=bzbarsky 2018-08-09 18:41:55 +05:30
test Bug 1477923. Make WebIDL callbacks store a global in addition to the object that's used as a callback. r=mccr8 2018-08-03 17:11:39 -04:00
AtomList.h
BindingDeclarations.h Bug 1431255 - Part V, Set the reflectors of the UA Widget DOM to UA Widget Scope r=bholley 2018-06-29 13:39:46 -07:00
BindingUtils.cpp Bug 1484421 - Move JSON-related functionality into js/public/JSON.h that isn't #include'd in jsapi.h. r=jandem 2018-08-20 07:54:45 -07:00
BindingUtils.h Bug 1033916 - Move JSAutoByteString out of jsapi.h into js/public/AutoByteString.h, incidentally breaking the jsfriendapi.h -> jsapi.h dependency. r=jandem 2018-08-20 07:46:08 -07:00
Bindings.conf Bug 1357785 - Expose the Visual Viewport API to web content. r=botond, r=nika 2018-08-20 16:28:42 -04:00
CallbackFunction.h Bug 1477923. Make WebIDL callbacks store a global in addition to the object that's used as a callback. r=mccr8 2018-08-03 17:11:39 -04:00
CallbackInterface.cpp
CallbackInterface.h Bug 1477923. Make WebIDL callbacks store a global in addition to the object that's used as a callback. r=mccr8 2018-08-03 17:11:39 -04:00
CallbackObject.cpp Bug 1480244: Part 1b - Rename nsInProcessTabChildGlobal to InProcessTabChildMessageManager. r=bz 2018-08-10 14:08:07 -07:00
CallbackObject.h Bug 1480678 part 7 - Use CallbackObject's callback global for realm entering in more places. r=bz 2018-08-07 14:06:44 +02:00
Codegen.py Bug 1483487 - Add asertions around creating and retrieving DOM proxy expando objects r=peterv 2018-08-20 10:12:35 +01:00
Configuration.py Bug 1466255. Allow interfaces only exposed to chrome-or-XBL to be in chrome-webidl. r=kmag 2018-06-09 01:03:26 -04:00
DOMJSClass.h Bug 1033916 - Move JSAutoByteString out of jsapi.h into js/public/AutoByteString.h, incidentally breaking the jsfriendapi.h -> jsapi.h dependency. r=jandem 2018-08-20 07:46:08 -07:00
DOMJSProxyHandler.cpp Bug 1483487 - Fix static analysis bustage and add missing comments on a CLOSED TREE r=me 2018-08-20 11:13:33 +01:00
DOMJSProxyHandler.h
DOMString.h Bug 1473149. Add an external string variant that keeps a DynamicAtom alive. r=njn,rwood 2018-07-10 11:21:42 -07:00
Date.cpp
Date.h
ErrorIPCUtils.h Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
ErrorResult.h Bug 1475515 - Remove member initialization for union Extra::mMessage. r=bz 2018-07-13 14:39:12 +03:00
Errors.msg Bug 1409664 - P4. Provide basic MediaCapabilities support. r=bryce 2018-07-03 11:45:16 -07:00
Exceptions.cpp Bug 1484389 - Move various SavedFrame-related functions and data types into js/public/SavedFrameAPI.h so that users aren't forced to depend on jsapi.h or jsfriendapi.h for them. r=jandem 2018-08-20 07:45:44 -07:00
Exceptions.h Bug 1435483 part 16. Switch to using dom::Exception, not nsIException, in C++ code. r=qdot 2018-02-05 16:34:05 -05:00
FakeString.h Bug 1349528 - Use encoding_rs for normalizing USVString. r=smaug 2018-08-16 10:15:07 +00:00
GenerateCSS2PropertiesWebIDL.py Bug 1471114 part 1 - Move CSSPropFlags prefix generation into GenerateServoCSSPropList.py. r=emilio 2018-06-27 15:34:29 +10:00
IterableIterator.cpp
IterableIterator.h Bug 1472342: Part 1 - Properly support iterator getters which need JSContexts. r=bz 2018-07-18 13:09:04 -07:00
JSSlots.h
Makefile.in Bug 1455799 - Make an explicit webidl export target; r=bz,chmanchester 2018-04-30 12:52:28 -04:00
NonRefcountedDOMObject.h
Nullable.h Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
PrimitiveConversions.h
ReadableStream.h
Record.h Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
RootedDictionary.h
RootedOwningNonNull.h
RootedRefPtr.h
SimpleGlobalObject.cpp Bug 1479363 part 2 - Use JSAutoRealm instead of JSAutoRealmAllowCCW in dom/bindings. r=bz 2018-08-02 08:48:50 +02:00
SimpleGlobalObject.h
SpiderMonkeyInterface.h
StructuredClone.cpp Bug 1480678 part 11 - Wrap the typed array in the current compartment instead of entering its realm in WriteStructuredCloneImageData. r=bz 2018-08-09 10:48:29 +02:00
StructuredClone.h
ToJSValue.cpp
ToJSValue.h Bug 1466221. Implement ToJSValue variants for non-refcounted (so owned) DOM objects. r=peterv 2018-06-09 01:03:15 -04:00
TypedArray.h Bug 1479363 part 2 - Use JSAutoRealm instead of JSAutoRealmAllowCCW in dom/bindings. r=bz 2018-08-02 08:48:50 +02:00
UnionMember.h
WebIDLGlobalNameHash.cpp Bug 1479363 part 2 - Use JSAutoRealm instead of JSAutoRealmAllowCCW in dom/bindings. r=bz 2018-08-02 08:48:50 +02:00
WebIDLGlobalNameHash.h Bug 1445710. Reduce codesize a bit by removing DOM DefineInterfaceObject methods. r=peterv 2018-04-04 15:32:19 -04:00
XrayExpandoClass.h
mach_commands.py
moz.build Bug 1421501 - WebIDL and DOM for PrioEncoder r=edgar,hsivonen 2018-06-20 17:21:17 -07:00
nsIScriptError.idl Bug 1479058 Part 8 - Store time warp target on nsIScriptError, r=smaug. 2018-08-02 23:31:29 +00:00
nsScriptError.cpp Bug 1479058 Part 8 - Store time warp target on nsIScriptError, r=smaug. 2018-08-02 23:31:29 +00:00
nsScriptError.h Bug 1479058 Part 8 - Store time warp target on nsIScriptError, r=smaug. 2018-08-02 23:31:29 +00:00
nsScriptErrorWithStack.cpp Bug 1480678 part 5 - Use nsScriptErrorWithStack's stack global in ConsoleListener::Observe. r=bz 2018-08-04 15:30:40 +02:00