Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 10f1bc43ad430f394d57371e15a6e4882666bbdb
https://github.com/WebKit/WebKit/commit/10f1bc43ad430f394d57371e15a6e4882666bbdb
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-04-18 (Sat, 18 Apr 2026)
Changed paths:
M Source/WebCore/platform/ios/VideoPresentationInterfaceIOS.mm
Log Message:
-----------
[iOS] Video presentation interface window should be identifiable
https://bugs.webkit.org/show_bug.cgi?id=312622
rdar://175055510
Reviewed by Jer Noble.
This patch sets `_debugName` on the UIWindow created by
VideoPresentationInterfaceIOS so it can be identified when debugging
touch delivery issues or leaked windows.
The `_debugName` property is backed by a namesake ivar, is how this ends
up working out.
* Source/WebCore/platform/ios/VideoPresentationInterfaceIOS.mm:
(WebCore::VideoPresentationInterfaceIOS::doSetup):
Canonical link: https://commits.webkit.org/311523@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications