From owner-svn-ports-all@freebsd.org Tue Feb 19 00:34:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3245D14F1794; Tue, 19 Feb 2019 00:34:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE3798D514; Tue, 19 Feb 2019 00:34:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C362BDA8F; Tue, 19 Feb 2019 00:34:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1J0YsfR056132; Tue, 19 Feb 2019 00:34:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1J0Ysh7056130; Tue, 19 Feb 2019 00:34:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201902190034.x1J0Ysh7056130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 19 Feb 2019 00:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r493344 - in branches/2019Q1/www/firefox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q1/www/firefox: . files X-SVN-Commit-Revision: 493344 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CE3798D514 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.88 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.88)[-0.883,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2019 00:34:55 -0000 Author: jbeich Date: Tue Feb 19 00:34:54 2019 New Revision: 493344 URL: https://svnweb.freebsd.org/changeset/ports/493344 Log: MFH: r493343 www/firefox: add one more Wayland+WebRender fix Obtained from: upstream (Firefox 67) Approved by: ports-secteam blanket (nop on X11, simplify next update) Added: branches/2019Q1/www/firefox/files/patch-bug1527556 - copied unchanged from r493343, head/www/firefox/files/patch-bug1527556 Modified: branches/2019Q1/www/firefox/Makefile Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/www/firefox/Makefile ============================================================================== --- branches/2019Q1/www/firefox/Makefile Tue Feb 19 00:33:47 2019 (r493343) +++ branches/2019Q1/www/firefox/Makefile Tue Feb 19 00:34:54 2019 (r493344) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 65.0.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Copied: branches/2019Q1/www/firefox/files/patch-bug1527556 (from r493343, head/www/firefox/files/patch-bug1527556) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2019Q1/www/firefox/files/patch-bug1527556 Tue Feb 19 00:34:54 2019 (r493344, copy of r493343, head/www/firefox/files/patch-bug1527556) @@ -0,0 +1,31 @@ +commit ba954951557e +Author: sotaro +Date: Mon Feb 18 09:15:30 2019 +0000 + + Bug 1527556 - Change MAX_DISPLAY_CONNECTIONS to 3 r=stransky + + nsWaylandDisplay needs to be allocated for each calling thread(main thread, compositor thread and render thread) + + Differential Revision: https://phabricator.services.mozilla.com/D20118 + + --HG-- + extra : moz-landing-system : lando +--- + widget/gtk/nsWaylandDisplay.cpp | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git widget/gtk/nsWaylandDisplay.cpp widget/gtk/nsWaylandDisplay.cpp +index 4c2804be2831..ac01e1f50347 100644 +--- widget/gtk/nsWaylandDisplay.cpp ++++ widget/gtk/nsWaylandDisplay.cpp +@@ -14,7 +14,9 @@ + namespace mozilla { + namespace widget { + +-#define MAX_DISPLAY_CONNECTIONS 2 ++// nsWaylandDisplay needs to be created for each calling thread(main thread, ++// compositor thread and render thread) ++#define MAX_DISPLAY_CONNECTIONS 3 + + static nsWaylandDisplay *gWaylandDisplays[MAX_DISPLAY_CONNECTIONS]; + static StaticMutex gWaylandDisplaysMutex;