Migrate browser.menu.showCharacterEncoding functionality away from nsIPrefLocalizedString
Categories
(Core :: Internationalization: Localization, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: tjr, Assigned: eemeli)
References
(Blocks 3 open bugs)
Details
Attachments
(1 file)
This pref hasn't changed in a decade and it's unclear to me under what circumstances it changes...
Comment 1•2 years ago
|
||
This pref controls whether or not the Repair Text Encoding button will be displayed by default. It's an important option for some locales but almost irrelevant to others, which is why this judgement is left to localizers.
So the functionality is necessary, but it'd be nice to move away from nsIPrefLocalizedString.
| Assignee | ||
Comment 2•1 month ago
|
||
Updated•1 month ago
|
| Assignee | ||
Comment 3•1 month ago
|
||
Continuing here a conversation with :hsivonen that started on Phabricator.
The only place where we use browser.menu.showCharacterEncoding any more is here, migration code added in bug 1354117 and only relevant for users migrating onwards from Firefox 56 or earlier.
Henri also noted that bug 1702914 is tracking some of the follow-up work here, which (if it ever advances) would add the "Repair Text Encoding" action unconditionally to the "More Tools" hamburger submenu.
I'm going to update the patch to simply remove the pref as obsolete.
Updated•1 month ago
|
Updated•7 days ago
|
Description
•