Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f874af99156fb739448eeed633875925ec3dda31
https://github.com/WebKit/WebKit/commit/f874af99156fb739448eeed633875925ec3dda31
Author: Simon Pena <[email protected]>
Date: 2026-02-06 (Fri, 06 Feb 2026)
Changed paths:
M Source/WebKit/UIProcess/API/wpe/WPEWebViewPlatform.cpp
Log Message:
-----------
[WPE] Check WPE_TOPLEVEL_STATE_ACTIVE flag when filtering WebPageProxy for
gamepad input
https://bugs.webkit.org/show_bug.cgi?id=307172
Reviewed by Adrian Perez de Castro.
When filtering through top level views,
platformWebPageProxyForGamepadInput was requiring a top level to be
exactly WPE_TOPLEVEL_STATE_ACTIVE, rather than having that flag set.
The effect was that running in full screen would filter out valid top
levels.
Tested manually by running MiniBrowser in full screen.
* Source/WebKit/UIProcess/API/wpe/WPEWebViewPlatform.cpp:
(WKWPE::ViewPlatform::platformWebPageProxyForGamepadInput):
Canonical link: https://commits.webkit.org/306969@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications