tor-browser

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

commit 67bccc13a14ac87062f32ee01083413db4dc866f
parent 569552b3a36058798b33a0e5660748c6242bddc9
Author: Karl Tomlinson <karlt+@karlt.net>
Date:   Wed,  5 Nov 2025 22:28:05 +0000

Bug 1998547 - remove unused MOZ_ANDROID_HLS_SUPPORT preprocessor symbol from dom/html r=aosmond

Unused since https://github.com/mozilla-firefox/firefox/commit/915b21924262

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

Diffstat:
Mdom/html/moz.build | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/dom/html/moz.build b/dom/html/moz.build @@ -221,6 +221,3 @@ LOCAL_INCLUDES += [ ] FINAL_LIBRARY = "xul" - -if CONFIG["MOZ_ANDROID_HLS_SUPPORT"]: - DEFINES["MOZ_ANDROID_HLS_SUPPORT"] = True