Stop addons manager using extensions.properties directly
Categories
(Toolkit :: Add-ons Manager, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: Gijs, Assigned: eemeli, Mentored)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Reporter | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Reporter | ||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Reporter | ||
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Reporter | ||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
Assignee | ||
Comment 16•3 years ago
|
||
Taking this bug to exercise properties-to-ftl with it, as its previous progress appears to have stalled.
Gijs, a number of the messages in toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties
don't appear to be used at all anymore. Would it be ok to remove them at this time?
Reporter | ||
Comment 17•3 years ago
|
||
(In reply to Eemeli Aro [:eemeli] from comment #16)
Gijs, a number of the messages in
toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties
don't appear to be used at all anymore. Would it be ok to remove them at this time?
Yes, though note that aboutaddons.js uses string concatenation to use some of these strings, so we'll need to be careful...
Assignee | ||
Comment 18•3 years ago
|
||
Messages used by the about:addons
page are migrated to aboutAddons.ftl
.
Unused messages are dropped, as is the get_string()
helper from test/browser/head.js
.
The type.*.name
messages that remain are used by GMPProvider.jsm
and XPIProvider.jsm
.
Updated•3 years ago
|
Comment 19•3 years ago
|
||
Is this ready for landing?
It would be awesome, if this would land before the next ESR. Thanks!
Assignee | ||
Comment 21•3 years ago
|
||
AFAIK this is ready to land and just waiting for someone with sufficient rights to do so.
Reporter | ||
Comment 22•3 years ago
|
||
(In reply to Eemeli Aro [:eemeli] from comment #21)
AFAIK this is ready to land and just waiting for someone with sufficient rights to do so.
OK, I just lando'd this - let's hope it hasn't bitrotten...
Comment 23•3 years ago
|
||
Comment 24•3 years ago
|
||
bugherder |
Updated•2 years ago
|
Description
•