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

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



Title: GitLab

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

Commits:

  • 47265bc8
    by Pier Angelo Vendrame at 2025-08-06T18:35:32+02:00
    fixup! Base Browser's .mozconfigs.
    
    BB 44067: Build geckodriver only on Linux.
    
    After Bug 1908788, geckodriver has become a host tool.
    So, even when we cross-compile, we get Linux binaries, and we stopped
    shipping them in tor-browser-build.
    Therefore, we can disable also their compilation.
    

2 changed files:

Changes:

  • browser/config/mozconfigs/base-browser
    ... ... @@ -43,6 +43,3 @@ ac_add_options --disable-legacy-profile-creation
    43 43
     if test -z "$WASI_SYSROOT"; then
    
    44 44
         ac_add_options --without-wasm-sandboxed-libraries
    
    45 45
     fi
    46
    -
    
    47
    -# tor-browser#42337
    
    48
    -ac_add_options --enable-geckodriver

  • mozconfig-linux-x86_64
    ... ... @@ -11,3 +11,5 @@ ac_add_options --enable-default-toolkit=cairo-gtk3
    11 11
     # Let's make sure no preference is enabling either Adobe's or Google's CDM.
    
    12 12
     ac_add_options --disable-eme
    
    13 13
     
    
    14
    +# tor-browser#44067: geckodriver has become a host-only tool
    
    15
    +ac_add_options --enable-geckodriver

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx