Remove `richlistitem` and `category` bindings
Categories
(Toolkit :: UI Widgets, task, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: surkov, Assigned: ntim)
References
Details
Attachments
(1 file)
when all UI stuff of about:addons are done (bug 1505924), then remove richlistbox.xml and extensions.xml bindings which are no longer in use:
- remove https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/content/extensions.xml
- remove -moz-binding style from https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/content/extensions.css#13
- remove https://searchfox.org/mozilla-central/source/toolkit/content/widgets/richlistbox.xml
- remove document uri check when defining a richlistitem custom element from https://searchfox.org/mozilla-central/source/toolkit/content/widgets/richlistbox.js
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Well, the minimal changes I've planned unfortunately require string ID changes.
This will also be the case when rewriting this to HTML, so I guess I'll let that happen instead to avoid having to change the string ID twice :/
Anyway, if anyone wants to finish this off, the patch is attached.
Comment 3•6 years ago
|
||
Mark, is there any compelling reason to actually convert the category list to HTML? richlistbox is a xul custom element, so with this patch about:addons will be xbl free and won't be blocking any immediate de-xul work. Should we just finish this patch as-is and move on?
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
I don't think it needs to be converted to HTML here.
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
![]() |
||
Comment 8•6 years ago
|
||
bugherder |
Description
•