Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2018 15:26:34 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463893 - in head/www: firefox firefox/files waterfox waterfox/files
Message-ID:  <201803081526.w28FQYEF000815@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Mar  8 15:26:34 2018
New Revision: 463893
URL: https://svnweb.freebsd.org/changeset/ports/463893

Log:
  www/firefox: fix <select> styling

Added:
  head/www/firefox/files/patch-bug1444083   (contents, props changed)
  head/www/waterfox/files/patch-bug1444083   (contents, props changed)
Modified:
  head/www/firefox/Makefile   (contents, props changed)
  head/www/waterfox/Makefile   (contents, props changed)

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Thu Mar  8 15:21:22 2018	(r463892)
+++ head/www/firefox/Makefile	Thu Mar  8 15:26:34 2018	(r463893)
@@ -3,7 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	59.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	https://hg.mozilla.org/releases/mozilla-release/archive/

Added: head/www/firefox/files/patch-bug1444083
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/firefox/files/patch-bug1444083	Thu Mar  8 15:26:34 2018	(r463893)
@@ -0,0 +1,17 @@
+Disable custom styling for <select> and <option> on Tier3 as well
+
+diff --git modules/libpref/init/all.js modules/libpref/init/all.js
+index 322d009da739..06e2fd7f664a 100644
+--- modules/libpref/init/all.js
++++ modules/libpref/init/all.js
+@@ -1359,8 +1359,8 @@ pref("dom.forms.autocomplete.formautofill", false);
+ // Enable search in <select> dropdowns (more than 40 options)
+ pref("dom.forms.selectSearch", false);
+ // Allow for webpages to provide custom styling for <select>
+-// popups. Disabled on Linux due to bug 1338283.
+-#ifdef XP_LINUX
++// popups. Disabled on GTK due to bug 1338283.
++#ifdef MOZ_WIDGET_GTK
+ pref("dom.forms.select.customstyling", false);
+ #else
+ pref("dom.forms.select.customstyling", true);

Modified: head/www/waterfox/Makefile
==============================================================================
--- head/www/waterfox/Makefile	Thu Mar  8 15:21:22 2018	(r463892)
+++ head/www/waterfox/Makefile	Thu Mar  8 15:26:34 2018	(r463893)
@@ -3,7 +3,7 @@
 PORTNAME=	waterfox
 DISTVERSION=	56.0.4-36
 DISTVERSIONSUFFIX=	-g79492ecca478
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www ipv6
 
 MAINTAINER=	jbeich@FreeBSD.org

Added: head/www/waterfox/files/patch-bug1444083
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/waterfox/files/patch-bug1444083	Thu Mar  8 15:26:34 2018	(r463893)
@@ -0,0 +1,17 @@
+Disable custom styling for <select> and <option> on Tier3 as well
+
+diff --git modules/libpref/init/all.js modules/libpref/init/all.js
+index 322d009da739..06e2fd7f664a 100644
+--- modules/libpref/init/all.js
++++ modules/libpref/init/all.js
+@@ -1359,8 +1359,8 @@ pref("dom.forms.autocomplete.formautofill", false);
+ // Enable search in <select> dropdowns (more than 40 options)
+ pref("dom.forms.selectSearch", false);
+ // Allow for webpages to provide custom styling for <select>
+-// popups. Disabled on Linux due to bug 1338283.
+-#ifdef XP_LINUX
++// popups. Disabled on GTK due to bug 1338283.
++#ifdef MOZ_WIDGET_GTK
+ pref("dom.forms.select.customstyling", false);
+ #else
+ pref("dom.forms.select.customstyling", true);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803081526.w28FQYEF000815>