Closed
Bug 1603712
Opened 5 years ago
Closed 5 years ago
Remove intl.charset.detector.ng.enabled pref and resulting dead code
Categories
(Core :: Internationalization, task, P3)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla79
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: hsivonen, Assigned: hsivonen)
References
Details
Attachments
(1 file)
Remove the pref intl.charset.detector.ng.enabled (in the sense of making it unconditionally true).
The resulting dead code includes at least:
- The pref
intl.charset.detector - The pref
intl.charset.fallback.override - The pref
intl.charset.fallback.tld - The various bits of (presently hidden) UI for setting the above.
mozilla::dom::FallbackEncodingand the associated property files.
Updated•5 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → hsivonen
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
Pushed by hsivonen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e53396cf1039
Remove intl.charset.detector.ng.enabled pref and resulting dead code. r=Gijs,fluent-reviewers,valentin,m_kato
Comment 5•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•