Open
Bug 1590585
Opened 6 years ago
Updated 3 years ago
Unify how we import fragments with parseXULToFragment in our Custom Elements
Categories
(Toolkit :: UI Widgets, task, P3)
Toolkit
UI Widgets
Tracking
()
NEW
People
(Reporter: bgrins, Unassigned)
References
Details
Right now we sometimes use cloneNode and sometimes use importNode. It's not clear to me if there's a reason to use one or the other with the return value of parseXULToFragment - I suspect we can pick one and stick with it.
| Reporter | ||
Updated•6 years ago
|
Component: Tabbed Browser → XUL Widgets
Product: Firefox → Toolkit
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•