SOURCES: mozilla-firefox-prefs.patch, iceweasel-prefs.patch - better way to...

hawk hawk at pld-linux.org
Mon Jun 23 14:58:33 CEST 2008


Author: hawk                         Date: Mon Jun 23 12:58:33 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- better way to show "Add exception" button directly w/o clicking through stupid links

---- Files affected:
SOURCES:
   mozilla-firefox-prefs.patch (1.3 -> 1.4) , iceweasel-prefs.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/mozilla-firefox-prefs.patch
diff -u SOURCES/mozilla-firefox-prefs.patch:1.3 SOURCES/mozilla-firefox-prefs.patch:1.4
--- SOURCES/mozilla-firefox-prefs.patch:1.3	Sun Jun 22 13:57:29 2008
+++ SOURCES/mozilla-firefox-prefs.patch	Mon Jun 23 14:58:27 2008
@@ -25,6 +25,15 @@
  
  // 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session
  // The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore
+@@ -445,7 +445,7 @@
+ pref("alerts.totalOpenTime", 4000);
+ 
+ pref("browser.xul.error_pages.enabled", true);
+-pref("browser.xul.error_pages.expert_bad_cert", false);
++pref("browser.xul.error_pages.expert_bad_cert", true);
+ 
+ // We want to make sure mail URLs are handled externally...
+ pref("network.protocol-handler.external.mailto", true); // for mail
 @@ -592,10 +592,10 @@
  
  #ifdef MOZ_SAFE_BROWSING
@@ -77,20 +86,6 @@
              <checkbox id="enableAddonUpdate"
                        label="&enableAddonsUpdate.label;"
                        accesskey="&enableAddonsUpdate.accesskey;"
-diff -ur mozilla.orig/docshell/resources/content/netError.xhtml mozilla/docshell/resources/content/netError.xhtml
---- mozilla.orig/docshell/resources/content/netError.xhtml	2008-06-21 12:55:24.000000000 +0200
-+++ mozilla/docshell/resources/content/netError.xhtml	2008-06-22 13:08:20.000000000 +0200
-@@ -334,8 +334,8 @@
-         <!-- Override section - For ssl errors only.  Removed on init for other
-              error types.  -->
-         <div id="securityOverrideDiv">
--          <a id="securityOverrideLink" href="javascript:showSecuritySection();" >&securityOverride.linkText;</a>
--          <div id="securityOverrideContent" style="display: none;">&securityOverride.warningText;</div>
-+          <a id="securityOverrideLink" href="javascript:showSecuritySection();" style="display: none;">&securityOverride.linkText;</a>
-+          <div id="securityOverrideContent">&securityOverride.warningText;</div>
-         </div>
-       </div>
- 
 diff -ur mozilla.orig/browser/locales/en-US/chrome/overrides/netError.dtd mozilla/browser/locales/en-US/chrome/overrides/netError.dtd
 --- mozilla.orig/browser/locales/en-US/chrome/overrides/netError.dtd	2008-06-21 12:55:30.000000000 +0200
 +++ mozilla/browser/locales/en-US/chrome/overrides/netError.dtd	2008-06-22 13:52:26.000000000 +0200

================================================================
Index: SOURCES/iceweasel-prefs.patch
diff -u SOURCES/iceweasel-prefs.patch:1.1 SOURCES/iceweasel-prefs.patch:1.2
--- SOURCES/iceweasel-prefs.patch:1.1	Mon Jun 23 12:19:22 2008
+++ SOURCES/iceweasel-prefs.patch	Mon Jun 23 14:58:28 2008
@@ -25,6 +25,15 @@
  
  // 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session
  // The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore
+@@ -445,7 +445,7 @@
+ pref("alerts.totalOpenTime", 4000);
+ 
+ pref("browser.xul.error_pages.enabled", true);
+-pref("browser.xul.error_pages.expert_bad_cert", false);
++pref("browser.xul.error_pages.expert_bad_cert", true);
+ 
+ // We want to make sure mail URLs are handled externally...
+ pref("network.protocol-handler.external.mailto", true); // for mail
 @@ -592,10 +592,10 @@
  
  #ifdef MOZ_SAFE_BROWSING
@@ -47,20 +56,6 @@
  
  // Controls the display of domain in the identity box for SSL connections.
  // 0 - do not show domain
-diff -ur mozilla.orig/docshell/resources/content/netError.xhtml mozilla/docshell/resources/content/netError.xhtml
---- mozilla.orig/docshell/resources/content/netError.xhtml	2008-06-21 12:55:24.000000000 +0200
-+++ mozilla/docshell/resources/content/netError.xhtml	2008-06-22 13:08:20.000000000 +0200
-@@ -334,8 +334,8 @@
-         <!-- Override section - For ssl errors only.  Removed on init for other
-              error types.  -->
-         <div id="securityOverrideDiv">
--          <a id="securityOverrideLink" href="javascript:showSecuritySection();" >&securityOverride.linkText;</a>
--          <div id="securityOverrideContent" style="display: none;">&securityOverride.warningText;</div>
-+          <a id="securityOverrideLink" href="javascript:showSecuritySection();" style="display: none;">&securityOverride.linkText;</a>
-+          <div id="securityOverrideContent">&securityOverride.warningText;</div>
-         </div>
-       </div>
- 
 diff -ur mozilla.orig/browser/locales/en-US/chrome/overrides/netError.dtd mozilla/browser/locales/en-US/chrome/overrides/netError.dtd
 --- mozilla.orig/browser/locales/en-US/chrome/overrides/netError.dtd	2008-06-21 12:55:30.000000000 +0200
 +++ mozilla/browser/locales/en-US/chrome/overrides/netError.dtd	2008-06-22 13:52:26.000000000 +0200
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/mozilla-firefox-prefs.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/iceweasel-prefs.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list