[tor-commits] [tor-browser-build/master] Bug 32700: Don't disable GeckoDriver separately
boklm at torproject.org
boklm at torproject.org
Thu Jan 30 13:15:16 UTC 2020
commit 40502c9d0abb4e2c6b732162536fd2ea26bfe35b
Author: Georg Koppen <gk at torproject.org>
Date: Mon Dec 9 07:46:12 2019 +0000
Bug 32700: Don't disable GeckoDriver separately
---
projects/firefox/mozconfig-windows-i686 | 1 -
projects/firefox/mozconfig-windows-x86_64 | 1 -
2 files changed, 2 deletions(-)
diff --git a/projects/firefox/mozconfig-windows-i686 b/projects/firefox/mozconfig-windows-i686
index fe3cc7d..4fd9958 100644
--- a/projects/firefox/mozconfig-windows-i686
+++ b/projects/firefox/mozconfig-windows-i686
@@ -38,7 +38,6 @@ ac_add_options --disable-maintenance-service
ac_add_options --enable-proxy-bypass-protection
ac_add_options --disable-webrtc # Bug 1393901
ac_add_options --disable-tests
-ac_add_options --disable-geckodriver # Bug 1489320
# Disable telemetry
ac_add_options MOZ_TELEMETRY_REPORTING=
diff --git a/projects/firefox/mozconfig-windows-x86_64 b/projects/firefox/mozconfig-windows-x86_64
index ef28c9b..ae5cf67 100644
--- a/projects/firefox/mozconfig-windows-x86_64
+++ b/projects/firefox/mozconfig-windows-x86_64
@@ -38,7 +38,6 @@ ac_add_options --disable-maintenance-service
ac_add_options --enable-proxy-bypass-protection
ac_add_options --disable-webrtc # Bug 1393901
ac_add_options --disable-tests
-ac_add_options --disable-geckodriver # Bug 1489320
# Disable telemetry
ac_add_options MOZ_TELEMETRY_REPORTING=
More information about the tor-commits
mailing list