From e526846d03ad3f76aa643f8b00983422aad88621 Mon Sep 17 00:00:00 2001 From: ffxbld Date: Sat, 22 Jan 2011 03:05:07 -0800 Subject: [PATCH 01/44] Automated blocklist update from host mv-moz2-linux-ix-slave11 (DONTBUILD) - CLOSED TREE a=blocklist-update --- browser/app/blocklist.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/browser/app/blocklist.xml b/browser/app/blocklist.xml index 5c9e083754b..69485de3ea6 100644 --- a/browser/app/blocklist.xml +++ b/browser/app/blocklist.xml @@ -56,6 +56,9 @@ + + + @@ -64,8 +67,11 @@ + + + - + From 4977da41abb52b1695c020882769ce7f28cb1b75 Mon Sep 17 00:00:00 2001 From: Frank Yan Date: Sat, 22 Jan 2011 12:21:35 +0100 Subject: [PATCH 02/44] Bug 601060 - Hovering links shows "moz-action:switchtab" text and hides "Switch to tab:" label in URL bar when it contains a switch-to-tab URL. r=dao --- browser/base/content/browser.css | 2 +- browser/base/content/browser.xul | 4 +++- browser/base/content/urlbarBindings.xml | 3 ++- .../themes/gnomestripe/browser/browser.css | 16 ++++++++------- browser/themes/pinstripe/browser/browser.css | 20 +++++++++---------- browser/themes/winstripe/browser/browser.css | 12 ++++++----- 6 files changed, 32 insertions(+), 25 deletions(-) diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index 2282b1b26a3..7c78cb511af 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -279,7 +279,7 @@ panel[noactions] > richlistbox > richlistitem[type~="action"] > .ac-url-box > .a visibility: visible; } -#urlbar:not([actiontype]) > #urlbar-display { +#urlbar:not([actiontype]) > #urlbar-display-box { display: none; } diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index 1c27a05443b..dee77ac37a5 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -571,7 +571,9 @@ -