Date: Wed, 4 Jul 2018 18:16:12 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> 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 Message-ID: <201807041816.w64IGCNh055239@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807041816.w64IGCNh055239>