Remove `richlistitem` and `category` bindings
Categories
(Toolkit :: XUL 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•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 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•2 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•2 years ago
|
| Assignee | ||
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
I don't think it needs to be converted to HTML here.
| Assignee | ||
Comment 6•2 years ago
|
||
Pushed by ntim.bugs@gmail.com: https://hg.mozilla.org/integration/autoland/rev/c6d99b3e8e87 Remove 'richlistitem' and 'category' bindings. r=aswan
| Assignee | ||
Updated•2 years ago
|
Comment 8•2 years ago
|
||
| bugherder | ||
Description
•