Closed
Bug 1596199
Opened 4 years ago
Closed 4 years ago
Devirtualize GetBindingParent
Categories
(Core :: XBL, task, P3)
Core
XBL
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: Gijs, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
I ran across this when debugging. Talking to Emilio, now that it's not used by XBL, it should be possible to improve some of this.
Updated•4 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•4 years ago
|
||
Will do the first part earlier since it's trivial. Removing shadow DOM usage is harder.
Assignee: nobody → emilio
Summary: Devirtualize GetBindingParent, and audit/remove mBindingParent shadow DOM usage → Devirtualize GetBindingParent
Assignee | ||
Comment 2•4 years ago
|
||
The amount of XUL elements with non-null binding-parent pointer should be
equivalent to HTML now that XBL is gone.
Shadow DOM already has the extended slots for both the binding parent and
containing shadow root.
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b8a5f2a349bc Devirtualize GetBindingParent. r=bzbarsky
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•