1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/branding/official/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",""); 1.9 +pref("startup.homepage_welcome_url","https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/firstrun/"); 1.10 +// Interval: Time between checks for a new version (in seconds) 1.11 +pref("app.update.interval", 43200); // 12 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=48 hours 1.16 +pref("app.update.promptWaitTime", 172800); 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://www.torproject.org/download/download-easy.html"); 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://www.torproject.org/projects/torbrowser.html"); 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", 63); 1.28 + 1.29 +pref("browser.search.param.ms-pc", "MOZI"); 1.30 +pref("browser.search.param.yahoo-fr", "moz35"); 1.31 +pref("browser.search.param.yahoo-fr-cjkt", "moz35"); // now unused 1.32 +pref("browser.search.param.yahoo-fr-ja", "mozff"); 1.33 +#ifdef MOZ_METRO 1.34 +pref("browser.search.param.ms-pc-metro", "MOZW"); 1.35 +pref("browser.search.param.yahoo-fr-metro", "mozilla_metro_search"); 1.36 +#endif