Pier Angelo Vendrame pushed to branch base-browser-140.3.0esr-15.0-1 at The Tor 
Project / Applications / Tor Browser


Commits:
b8be17cf by Pier Angelo Vendrame at 2025-10-07T13:02:55+02:00
fixup! Base Browser's .mozconfigs.

TB 44220: Stop minifying JS on Android.

Some modules break in the process.

- - - - -


2 changed files:

- browser/config/mozconfigs/base-browser-android
- mozconfig-android-all


Changes:

=====================================
browser/config/mozconfigs/base-browser-android
=====================================
@@ -37,6 +37,9 @@ ac_add_options --disable-backgroundtasks
 # Disable telemetry
 ac_add_options MOZ_TELEMETRY_REPORTING=
 
+# tor-browser#44220: the minifier produces broken files.
+ac_add_options --enable-minify=properties
+
 if test -n "$LOCAL_DEV_BUILD"; then
     # You must use the "default" bogus channel for dev builds
     ac_add_options --enable-update-channel=default


=====================================
mozconfig-android-all
=====================================
@@ -12,6 +12,9 @@ ac_add_options --with-java-bin-path=$JAVA_HOME/bin
 ac_add_options --with-android-sdk=$ANDROID_HOME
 ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle
 
+# tor-browser#44220: the minifier produces broken files.
+ac_add_options --enable-minify=properties
+
 ac_add_options --disable-tests
 ac_add_options --disable-debug
 



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b8be17cfd2f9833585d221284a2767ed9acf419f

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b8be17cfd2f9833585d221284a2767ed9acf419f
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to