Closed
Bug 1270089
Opened 9 years ago
Closed 9 years ago
Introduce a pref to disable the Firefox Reset notification after uninstall for users who are testing uninstall/reinstall
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox49 | --- | affected |
People
(Reporter: jaws, Assigned: jaws)
References
Details
Some users such as Nightly testers often uninstall and reinstall, and after bug 1095739 they now get a notice each time asking them if they want to refresh Firefox.
We can introduce a simple boolean pref that can be toggled which will disable this feature.
We should keep this feature enabled by default for channels such as Nightly and Aurora/DevEdition because web developers or other early adopters may be using these channels and still think that an uninstall/reinstall will fix some of their perf problems that are actually fixed by doing a Firefox reset.
Assignee | ||
Comment 1•9 years ago
|
||
Actually, there already exists a pref named "browser.disableResetPrompt" that can be set to `true` and it will disable this notification bar. This also covers the notification bar that appears if Firefox goes unused for > 60 days.
We shouldn't need a second pref explicitly for the reinstall case.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•9 years ago
|
Resolution: INVALID → WONTFIX
Comment 2•9 years ago
|
||
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #1)
> Actually, there already exists a pref named "browser.disableResetPrompt"
> that can be set to `true` and it will disable this notification bar. This
> also covers the notification bar that appears if Firefox goes unused for >
> 60 days.
>
> We shouldn't need a second pref explicitly for the reinstall case.
Hidden pref ? Not in about:config here using latest m-c build.
Resolution: WONTFIX → FIXED
Updated•9 years ago
|
Resolution: FIXED → WONTFIX
Assignee | ||
Comment 3•9 years ago
|
||
Yes, it's a hidden pref.
Comment 4•9 years ago
|
||
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #3)
> Yes, it's a hidden pref.
OK, fixed.. Thanks.
You need to log in
before you can comment on or make changes to this bug.
Description
•