[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-115.7.0esr-13.5-1] fixup! Base Browser's .mozconfigs.
richard (@richard)
git at gitlab.torproject.org
Wed Feb 7 16:54:56 UTC 2024
richard pushed to branch tor-browser-115.7.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
0cf32f89 by Pier Angelo Vendrame at 2024-02-07T17:04:25+01:00
fixup! Base Browser's .mozconfigs.
Bug 42399: Start minifying JS again
- - - - -
2 changed files:
- browser/config/mozconfigs/base-browser-android
- mozconfig-android-all
Changes:
=====================================
browser/config/mozconfigs/base-browser-android
=====================================
@@ -15,9 +15,6 @@ ac_add_options --with-android-ndk=$ANDROID_NDK_HOME
ac_add_options --with-android-min-sdk=21
ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle
-# https://bugzilla.mozilla.org/show_bug.cgi?id=1758568
-ac_add_options --enable-minify=properties
-
ac_add_options --enable-strip
ac_add_options --enable-install-strip
ac_add_options --disable-tests
@@ -39,6 +36,7 @@ if test -n "$LOCAL_DEV_BUILD"; then
# You must use the "default" bogus channel for dev builds
ac_add_options --enable-update-channel=default
ac_add_options --with-base-browser-version=dev-build
+ ac_add_options --disable-minify
fi
if test -z "$WASI_SYSROOT"; then
=====================================
mozconfig-android-all
=====================================
@@ -3,14 +3,12 @@ export MOZILLA_OFFICIAL=1
ac_add_options --enable-application=mobile/android
ac_add_options --disable-compile-environment
-# https://bugzilla.mozilla.org/show_bug.cgi?id=1758568
-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
ac_add_options --without-wasm-sandboxed-libraries
ac_add_options --with-base-browser-version=dev-build
+ ac_add_options --disable-minify
fi
ac_add_options --with-java-bin-path=$JAVA_HOME/bin
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/0cf32f894d37da8d02e499c43a48f2ec29833e3c
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/0cf32f894d37da8d02e499c43a48f2ec29833e3c
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240207/24fdd14a/attachment-0001.htm>
More information about the tbb-commits
mailing list