From owner-svn-ports-head@freebsd.org Sun Aug 13 14:24:37 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D153DB5A60; Sun, 13 Aug 2017 14:24:37 +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 mx1.freebsd.org (Postfix) with ESMTPS id CE42F70A1D; Sun, 13 Aug 2017 14:24:36 +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 v7DEOZec003347; Sun, 13 Aug 2017 14:24:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7DEOZeF003345; Sun, 13 Aug 2017 14:24:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201708131424.v7DEOZeF003345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 13 Aug 2017 14:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447892 - 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: 447892 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Aug 2017 14:24:37 -0000 Author: jbeich Date: Sun Aug 13 14:24:35 2017 New Revision: 447892 URL: https://svnweb.freebsd.org/changeset/ports/447892 Log: www/firefox: document a few known issues MFH: 2017Q3 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 Sun Aug 13 14:24:08 2017 (r447891) +++ head/www/firefox-esr/pkg-message Sun Aug 13 14:24:35 2017 (r447892) @@ -1,5 +1,15 @@ ====================================================================== +Some features available on other platforms are not implemented: +- Native audio (OSS backend is incomplete, doesn't support WebRTC) +- Encrypted Media Extensions (requires Widevine CDM binary) +- Process sandboxing (requires Capsicum backend) +- Reduced memory usage (requires mozjemalloc) +- Performance profiling (requires GeckoProfiler) +- Gamepad API (requires libusbhid backend) + +====================================================================== + smb:// issues (Gvfs/GIO option): Network group, machine, and share browsing does not work correctly. Modified: head/www/firefox/pkg-message ============================================================================== --- head/www/firefox/pkg-message Sun Aug 13 14:24:08 2017 (r447891) +++ head/www/firefox/pkg-message Sun Aug 13 14:24:35 2017 (r447892) @@ -1,5 +1,16 @@ ====================================================================== +Some features available on other platforms are not implemented: +- Native audio (OSS backend is incomplete, doesn't support WebRTC) +- Encrypted Media Extensions (requires Widevine CDM binary) +- Process sandboxing (requires Capsicum backend) +- Reduced memory usage (requires mozjemalloc) +- Performance profiling (requires GeckoProfiler) +- Gamepad API (requires libusbhid backend) +- WebVR (requires open source runtime) + +====================================================================== + smb:// issues (Gvfs/GIO option): Network group, machine, and share browsing does not work correctly.