Closed
Bug 1596445
Opened 5 years ago
Closed 5 years ago
Add some supporting code to deal with NAC and Shadow DOM to nsINode.
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
We were already relying on reinterpret_cast so it seems ok and will make the
code in following patches a bit nicer.
Assignee | ||
Comment 2•5 years ago
|
||
We'll use these to remove GetBindingParent.
Depends on D53028
Priority: -- → P3
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a3cf1224284f
Define nsINode::AsContent in nsINode.h. r=bzbarsky
https://hg.mozilla.org/integration/autoland/rev/52a8e787a864
Add some supporting code to nsINode to deal with NAC and shadow DOM separately. r=bzbarsky
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a3cf1224284f
https://hg.mozilla.org/mozilla-central/rev/52a8e787a864
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•