[webkit-changes] [WebKit/WebKit] 12c416: Add SPI to get a WKFrameInfo from a _WKFrameHandle
Alex Christensen
noreply at github.com
Tue Dec 17 16:40:28 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 12c416b23ee1b5f1b775164287829bda45c396ec
https://github.com/WebKit/WebKit/commit/12c416b23ee1b5f1b775164287829bda45c396ec
Author: Alex Christensen <achristensen at apple.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm
M Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h
M Source/WebKit/UIProcess/WebPageProxy.cpp
M Source/WebKit/UIProcess/WebPageProxy.h
M Tools/TestWebKitAPI/Tests/WebKitCocoa/WKURLSchemeHandler-1.mm
Log Message:
-----------
Add SPI to get a WKFrameInfo from a _WKFrameHandle
https://bugs.webkit.org/show_bug.cgi?id=284825
Reviewed by Pascoe.
This is to enable incremental transition away from _WKFrameHandle
to the public API WKFrameInfo in Safari.
* Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:
(-[WKWebView _frameInfoFromHandle:completionHandler:]):
* Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h:
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::getFrameInfo):
* Source/WebKit/UIProcess/WebPageProxy.h:
* Tools/TestWebKitAPI/Tests/WebKitCocoa/WKURLSchemeHandler-1.mm:
((URLSchemeHandler, Frames)):
Canonical link: https://commits.webkit.org/287974@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list