Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bd3aa163c85646de7bc77ae7cc803d3edec2d55b
https://github.com/WebKit/WebKit/commit/bd3aa163c85646de7bc77ae7cc803d3edec2d55b
Author: Michael Catanzaro <[email protected]>
Date: 2026-09-11 (Fri, 11 Sep 2026)
Changed paths:
M Source/cmake/OptionsGTK.cmake
Log Message:
-----------
[GTK] WebDriver is broken for either GTK 3 or GTK 4 apps
(keyboard/mouse/wheel interactions)
https://bugs.webkit.org/show_bug.cgi?id=318171
Reviewed by Carlos Garcia Campos.
Enable the WebDriver interaction features unconditionally, so that
WebDriver from a different build of WebKit works even if
ENABLE_WEBDRIVER is disabled.
I also tried to make ENABLE_WEBDRIVER default to ${USE_GTK4} to save
distros from having to think about which build should enable WebDriver,
but failed because they are both WebKit options, so the final value
cannot be known until after WEBKIT_OPTION_END(). Drat.
Canonical link: https://commits.webkit.org/320936@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications