
Pier Angelo Vendrame pushed to branch mullvad-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Mullvad Browser Commits: e5c12fd6 by Pier Angelo Vendrame at 2025-10-07T13:03:21+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/mullvad-browser/-/commit/e5c1... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/e5c1... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)