]> git.pld-linux.org Git - packages/firefox.git/blob - firefox-prefs.patch
- try to fix build on i686
[packages/firefox.git] / firefox-prefs.patch
1 diff -ur mozilla.orig/browser/app/profile/firefox.js mozilla/browser/app/profile/firefox.js
2 --- mozilla.orig/browser/app/profile/firefox.js 2008-06-21 12:55:30.000000000 +0200
3 +++ mozilla/browser/app/profile/firefox.js      2008-06-21 15:25:48.000000000 +0200
4 @@ -94,7 +94,7 @@ pref("extensions.hotfix.certs.1.sha1Fingerprint", "F1:DB:F9:6A:7B:B8:04:FA:48:3C
5  
6  // Disable add-ons that are not installed by the user in all scopes by default.
7  // See the SCOPE constants in AddonManager.jsm for values to use here.
8 -pref("extensions.autoDisableScopes", 15);
9 +pref("extensions.autoDisableScopes", 3);
10  
11  // Dictionary download preference
12  pref("browser.dictionaries.download.url", "https://addons.mozilla.org/%LOCALE%/firefox/dictionaries/");
13 @@ -157,12 +157,12 @@
14  pref("app.update.cert.checkAttributes", false);
15  
16  // Whether or not app updates are enabled
17 -pref("app.update.enabled", true);
18 +pref("app.update.enabled", false);
19  
20  // If set to true, the Update Service will automatically download updates when
21  // app updates are enabled per the app.update.enabled preference and if the user
22  // can apply updates.
23 -pref("app.update.auto", true);
24 +pref("app.update.auto", false);
25  
26  // If set to true, the Update Service will present no UI for any event.
27  pref("app.update.silent", false);
28 @@ -252,7 +252,7 @@
29  pref("general.useragent.complexOverride.moodle", false); // bug 797703
30  
31  // At startup, check if we're the default browser and prompt user if not.
32 -pref("browser.shell.checkDefaultBrowser", true);
33 +pref("browser.shell.checkDefaultBrowser", false);
34  pref("browser.shell.shortcutFavicons",true);
35  
36  // 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session
37 @@ -448,6 +448,8 @@
38  //  0: no backups created (and deletes all existing backups)
39  pref("browser.bookmarks.max_backups",             10);
40  
41 +pref("intl.locale.matchOS", true);
42 +
43  // Scripts & Windows prefs
44  pref("dom.disable_open_during_load",              true);
45  pref("javascript.options.showInConsole",          true);
46 @@ -574,7 +576,7 @@
47  pref("alerts.totalOpenTime", 4000);
48  
49  pref("browser.xul.error_pages.enabled", true);
50 -pref("browser.xul.error_pages.expert_bad_cert", false);
51 +pref("browser.xul.error_pages.expert_bad_cert", true);
52  
53  // Work Offline is best manually managed by the user.
54  pref("network.manage-offline-status", false);
55 --- a/modules/libpref/init/all.js
56 +++ b/modules/libpref/init/all.js
57 @@ -1510,7 +1510,7 @@ pref("layout.css.visited_links_enabled", true);
58  // A value of 0 means use the system DPI. A positive value is used as the DPI.
59  // This sets the physical size of a device pixel and thus controls the
60  // interpretation of physical units such as "pt".
61 -pref("layout.css.dpi", -1);
62 +pref("layout.css.dpi", 0);
63  
64  // Set the number of device pixels per CSS pixel. A value <= 0 means choose
65  // automatically based on user settings for the platform (e.g., "UI scale factor"
This page took 0.047681 seconds and 3 git commands to generate.