Remove unused AddonType bits
Categories
(Toolkit :: Add-ons Manager, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: robwu, Assigned: robwu)
References
(Blocks 1 open bug)
Details
(Whiteboard: [addons-jira])
Attachments
(2 files)
AddonType
holds information about an addon type, and in particular information about how to render it in the UI.
The UI-specific bits are no longer used, since we replaced the XUL implementation with HTML in bug 1525178 (aType
usage was removed in https://hg.mozilla.org/mozilla-central/rev/fb63d8a9e235#l4.662).
Let's remove this so that we can more easily refactor the implementation (e.g. migrating to Fluent in bug 1507471, adding a new addon type in bug 1741544 (D131566)).
From a cursory look, it seems that we can replace it with just a string.
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Originally introduced to support the AddonManager UI, now not used
any more except in one unit test.
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b4bb7c68938c
https://hg.mozilla.org/mozilla-central/rev/0e6ac6f4e84a
Description
•