Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a5ad6637f6648724655ddff3e6ad5b12b30ba3ac
https://github.com/WebKit/WebKit/commit/a5ad6637f6648724655ddff3e6ad5b12b30ba3ac
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths:
M Source/WebCore/page/ChromeClient.cpp
M Source/WebCore/page/ChromeClient.h
M Source/WebCore/page/PointerLockController.h
M Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.cpp
M Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.h
M Source/WebKitLegacy/mac/WebCoreSupport/WebChromeClient.h
Log Message:
-----------
PointerLockRequestResult should be defined in PointerLockController.h
https://bugs.webkit.org/show_bug.cgi?id=296519
rdar://156781898
Reviewed by Aditya Keerthi.
It makes sense for this enum declaration to live next to
PointerLockController, and not in ChromeClient, which is mainly just
glue to get to the UI process.
* Source/WebCore/page/ChromeClient.cpp:
(WebCore::ChromeClient::requestPointerLock):
* Source/WebCore/page/ChromeClient.h:
(WebCore::ChromeClient::requestPointerLock): Deleted.
* Source/WebCore/page/PointerLockController.h:
* Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.cpp:
(WebKit::WebChromeClient::requestPointerLock):
* Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.h:
* Source/WebKitLegacy/mac/WebCoreSupport/WebChromeClient.h:
Canonical link: https://commits.webkit.org/297951@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes