From 4cd20c776138e95fbbc2cb6ca52453913ad065b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 21 Dec 2013 03:19:51 -0200 Subject: iceweasel-libre: add more fixes on libre.patch --- libre/iceweasel-libre/libre.patch | 89 +++++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 40 deletions(-) (limited to 'libre/iceweasel-libre/libre.patch') diff --git a/libre/iceweasel-libre/libre.patch b/libre/iceweasel-libre/libre.patch index aca8983b9..7555cc8c4 100644 --- a/libre/iceweasel-libre/libre.patch +++ b/libre/iceweasel-libre/libre.patch @@ -18,7 +18,7 @@ index 331edc8..e18bd20 100644 pref("security.csp.speccompliant", true); diff --git a/browser/base/content/abouthome/aboutHome.css b/browser/base/content/abouthome/aboutHome.css -index c270318..c67d112 100644 +index c270318..5175eaa 100644 --- a/browser/base/content/abouthome/aboutHome.css +++ b/browser/base/content/abouthome/aboutHome.css @@ -49,11 +49,6 @@ a { @@ -92,24 +92,17 @@ index c270318..c67d112 100644 #launcher { display: -moz-box; -moz-box-align: center; -@@ -335,28 +287,23 @@ body[narrow] #restorePreviousSession::before { +@@ -335,7 +287,7 @@ body[narrow] #restorePreviousSession::before { width: 32px; } -#aboutMozilla { +#aboutGNU { -+ background: url("chrome://browser/content/abouthome/gnu_headshadow.png"); display: block; -- position: relative; /* pin wordmark to edge of document, not of viewport */ -+ position: absolute; -+ top: 12px; -+ right: 12px; -+ width: 200px; -+ height: 110px; + position: relative; /* pin wordmark to edge of document, not of viewport */ -moz-box-ordinal-group: 0; - opacity: .5; -- transition: opacity 150ms; -+ transition:opacity 150ms; +@@ -343,18 +295,18 @@ body[narrow] #restorePreviousSession::before { + transition: opacity 150ms; } -#aboutMozilla:hover { @@ -119,18 +112,20 @@ index c270318..c67d112 100644 -#aboutMozilla::before { - content: url("chrome://browser/content/abouthome/mozilla.png"); -- display: block; -- position: absolute; -- top: 12px; -- right: 12px; ++#aboutGNU::before { ++ content: url("chrome://browser/content/abouthome/gnu_headshadow.png"); + display: block; + position: absolute; + top: 12px; + right: 12px; - width: 69px; - height: 19px; --} -- ++ width: 200px; ++ height: 110px; + } + /* [HiDPI] - * At resolutions above 1dppx, prefer downscaling the 2x Retina graphics - * rather than upscaling the original-size ones (bug 818940). -@@ -366,26 +313,7 @@ body[narrow] #restorePreviousSession::before { +@@ -366,22 +318,8 @@ body[narrow] #restorePreviousSession::before { background-image: url("chrome://branding/content/about-logo@2x.png"); } @@ -150,21 +145,19 @@ index c270318..c67d112 100644 - .launchButton::before, - #aboutMozilla::before { -- transform: scale(.5); -- transform-origin: 0 0; -- } -- - #downloads::before { - content: url("chrome://browser/content/abouthome/downloads@2x.png"); ++ #aboutGNU::before { + transform: scale(.5); + transform-origin: 0 0; } -@@ -421,9 +349,5 @@ body[narrow] #restorePreviousSession::before { - body[narrow] #restorePreviousSession::before { +@@ -422,8 +360,8 @@ body[narrow] #restorePreviousSession::before { content: url("chrome://browser/content/abouthome/restore@2x.png"); } -- + - #aboutMozilla::before { - content: url("chrome://browser/content/abouthome/mozilla@2x.png"); -- } ++ #aboutGNU::before { ++ content: url("chrome://browser/content/abouthome/gnu_headshadow.png"); + } } diff --git a/browser/base/content/abouthome/aboutHome.js b/browser/base/content/abouthome/aboutHome.js @@ -734,10 +727,10 @@ index 432fcdc..8e85f1f 100644 function fitToWidth() { diff --git a/browser/base/content/abouthome/aboutHome.xhtml b/browser/base/content/abouthome/aboutHome.xhtml -index 1d03d38..5555f72 100644 +index 1d03d38..4f9b6b2 100644 --- a/browser/base/content/abouthome/aboutHome.xhtml +++ b/browser/base/content/abouthome/aboutHome.xhtml -@@ -43,19 +43,10 @@ +@@ -43,15 +43,6 @@ @@ -753,21 +746,37 @@ index 1d03d38..5555f72 100644
--
-+
- - - -@@ -66,7 +57,7 @@ +@@ -66,7 +57,6 @@
- - -+ Help GNU and FSF: Help add free addons to the directory! + +diff --git a/browser/locales/en-US/chrome/browser/aboutHome.dtd b/browser/locales/en-US/chrome/browser/aboutHome.dtd +index e84341f..5476d32 100644 +--- a/browser/locales/en-US/chrome/browser/aboutHome.dtd ++++ b/browser/locales/en-US/chrome/browser/aboutHome.dtd +@@ -13,17 +13,6 @@ + + + +- +-latest features."> +- +-Choose from thousands of add-ons."> +- +-Know your rights…"> +- + + + diff --git a/browser/locales/en-US/chrome/browser-region/region.properties b/browser/locales/en-US/chrome/browser-region/region.properties index 087cc50..5654eb9 100644 --- a/browser/locales/en-US/chrome/browser-region/region.properties -- cgit v1.2.3-2-g168b