From owner-svn-ports-branches@freebsd.org Wed Jul 4 22:23:59 2018 Return-Path: Delivered-To: svn-ports-branches@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 1ADA1101648D; Wed, 4 Jul 2018 22:23:59 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BDA9B7671E; Wed, 4 Jul 2018 22:23:58 +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 9F89C11461; Wed, 4 Jul 2018 22:23:58 +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 w64MNwGB084194; Wed, 4 Jul 2018 22:23:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w64MNwub084189; Wed, 4 Jul 2018 22:23:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807042223.w64MNwub084189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 4 Jul 2018 22:23:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r473930 - in branches/2018Q3/www: firefox firefox-esr X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q3/www: firefox firefox-esr X-SVN-Commit-Revision: 473930 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 22:23:59 -0000 Author: jbeich Date: Wed Jul 4 22:23:58 2018 New Revision: 473930 URL: https://svnweb.freebsd.org/changeset/ports/473930 Log: MFH: r473912 www/firefox: document missing feature frequently asked on IRC/BMO about:crashes is not supported on most Tier3 platforms. Even if someone adopts devel/breakpad patches while filling the gaps without reproducibility debugging symbols uploaded to Mozilla may not match the package. https://searchfox.org/mozilla-central/rev/403038737ba7/old-configure.in#2699-2718 https://developer.mozilla.org/docs/Mozilla/Developer_guide/Uploading_symbols_to_Mozillas_symbol_server Approved by: ports-secteam blanket Modified: branches/2018Q3/www/firefox-esr/pkg-message branches/2018Q3/www/firefox/pkg-message Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/firefox-esr/pkg-message ============================================================================== --- branches/2018Q3/www/firefox-esr/pkg-message Wed Jul 4 22:16:28 2018 (r473929) +++ branches/2018Q3/www/firefox-esr/pkg-message Wed Jul 4 22:23:58 2018 (r473930) @@ -5,6 +5,7 @@ Some features available on other platforms are not imp - Encrypted Media Extensions (requires Widevine CDM binary) - Process sandboxing (requires Capsicum backend) - Reduced memory usage (requires mozjemalloc) +- Crash Reporter (requires Google Breakpad and reproducible builds) - Performance profiling (requires GeckoProfiler) - Gamepad API (requires libusbhid backend) - WebVR (requires open source runtime) Modified: branches/2018Q3/www/firefox/pkg-message ============================================================================== --- branches/2018Q3/www/firefox/pkg-message Wed Jul 4 22:16:28 2018 (r473929) +++ branches/2018Q3/www/firefox/pkg-message Wed Jul 4 22:23:58 2018 (r473930) @@ -5,6 +5,7 @@ Some features available on other platforms are not imp - Encrypted Media Extensions (requires Widevine CDM binary) - Process sandboxing (requires Capsicum backend) - Reduced memory usage (requires mozjemalloc) +- Crash Reporter (requires Google Breakpad and reproducible builds) - Performance profiling (requires GeckoProfiler) - Gamepad API (requires libusbhid backend) - WebVR (requires open source runtime)