Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: dff84c2c1eaba074930667c1aa50b0529fe9afbc https://github.com/WebKit/WebKit/commit/dff84c2c1eaba074930667c1aa50b0529fe9afbc Author: Rupin Mittal <ru...@apple.com> Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths: M Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm M Tools/TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStorage.mm Log Message: ----------- Ensure new session restoration API uses no part of old SPI https://bugs.webkit.org/show_bug.cgi?id=296641 rdar://157037633 Reviewed by Aditya Keerthi. 293571@main promoted the SPI to API but in the new API, it forgot to use WKWebViewDataTypeSessionStorage instead of _WKWebViewDataTypeSessionStorage. We make that change here. * Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm: (-[WKWebView fetchDataOfTypes:completionHandler:]): * Tools/TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStorage.mm: (testRestoreSessionStorage): (testRestoreSessionStorageThirdPartyIFrame): Canonical link: https://commits.webkit.org/298020@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes