Remove patches - let's stick to the sane defaults upstream provides.

This commit is contained in:
landry 2011-06-19 21:41:41 +00:00
parent 3bfa776601
commit cb07437f4f
3 changed files with 0 additions and 33 deletions

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-browser_components_nsBrowserGlue_js,v 1.4 2011/03/30 21:39:14 landry Exp $
--- browser/components/nsBrowserGlue.js.orig Tue Jan 11 04:25:41 2011
+++ browser/components/nsBrowserGlue.js Sat Jan 15 01:03:01 2011
@@ -397,9 +397,6 @@ BrowserGlue.prototype = {
// Browser startup complete. All initial windows have opened.
_onBrowserStartup: function BG__onBrowserStartup() {
- // Show about:rights notification, if needed.
- if (this._shouldShowRights())
- this._showRightsNotification();
// Show update notification, if needed.
if (Services.prefs.prefHasUserValue("app.update.postupdate"))

View File

@ -1,8 +0,0 @@
$OpenBSD: patch-other-licenses_branding_firefox_locales_browserconfig_properties,v 1.1 2011/03/30 21:39:14 landry Exp $
--- other-licenses/branding/firefox/locales/browserconfig.properties.orig Sat Jan 15 01:07:21 2011
+++ other-licenses/branding/firefox/locales/browserconfig.properties Sat Jan 15 01:07:44 2011
@@ -1,2 +1,3 @@
# Do NOT localize or otherwise change these values
-browser.startup.homepage=about:home
+browser.startup.homepage=about:blank
+browser.startup.homepage_reset=about:blank

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-other-licenses_branding_firefox_pref_firefox-branding_js,v 1.4 2011/03/30 21:39:14 landry Exp $
--- other-licenses/branding/firefox/pref/firefox-branding.js.orig Wed Dec 15 02:03:34 2010
+++ other-licenses/branding/firefox/pref/firefox-branding.js Wed Dec 22 22:33:03 2010
@@ -1,6 +1,6 @@
pref("startup.homepage_override_url","http://www.mozilla.com/%LOCALE%/%APP%/%VERSION%/whatsnew/");
-pref("startup.homepage_welcome_url","http://www.mozilla.com/%LOCALE%/%APP%/%VERSION%/firstrun/");
-pref("browser.panorama.welcome_url", "http://www.mozilla.com/firefox/panorama/");
+pref("startup.homepage_override_url","about:blank");
+pref("startup.homepage_welcome_url","about:blank");
// Interval: Time between checks for a new version (in seconds)
// nightly=6 hours, official=24 hours
pref("app.update.interval", 86400);