From owner-svn-ports-all@freebsd.org Wed Jul 4 18:16:13 2018 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 7B6BF102BFED; Wed, 4 Jul 2018 18:16:13 +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 2A0C28BC4E; Wed, 4 Jul 2018 18:16:13 +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 0A7776B98; Wed, 4 Jul 2018 18:16:13 +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 w64IGCfa055241; Wed, 4 Jul 2018 18:16:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w64IGCNh055239; Wed, 4 Jul 2018 18:16:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807041816.w64IGCNh055239@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 18:16:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473912 - in head/www: firefox firefox-esr X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www: firefox firefox-esr X-SVN-Commit-Revision: 473912 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Wed, 04 Jul 2018 18:16:13 -0000 Author: jbeich Date: Wed Jul 4 18:16:12 2018 New Revision: 473912 URL: https://svnweb.freebsd.org/changeset/ports/473912 Log: 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 Modified: head/www/firefox-esr/pkg-message (contents, props changed) head/www/firefox/pkg-message (contents, props changed) Modified: head/www/firefox-esr/pkg-message ============================================================================== --- head/www/firefox-esr/pkg-message Wed Jul 4 17:42:36 2018 (r473911) +++ head/www/firefox-esr/pkg-message Wed Jul 4 18:16:12 2018 (r473912) @@ -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: head/www/firefox/pkg-message ============================================================================== --- head/www/firefox/pkg-message Wed Jul 4 17:42:36 2018 (r473911) +++ head/www/firefox/pkg-message Wed Jul 4 18:16:12 2018 (r473912) @@ -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)