Open
Bug 1896137
Opened 10 months ago
Updated 10 months ago
Modify ./mach addwidget command so that it registers newly added elements in toolkit/content/customElements.js
Categories
(Toolkit :: UI Widgets, task)
Toolkit
UI Widgets
Tracking
()
NEW
People
(Reporter: hjones, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [recomp])
Since Bug 1803678 landed, we now support on-demand loading for module-based custom elements. Ideally when we use ./mach addwidget
it will automatically amend the relevant code in customElements.js
so that the element we add gets loaded when used. This will also get around the issue of newly added elements causing failures in the browser_all_files_referenced
test, and may make Bug 1803677 unnecessary.
Updated•10 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•