summaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-bug948946
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-09 06:16:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-09 06:16:35 +0000
commitf4aef6b62c614ecd1d50069031eae67318ac5ff9 (patch)
tree781de0366f06f8728245988a38a42d4e172d024d /www/firefox-esr/files/patch-bug948946
parentwww/ruybgem-puma: update to 2.9.1 (diff)
Mozilla upgrades:
- Update nspr to 4.10.7 - Update ca_root_nss to 3.17 (mark as NO_ARCH while here) - Update firefox to 32.0 - Update thunderbird to 31.1.0 - Add net-im/linux-instantbird - Update firefox-est to 31.1.0 - Update libxul to 24.8.0 - Update seamonkey to 2.29 Submitted by: Jan Beich for gecko@
Diffstat (limited to 'www/firefox-esr/files/patch-bug948946')
-rw-r--r--www/firefox-esr/files/patch-bug94894626
1 files changed, 0 insertions, 26 deletions
diff --git a/www/firefox-esr/files/patch-bug948946 b/www/firefox-esr/files/patch-bug948946
deleted file mode 100644
index 63e35e8f550b..000000000000
--- a/www/firefox-esr/files/patch-bug948946
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git browser/themes/shared/devtools/common.inc.css browser/themes/shared/devtools/common.inc.css
-index 268164e..922f21a 100644
---- browser/themes/shared/devtools/common.inc.css
-+++ browser/themes/shared/devtools/common.inc.css
-@@ -14,7 +14,7 @@
- background-color: transparent;
- background-image: linear-gradient(to bottom, hsla(209,18%,18%,0.9), hsl(210,11%,16%));
- border-radius: 3px;
--%ifdef XP_LINUX
-+%if defined(MOZ_WIDGET_GTK) || defined(MOZ_WIDGET_QT)
- max-height: 32rem;
- %else
- max-height: 40rem;
-diff --git browser/themes/shared/devtools/highlighter.inc.css browser/themes/shared/devtools/highlighter.inc.css
-index 3d5ae51..3fb4b01 100644
---- browser/themes/shared/devtools/highlighter.inc.css
-+++ browser/themes/shared/devtools/highlighter.inc.css
-@@ -54,7 +54,7 @@ html|*.highlighter-nodeinfobar-pseudo-classes {
- padding: 0;
- width: 26px;
- min-height: 26px;
--%ifndef XP_LINUX
-+%if !defined(MOZ_WIDGET_GTK) && !defined(MOZ_WIDGET_QT)
- background-color: transparent;
- %endif
- }