browser/branding/aurora/pref/firefox-branding.js

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

mercurial