Date: Wed, 4 Jul 2018 22:23:58 +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: r473930 - in branches/2018Q3/www: firefox firefox-esr Message-ID: <201807042223.w64MNwub084189@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807042223.w64MNwub084189>