Closed
Bug 610998
Opened 15 years ago
Closed 14 years ago
Remove dead intl.accept_charsets pref
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: smontagu)
References
()
Details
intl.accept_charsets doesn't seem to be used anymore, we should remove it?
http://mxr.mozilla.org/mozilla-central/source/modules/libpref/src/init/all.js#990, mxr search is http://mxr.mozilla.org/mozilla-central/search?string=accept_charsets
Comment 1•15 years ago
|
||
See also bug 572652. It appears to me that it's long since obsolete.
Comment 2•14 years ago
|
||
This has now been removed by bug 572652.
The only remnant for the MXR search http://mxr.mozilla.org/mozilla-central/search?string=accept_charsets is:
http://mxr.mozilla.org/mozilla-central/source/js/src/tests/e4x/Regress/regress-308111.js#310
...which is just from a testcase for an unrelated bug, so can remain.
You need to log in
before you can comment on or make changes to this bug.
Description
•