Bug 1289172 - enable automigration on beta 50 for a few cycles, r?dolske draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Tue, 13 Sep 2016 12:24:12 +0100
changeset 413055 06f85e64fdee9ae841ec81ca5556632ca86b1e80
parent 412625 1851b78b5a9673ee422f189b92e5f1e86b82a01c
child 531112 7af06f3105200be693b17a4fefef81c056ad9dd0
push id29307
push usergijskruitbosch@gmail.com
push dateTue, 13 Sep 2016 11:25:00 +0000
reviewersdolske
bugs1289172
milestone51.0a1
Bug 1289172 - enable automigration on beta 50 for a few cycles, r?dolske MozReview-Commit-ID: 5AnCZ5xu8sN
browser/app/profile/firefox.js
browser/branding/official/pref/firefox-branding.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1483,17 +1483,17 @@ pref("toolkit.pageThumbs.minHeight", 190
 
 // Enable speech synthesis
 pref("media.webspeech.synth.enabled", true);
 
 pref("browser.esedbreader.loglevel", "Error");
 
 pref("browser.laterrun.enabled", false);
 
-pref("browser.migrate.automigrate.enabled", false);
+pref("browser.migrate.automigrate.enabled", true);
 // 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);
 
 // Enable browser frames for use on desktop.  Only exposed to chrome callers.
 pref("dom.mozBrowserFramesEnabled", true);
 
--- a/browser/branding/official/pref/firefox-branding.js
+++ b/browser/branding/official/pref/firefox-branding.js
@@ -1,15 +1,15 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 pref("startup.homepage_override_url", "");
-pref("startup.homepage_welcome_url", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/firstrun/");
-pref("startup.homepage_welcome_url.additional", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/firstrun/learnmore/");
+pref("startup.homepage_welcome_url", "");
+pref("startup.homepage_welcome_url.additional", "");
 // Interval: Time between checks for a new version (in seconds)
 pref("app.update.interval", 43200); // 12 hours
 // The time interval between the downloading of mar file chunks in the
 // background (in seconds)
 pref("app.update.download.backgroundInterval", 60);
 // Give the user x seconds to react before showing the big UI. default=192 hours
 pref("app.update.promptWaitTime", 691200);
 // URL user can browse to manually if for some reason all update installation