Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3b1b4439fc1d354d320bad2c8c572cd4e413da83
      
https://github.com/WebKit/WebKit/commit/3b1b4439fc1d354d320bad2c8c572cd4e413da83
  Author: Rupin Mittal <[email protected]>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm
    M Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h
    M Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStore.mm
    M Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStorePrivate.h

  Log Message:
  -----------
  Deprecate local and session restoration SPI and convert to no-op since API 
exists
https://bugs.webkit.org/show_bug.cgi?id=306908
rdar://169575652

Reviewed by Alex Christensen.

In https://commits.webkit.org/293571@main, we upgraded the SPI to API.
So we can mark the SPI as deprecated and amend it to be a no-op.

(The first attempt to do this in 306954@main was reverted in 306984@main
for causing a build failure).

* Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:
(-[WKWebView _fetchDataOfTypes:completionHandler:]):
(-[WKWebView _restoreData:completionHandler:]):
* Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h:
* Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStore.mm:
(-[WKWebsiteDataStore _fetchDataOfTypes:completionHandler:]):
(-[WKWebsiteDataStore _restoreData:completionHandler:]):
* Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStorePrivate.h:

Canonical link: https://commits.webkit.org/307190@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to