Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 329d9a1c18ddb235905d579a6bff14f1f83df8a9
      
https://github.com/WebKit/WebKit/commit/329d9a1c18ddb235905d579a6bff14f1f83df8a9
  Author: Chris Dumez <[email protected]>
  Date:   2026-06-11 (Thu, 11 Jun 2026)

  Changed paths:
    M Source/WebKit/UIProcess/WebsiteData/Cocoa/ScreenTimeWebsiteDataSupport.h
    M Source/WebKit/UIProcess/WebsiteData/Cocoa/ScreenTimeWebsiteDataSupport.mm
    M Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp

  Log Message:
  -----------
  ScreenTimeWebsiteDataSupport::removeScreenTimeData() is missing a completion 
handler
https://bugs.webkit.org/show_bug.cgi?id=316883

Reviewed by Rupin Mittal.

ScreenTimeWebsiteDataSupport::removeScreenTimeData() is missing a
completion handler, even though it does work asynchronously. This means
that WebsiteDataStore::removeData() could call its own completion handler
before the screen time data is actually removed.

* Source/WebKit/UIProcess/WebsiteData/Cocoa/ScreenTimeWebsiteDataSupport.h:
* Source/WebKit/UIProcess/WebsiteData/Cocoa/ScreenTimeWebsiteDataSupport.mm:
(WebKit::ScreenTimeWebsiteDataSupport::removeScreenTimeData):
* Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:
(WebKit::WebsiteDataStore::removeData):

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



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

Reply via email to