[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.7.0esr-13.5-1] fixup! Base Browser's .mozconfigs.



Title: GitLab

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:

Changes:

  • browser/config/mozconfigs/base-browser-android
    ... ... @@ -15,9 +15,6 @@ ac_add_options --with-android-ndk=$ANDROID_NDK_HOME
    15 15
     ac_add_options --with-android-min-sdk=21
    
    16 16
     ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle
    
    17 17
     
    
    18
    -# https://bugzilla.mozilla.org/show_bug.cgi?id=1758568
    
    19
    -ac_add_options --enable-minify=properties
    
    20
    -
    
    21 18
     ac_add_options --enable-strip
    
    22 19
     ac_add_options --enable-install-strip
    
    23 20
     ac_add_options --disable-tests
    
    ... ... @@ -39,6 +36,7 @@ if test -n "$LOCAL_DEV_BUILD"; then
    39 36
         # You must use the "default" bogus channel for dev builds
    
    40 37
         ac_add_options --enable-update-channel=default
    
    41 38
         ac_add_options --with-base-browser-version=dev-build
    
    39
    +    ac_add_options --disable-minify
    
    42 40
     fi
    
    43 41
     
    
    44 42
     if test -z "$WASI_SYSROOT"; then
    

  • mozconfig-android-all
    ... ... @@ -3,14 +3,12 @@ export MOZILLA_OFFICIAL=1
    3 3
     ac_add_options --enable-application=mobile/android
    
    4 4
     ac_add_options --disable-compile-environment
    
    5 5
     
    
    6
    -# https://bugzilla.mozilla.org/show_bug.cgi?id=1758568
    
    7
    -ac_add_options --enable-minify=properties
    
    8
    -
    
    9 6
     if test -n "$LOCAL_DEV_BUILD"; then
    
    10 7
         # You must use the "default" bogus channel for dev builds
    
    11 8
         ac_add_options --enable-update-channel=default
    
    12 9
         ac_add_options --without-wasm-sandboxed-libraries
    
    13 10
         ac_add_options --with-base-browser-version=dev-build
    
    11
    +    ac_add_options --disable-minify
    
    14 12
     fi
    
    15 13
     
    
    16 14
     ac_add_options --with-java-bin-path=$JAVA_HOME/bin
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits