-
Notifications
You must be signed in to change notification settings - Fork 40
Can't change Firefox preferences of type Boolean #3613
Comments
Needs more investigation. Not sure if the issue is as above, or if Fx is overwriting whatever we set. |
How does mozrunner successfully make all the settings it applies stick? |
Actually, I'm not sure that we have proven a bug in Iris or Give me an example of a Boolean pref that you need to work on one of the tests. We can run this manually by adding it to an empty profile's |
browser.search.widget.inNavBar = true is a config that would be useful in many of the search tests. As of now, tests are setting this through the about:config UI. |
I tried adding this to
But when Firefox opened and I checked |
See https://bugzilla.mozilla.org/show_bug.cgi?id=1543752 . There is discussion about what is going on with these files. |
This looks bad for us. I imagine other people rely on |
You can set a preference to a Boolean value, but it only works on new prefs. It can't change the value of an existing Firefox pref.
e.g.
Result in
prefs.js
:(Migrated from here.)
The text was updated successfully, but these errors were encountered: