svn commit: r473930 - in branches/2018Q3/www: firefox firefox-esr
Jan Beich
jbeich at FreeBSD.org
Wed Jul 4 22:23:59 UTC 2018
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)
More information about the svn-ports-branches
mailing list