Pier Angelo Vendrame pushed to branch base-browser-140.1.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
d7bd2c46
by Pier Angelo Vendrame at 2025-08-06T19:35:36+02:00
2 changed files:
Changes:
... | ... | @@ -47,7 +47,4 @@ if test -z "$WASI_SYSROOT"; then |
47 | 47 | ac_add_options --without-wasm-sandboxed-libraries
|
48 | 48 | fi
|
49 | 49 | |
50 | -# tor-browser#42337
|
|
51 | -ac_add_options --enable-geckodriver
|
|
52 | - |
|
53 | 50 | ac_add_options --with-relative-data-dir=BaseBrowser/Data/Browser |
... | ... | @@ -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 |