[webkit-changes] [WebKit/WebKit] 7442d8: WebsiteDataStoreClient::notifyBackgroundFetchChang...

youennf noreply at github.com
Wed Mar 8 01:39:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7442d8810faf1007df0cf81c971645be7c647c3b
      https://github.com/WebKit/WebKit/commit/7442d8810faf1007df0cf81c971645be7c647c3b
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-03-08 (Wed, 08 Mar 2023)

  Changed paths:
    M Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStore.mm

  Log Message:
  -----------
  WebsiteDataStoreClient::notifyBackgroundFetchChange should exit early if its delegate does not have the corresponding selector
https://bugs.webkit.org/show_bug.cgi?id=253432
rdar://problem/106285707

Reviewed by Sihui Liu.

Add a boolean to store whether selector is available.
If selector is not available, bail out early.

* Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStore.mm:

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




More information about the webkit-changes mailing list