WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
275423
REGRESSION(
279376@main
): [WPE] Build broken with ENABLE_WEBDRIVER=OFF
https://bugs.webkit.org/show_bug.cgi?id=275423
Summary
REGRESSION(279376@main): [WPE] Build broken with ENABLE_WEBDRIVER=OFF
Adrian Perez
Reported
2024-06-12 15:29:44 PDT
Today while doing a plain CMake build with -DENABLE_WEBDRIVER=OFF I ran into the following error: ../Source/WebKit/UIProcess/Automation/libwpe/WebAutomationSessionWPE.cpp:53:51: error: out-of-line definition of 'platformWebModifiersFromRaw' does not match any declaration in 'WebK it::WebAutomationSession' 53 | OptionSet<WebEventModifier> WebAutomationSession::platformWebModifiersFromRaw(WebPageProxy& page, unsigned modifiers) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Source/WebKit/UIProcess/Automation/libwpe/WebAutomationSessionWPE.cpp:106:10: error: incomplete type 'WebCore::MouseButton' named in nested name specifier 106 | case MouseButton::None: | ^~~~~~~~~~~~~ ../Source/WebKit/UIProcess/Automation/libwpe/WebAutomationSessionWPE.cpp:107:10: error: incomplete type 'WebCore::MouseButton' named in nested name specifier 107 | case MouseButton::Left: | ^~~~~~~~~~~~~ ../Source/WebKit/UIProcess/Automation/libwpe/WebAutomationSessionWPE.cpp:109:10: error: incomplete type 'WebCore::MouseButton' named in nested name specifier 109 | case MouseButton::Middle: | ^~~~~~~~~~~~~ ../Source/WebKit/UIProcess/Automation/libwpe/WebAutomationSessionWPE.cpp:111:10: error: incomplete type 'WebCore::MouseButton' named in nested name specifier 111 | case MouseButton::Right: | ^~~~~~~~~~~~~ 5 errors generated.
Attachments
Add attachment
proposed patch, testcase, etc.
Adrian Perez
Comment 1
2024-06-12 15:58:43 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/29772
EWS
Comment 2
2024-06-12 18:33:35 PDT
Committed
279973@main
(03618f4ebbbd): <
https://commits.webkit.org/279973@main
> Reviewed commits have been landed. Closing PR #29772 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2024-06-12 18:34:14 PDT
<
rdar://problem/129725426
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug