mwobensmith

Results 7 comments of mwobensmith

We need to convey what we think the audience of the email report expects to learn. What is the current quality of their product? This should be measured by the...

Needs more investigation. Not sure if the issue is as above, or if Fx is overwriting whatever we set.

Actually, I'm not sure that we have proven a bug in Iris or `mozprofile` here. The mechanism that `mozprofile` uses adds entries to the `user.js` file in the profile. We...

I tried adding this to `user.js` like so: `user_pref("browser.search.widget.inNavBar", true);` But when Firefox opened and I checked `about:config`, it was still set to `false`. So, it appears that there are...

This looks bad for us. I imagine other people rely on `mozprofile` and would be affected by this change.

Actually, we can probably just move these two to `FirefoxSettings` and leave the rest: ``` DEFAULT_FIREFOX_TIMEOUT = 10 DEFAULT_FX_PREFS = {...} ```

Going to look into [this](https://github.com/mozilla/iris/issues/541) as a possible solution.