|
1 |
|
2 |
|
3 /* This Source Code Form is subject to the terms of the Mozilla Public |
|
4 * License, v. 2.0. If a copy of the MPL was not distributed with this |
|
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
|
6 |
|
7 // We don't have pages ready for this, so leave these prefs empty for now (bug 648330) |
|
8 pref("startup.homepage_override_url",""); |
|
9 pref("startup.homepage_welcome_url",""); |
|
10 // The time interval between checks for a new version (in seconds) |
|
11 pref("app.update.interval", 28800); // 8 hours |
|
12 // The time interval between the downloading of mar file chunks in the |
|
13 // background (in seconds) |
|
14 pref("app.update.download.backgroundInterval", 60); |
|
15 // Give the user x seconds to react before showing the big UI. default=24 hours |
|
16 pref("app.update.promptWaitTime", 86400); |
|
17 // URL user can browse to manually if for some reason all update installation |
|
18 // attempts fail. |
|
19 pref("app.update.url.manual", "https://www.mozilla.org/firefox/aurora/"); |
|
20 // A default value for the "More information about this update" link |
|
21 // supplied in the "An update is available" page of the update wizard. |
|
22 pref("app.update.url.details", "https://www.mozilla.org/firefox/aurora/"); |
|
23 |
|
24 // The number of days a binary is permitted to be old |
|
25 // without checking for an update. This assumes that |
|
26 // app.update.checkInstallTime is true. |
|
27 pref("app.update.checkInstallTime.days", 2); |
|
28 |
|
29 // Search codes belong only in builds with official branding |
|
30 pref("browser.search.param.yahoo-fr", ""); |
|
31 pref("browser.search.param.yahoo-fr-cjkt", ""); // now unused |
|
32 pref("browser.search.param.yahoo-fr-ja", ""); |
|
33 pref("browser.search.param.yahoo-f-CN", ""); |
|
34 #ifdef MOZ_METRO |
|
35 pref("browser.search.param.yahoo-fr-metro", ""); |
|
36 #endif |