Closed Bug 1297479 Opened 8 years ago Closed 8 years ago

Create a pref to turn off our undo UI for automigration

Categories

(Firefox :: Migration, defect, P2)

defect

Tracking

()

RESOLVED FIXED
Firefox 51
Tracking Status
firefox49 --- fixed
firefox50 --- fixed
firefox51 --- fixed

People

(Reporter: Gijs, Assigned: Gijs)

References

Details

Attachments

(1 file)

This is mostly because the funnelcake experiment likely won't want our UI, so they have an easy way to turn it off by default.
Comment on attachment 8784079 [details]
Bug 1297479 - create a pref to turn off UI to undo automatic migration for use by funnelcake builds,

https://reviewboard.mozilla.org/r/73650/#review71802

::: browser/app/profile/firefox.js:1485
(Diff revision 1)
>  
>  pref("browser.migrate.automigrate.enabled", false);
>  // 4 here means the suggestion notification will be automatically
>  // hidden the 4th day, so it will actually be shown on 3 different days.
>  pref("browser.migrate.automigrate.daysToOfferUndo", 4);
> +pref("browser.migrate.automigrate.ui.enabled", true);

Kinda seems like this should be false until we decide to enable it? (But also kinda moot with .automigrate.enabled being off.)
Attachment #8784079 - Flags: review?(dolske) → review+
Comment on attachment 8784079 [details]
Bug 1297479 - create a pref to turn off UI to undo automatic migration for use by funnelcake builds,

https://reviewboard.mozilla.org/r/73650/#review72002

::: browser/app/profile/firefox.js:1485
(Diff revision 1)
>  
>  pref("browser.migrate.automigrate.enabled", false);
>  // 4 here means the suggestion notification will be automatically
>  // hidden the 4th day, so it will actually be shown on 3 different days.
>  pref("browser.migrate.automigrate.daysToOfferUndo", 4);
> +pref("browser.migrate.automigrate.ui.enabled", true);

My thinking was that we don't normally want to be in a situation where we enable automigration and disable the UI (except in this funnelcake if that's what cmore's team wants) and so this seemed like the "safer" default. But yes, it's kind of moot at the minute anyway.
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/964df423d84e
create a pref to turn off UI to undo automatic migration for use by funnelcake builds, r=Dolske
Whiteboard: [migration-needs-uplift]
Depends on: 1289231
This was uplifted as part of bug 1289231.
https://hg.mozilla.org/mozilla-central/rev/964df423d84e
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 51
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: