Open
Bug 1644545
Opened 5 years ago
Updated 5 years ago
Add automated test that makes sure prefs are defined in all.js or firefox.js and that strings exist in FTL file
Categories
(Firefox :: Settings UI, enhancement, P3)
Firefox
Settings UI
Tracking
()
NEW
People
(Reporter: jaws, Unassigned)
References
(Blocks 1 open bug)
Details
Preferences that are used by FeatureGates require that they are defined in all.js or firefox.js since the FeatureGate implementation won't know what to reset a pref to when a FeatureGate is removed otherwise. We should also validate that the strings exist in the FTL file for en-US builds.
Comment 1•5 years ago
|
||
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #0)
Preferences that are used by FeatureGates require that they are defined in all.js or firefox.js
Or StaticPrefs, right? That is, I assume what we really need is to be able to get a default value through the prefs API?
You need to log in
before you can comment on or make changes to this bug.
Description
•