Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4c52eeccd3d3c0f30c2187bb20b157dcb73514e8
https://github.com/WebKit/WebKit/commit/4c52eeccd3d3c0f30c2187bb20b157dcb73514e8
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-09-15 (Tue, 15 Sep 2026)
Changed paths:
M Source/WebKit/WPEPlatform/docs/migration-mapping.md
M Source/WebKit/WPEPlatform/docs/overview.md
Log Message:
-----------
[WPE] Fix factual errors in the WPEPlatform migration mapping table
https://bugs.webkit.org/show_bug.cgi?id=324181
Reviewed by Carlos Garcia Campos.
The WPEPlatform version macros are prefixed with WPE_PLATFORM_, they are
not named the same as the libwpe ones. WPEPlatform does provide
WPEProcessManager on Android. libwpe had no active-window state (WebKit
derived ActivityState::WindowIsActive from the focused bit), so describe
the new toplevel-based source instead of a libwpe signal, and list it as
new API. A gamepad manager is owned by the caller and is not tied to the
display lifetime. Fix the inconsistent kind of the exportable
get_view_backend row, and correct the audio extension description (one
memfd per packet, and WebKit removed support in 2.46).
* Source/WebKit/WPEPlatform/docs/migration-mapping.md:
* Source/WebKit/WPEPlatform/docs/overview.md:
Canonical link: https://commits.webkit.org/321151@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications