tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 8558e13b9d6d7ce9ba4d018066b2c971708d6b35
parent 0d9179f12ed709e2c7604a9dc6eb2bb519bd3a9f
Author: John Lin <jolin@mozilla.com>
Date:   Tue,  7 Oct 2025 17:20:41 +0000

Bug 1976018 - re-enable ExoPlayer HLS support in Android Nightly. r=media-playback-reviewers,karlt

Bug 1896932 disabled it for collecting compatibility issues but it
didn't generate actionable results and instead caused a bug that should
be caught in nightly remained un-noticed until beta because of disparity.

Differential Revision: https://phabricator.services.mozilla.com/D267668

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -12331,11 +12331,7 @@ # Hls - name: media.hls.enabled type: RelaxedAtomicBool -#if defined(ANDROID) - value: @IS_NOT_EARLY_BETA_OR_EARLIER@ -#else - value: false -#endif + value: @IS_ANDROID@ mirror: always # Max number of HLS players that can be created concurrently. Used only on