]> git.pld-linux.org Git - packages/firefox.git/blame - mozilla-firefox-prefs.patch
- updated to 3.5rc1
[packages/firefox.git] / mozilla-firefox-prefs.patch
CommitLineData
b2cf39ef
SP
1diff -ur mozilla-1.9.1/browser/app/profile/firefox.js mozilla-1.9.1.new/browser/app/profile/firefox.js
2--- mozilla-1.9.1/browser/app/profile/firefox.js 2009-04-24 03:46:36.000000000 +0200
3+++ mozilla-1.9.1.new/browser/app/profile/firefox.js 2009-06-05 15:16:38.961559500 +0200
4@@ -92,12 +92,12 @@
e36ee87a 5 // App-specific update preferences
6
7 // Whether or not app updates are enabled
8-pref("app.update.enabled", true);
9+pref("app.update.enabled", false);
10
11 // This preference turns on app.update.mode and allows automatic download and
12 // install to take place. We use a separate boolean toggle for this to make
13 // the UI easier to construct.
14-pref("app.update.auto", true);
15+pref("app.update.auto", false);
16
17 // Defines how the Application Update Service notifies the user about updates:
18 //
b2cf39ef 19@@ -187,7 +187,7 @@
e36ee87a 20
21 // Whether or not the application should check at startup each time if it
22 // is the default browser.
23-pref("browser.shell.checkDefaultBrowser", true);
24+pref("browser.shell.checkDefaultBrowser", false);
25
26 // 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session
27 // The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore
b2cf39ef 28@@ -491,7 +491,7 @@
e36ee87a 29 pref("alerts.totalOpenTime", 4000);
30
31 pref("browser.xul.error_pages.enabled", true);
32-pref("browser.xul.error_pages.expert_bad_cert", false);
33+pref("browser.xul.error_pages.expert_bad_cert", true);
34
35 // We want to make sure mail URLs are handled externally...
36 pref("network.protocol-handler.external.mailto", true); // for mail
b2cf39ef 37@@ -648,10 +648,10 @@
e36ee87a 38
39 #ifdef MOZ_SAFE_BROWSING
40 // Safe browsing does nothing unless this pref is set
41-pref("browser.safebrowsing.enabled", true);
42+pref("browser.safebrowsing.enabled", false);
43
44 // Prevent loading of pages identified as malware
45-pref("browser.safebrowsing.malware.enabled", true);
46+pref("browser.safebrowsing.malware.enabled", false);
47
48 // Non-enhanced mode (local url lists) URL list to check for updates
b2cf39ef
SP
49 pref("browser.safebrowsing.provider.0.updateURL", "http://safebrowsing.clients.google.com/safebrowsing/downloads?client={moz:client}&appver={moz:version}&pver=2.2");
50Tylko w mozilla-1.9.1.new/browser/app/profile: firefox.js~
51diff -ur mozilla-1.9.1/browser/base/content/baseMenuOverlay.xul mozilla-1.9.1.new/browser/base/content/baseMenuOverlay.xul
52--- mozilla-1.9.1/browser/base/content/baseMenuOverlay.xul 2009-04-24 03:46:36.000000000 +0200
53+++ mozilla-1.9.1.new/browser/base/content/baseMenuOverlay.xul 2009-06-05 15:17:27.371040870 +0200
54@@ -97,14 +97,6 @@
e36ee87a 55 label="&helpReleaseNotes.label;"
b2cf39ef 56 oncommand="openReleaseNotes()"
e36ee87a 57 onclick="checkForMiddleClick(this, event);"/>
58- <menuseparator id="updateSeparator"/>
b2cf39ef 59-#ifdef MOZ_UPDATER
e36ee87a 60- <menuitem id="checkForUpdates"
61- accesskey="&updateCmd.accesskey;"
62- label="&updateCmd.label;"
63- class="menuitem-iconic"
64- oncommand="checkForUpdates();"/>
b2cf39ef 65-#endif
e36ee87a 66 <menuseparator id="aboutSeparator"/>
67 <menuitem id="aboutName"
68 accesskey="&aboutCmd.accesskey;"
b2cf39ef
SP
69Tylko w mozilla-1.9.1.new/browser/base/content: baseMenuOverlay.xul~
70diff -ur mozilla-1.9.1/browser/components/preferences/advanced.xul mozilla-1.9.1.new/browser/components/preferences/advanced.xul
71--- mozilla-1.9.1/browser/components/preferences/advanced.xul 2009-04-24 03:46:37.000000000 +0200
72+++ mozilla-1.9.1.new/browser/components/preferences/advanced.xul 2009-06-05 15:17:55.601991901 +0200
73@@ -268,12 +268,6 @@
e36ee87a 74 <tabpanel id="updatePanel" orient="vertical" align="start">
75 <label control="autoUpdateGroup">&autoCheck.label;</label>
76 <vbox class="indent" id="autoUpdateGroup" role="group">
b2cf39ef 77-#ifdef MOZ_UPDATER
e36ee87a 78- <checkbox id="enableAppUpdate"
79- label="&enableAppUpdate.label;"
80- accesskey="&enableAppUpdate.accesskey;"
81- preference="app.update.enabled"/>
b2cf39ef 82-#endif
e36ee87a 83 <checkbox id="enableAddonUpdate"
84 label="&enableAddonsUpdate.label;"
85 accesskey="&enableAddonsUpdate.accesskey;"
b2cf39ef
SP
86Tylko w mozilla-1.9.1.new/browser/components/preferences: advanced.xul~
87diff -ur mozilla-1.9.1/browser/locales/en-US/chrome/overrides/netError.dtd mozilla-1.9.1.new/browser/locales/en-US/chrome/overrides/netError.dtd
88--- mozilla-1.9.1/browser/locales/en-US/chrome/overrides/netError.dtd 2009-04-24 03:46:37.000000000 +0200
89+++ mozilla-1.9.1.new/browser/locales/en-US/chrome/overrides/netError.dtd 2009-06-05 15:18:58.260444405 +0200
e36ee87a 90@@ -175,6 +175,6 @@
91 <!ENTITY securityOverride.warningText "
92 <p>You should not add an exception if you are using an internet connection that you do not trust completely or if you are not used to seeing a warning for this server.</p>
93
94-<xul:button xmlns:xul='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' id='getMeOutOfHereButton' label='&securityOverride.getMeOutOfHereButton;'/>
95 <xul:button xmlns:xul='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' id='exceptionDialogButton' label='&securityOverride.exceptionButtonLabel;'/>
96+<xul:button xmlns:xul='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' id='getMeOutOfHereButton' label='&securityOverride.getMeOutOfHereButton;'/>
97 ">
b2cf39ef 98Tylko w mozilla-1.9.1.new/browser/locales/en-US/chrome/overrides: netError.dtd~
This page took 0.438007 seconds and 4 git commands to generate.