1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/branding/nightly/pref/firefox-branding.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +pref("startup.homepage_override_url", "https://www.mozilla.org/projects/firefox/%VERSION%/whatsnew/?oldversion=%OLD_VERSION%"); 1.9 +pref("startup.homepage_welcome_url", "https://www.mozilla.org/projects/firefox/%VERSION%/firstrun/"); 1.10 +// The time interval between checks for a new version (in seconds) 1.11 +pref("app.update.interval", 7200); // 2 hours 1.12 +// The time interval between the downloading of mar file chunks in the 1.13 +// background (in seconds) 1.14 +pref("app.update.download.backgroundInterval", 60); 1.15 +// Give the user x seconds to react before showing the big UI. default=12 hours 1.16 +pref("app.update.promptWaitTime", 43200); 1.17 +// URL user can browse to manually if for some reason all update installation 1.18 +// attempts fail. 1.19 +pref("app.update.url.manual", "https://nightly.mozilla.org"); 1.20 +// A default value for the "More information about this update" link 1.21 +// supplied in the "An update is available" page of the update wizard. 1.22 +pref("app.update.url.details", "https://nightly.mozilla.org"); 1.23 + 1.24 +// The number of days a binary is permitted to be old 1.25 +// without checking for an update. This assumes that 1.26 +// app.update.checkInstallTime is true. 1.27 +pref("app.update.checkInstallTime.days", 2); 1.28 + 1.29 +// Search codes belong only in builds with official branding 1.30 +pref("browser.search.param.yahoo-fr", ""); 1.31 +pref("browser.search.param.yahoo-fr-cjkt", ""); // now unused 1.32 +pref("browser.search.param.yahoo-fr-ja", ""); 1.33 +pref("browser.search.param.yahoo-f-CN", ""); 1.34 +#ifdef MOZ_METRO 1.35 +pref("browser.search.param.yahoo-fr-metro", ""); 1.36 +#endif