Author: hawk Date: Wed Jul 23 11:58:37 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - use config options instead of editing page template
---- Files affected: SOURCES: xulrunner-prefs.patch (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SOURCES/xulrunner-prefs.patch diff -u SOURCES/xulrunner-prefs.patch:1.4 SOURCES/xulrunner-prefs.patch:1.5 --- SOURCES/xulrunner-prefs.patch:1.4 Mon Jun 23 15:06:16 2008 +++ SOURCES/xulrunner-prefs.patch Wed Jul 23 13:58:31 2008 @@ -1,14 +1,3 @@ -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 -@@ -175,6 +175,6 @@ - <!ENTITY securityOverride.warningText " - <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> - --<xul:button xmlns:xul='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' id='getMeOutOfHereButton' label='&securityOverride.getMeOutOfHereButton;'/> - <xul:button xmlns:xul='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' id='exceptionDialogButton' label='&securityOverride.exceptionButtonLabel;'/> -+<xul:button xmlns:xul='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' id='getMeOutOfHereButton' label='&securityOverride.getMeOutOfHereButton;'/> - "> diff -ur mozilla.orig/toolkit/content/about.xhtml mozilla/toolkit/content/about.xhtml --- mozilla.orig/toolkit/content/about.xhtml 2008-03-31 22:13:37.000000000 +0200 +++ mozilla/toolkit/content/about.xhtml 2008-06-22 15:44:55.000000000 +0200 @@ -21,3 +10,11 @@ </a> </div> +--- mozilla/xulrunner/app/xulrunner.js.orig 2007-09-05 15:47:24.000000000 +0200 ++++ mozilla/xulrunner/app/xulrunner.js 2008-07-23 13:57:13.000000000 +0200 +@@ -69,3 +69,5 @@ + #else + pref("browser.preferences.animateFadeIn", false); + #endif ++pref("browser.xul.error_pages.expert_bad_cert", true); ++pref("browser.ssl_override_behavior", 2); ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/xulrunner-prefs.patch?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
