[tbb-commits] [Git][tpo/applications/tor-browser][base-browser-115.7.0esr-13.5-1] fixup! Base Browser's .mozconfigs.
richard (@richard)
git at gitlab.torproject.org
Wed Feb 7 17:01:16 UTC 2024
richard pushed to branch base-browser-115.7.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
f7199bf2 by Pier Angelo Vendrame at 2024-02-07T16:59:56+00: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-tor-browser-version=dev-build
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f7199bf217efef36d3556f76b7ff1e705b817dc7
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f7199bf217efef36d3556f76b7ff1e705b817dc7
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/f70e6bb9/attachment-0001.htm>
More information about the tbb-commits
mailing list