Date: Fri, 16 Mar 2018 13:25:31 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r464684 - in branches/2018Q1/www: firefox/files waterfox waterfox/files Message-ID: <201803161325.w2GDPViW008804@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Mar 16 13:25:30 2018 New Revision: 464684 URL: https://svnweb.freebsd.org/changeset/ports/464684 Log: MFH: r463893 www/firefox: fix <select> styling Approved by: ports-secteam blanket Added: branches/2018Q1/www/firefox/files/patch-bug1444083 - copied unchanged from r463893, head/www/firefox/files/patch-bug1444083 branches/2018Q1/www/waterfox/files/patch-bug1444083 - copied unchanged from r463893, head/www/waterfox/files/patch-bug1444083 Modified: branches/2018Q1/www/waterfox/Makefile Directory Properties: branches/2018Q1/ (props changed) Copied: branches/2018Q1/www/firefox/files/patch-bug1444083 (from r463893, head/www/firefox/files/patch-bug1444083) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q1/www/firefox/files/patch-bug1444083 Fri Mar 16 13:25:30 2018 (r464684, copy of r463893, head/www/firefox/files/patch-bug1444083) @@ -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: branches/2018Q1/www/waterfox/Makefile ============================================================================== --- branches/2018Q1/www/waterfox/Makefile Fri Mar 16 13:24:33 2018 (r464683) +++ branches/2018Q1/www/waterfox/Makefile Fri Mar 16 13:25:30 2018 (r464684) @@ -3,7 +3,7 @@ PORTNAME= waterfox DISTVERSION= 56.0.4-36 DISTVERSIONSUFFIX= -g79492ecca478 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org Copied: branches/2018Q1/www/waterfox/files/patch-bug1444083 (from r463893, head/www/waterfox/files/patch-bug1444083) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q1/www/waterfox/files/patch-bug1444083 Fri Mar 16 13:25:30 2018 (r464684, copy of r463893, head/www/waterfox/files/patch-bug1444083) @@ -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?201803161325.w2GDPViW008804>