gecko-dev/dom/bindings
Timothy Guan-tin Chien dab48182aa Bug 1431255 - Part V, Set the reflectors of the UA Widget DOM to UA Widget Scope r=bholley
The DOM elements within the UA Widget Shadow DOM should have its reflectors in
the UA Widget Scope. This is done by calling nsINode::IsInUAWidget() which
would check its containing shadow and its UA Widget bit.

To prevent JS access of the DOM element before it is in the
UA Widget Shadom DOM tree, various DOM methods are set to inaccessible to
UA Widget script. It would need to use the two special methods in ShadowRoot
instead to insert the DOM directly into the shadow tree.

MozReview-Commit-ID: Jz9iCaVIoij

--HG--
extra : rebase_source : b7b17be68dcde00cfeb207cb39cf16b486f2ab02
2018-06-29 13:39:46 -07:00
..
crashtests
docs
mozwebidlcodegen
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 1480465: Infer the namespace for custom elements at definition time by following the class hierarchy. r=smaug 2018-08-15 10:31:16 +00:00
BindingUtils.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
Bindings.conf Bug 1480244: Part 1a - Rename ProcessGlobal to ContentProcessMessageManager. r=bz 2018-08-02 15:03:50 -07: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 1479793. Throw when someone tries to define an accessor property with an integer name on a DOM proxy with an indexed setter. r=qdot,jorendorff 2018-08-10 17:04:58 +00:00
Configuration.py
DOMJSClass.h
DOMJSProxyHandler.cpp
DOMJSProxyHandler.h
DOMString.h
Date.cpp
Date.h
ErrorIPCUtils.h
ErrorResult.h
Errors.msg
Exceptions.cpp Bug 1475559 part 6 - Add principals argument to SavedFrame APIs and do frame filtering based on it. r=bz 2018-07-21 14:34:58 +02:00
Exceptions.h
FakeString.h
GenerateCSS2PropertiesWebIDL.py
IterableIterator.cpp
IterableIterator.h
JSSlots.h
Makefile.in
NonRefcountedDOMObject.h
Nullable.h
PrimitiveConversions.h
ReadableStream.h
Record.h
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
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
XrayExpandoClass.h
mach_commands.py
moz.build
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