[webkit-changes] [WebKit/WebKit] b506e3: Stop reading UnifiedOriginStorageLevel value from ...

Sihui noreply at github.com
Tue Feb 27 13:10:31 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b506e37e5c4ab345d37a4b84d298d8518bebd50d
      https://github.com/WebKit/WebKit/commit/b506e37e5c4ab345d37a4b84d298d8518bebd50d
  Author: Sihui Liu <sihui_liu at apple.com>
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
    M Source/WebKit/UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm

  Log Message:
  -----------
  Stop reading UnifiedOriginStorageLevel value from disk
https://bugs.webkit.org/show_bug.cgi?id=270179
rdar://123700856

Reviewed by Chris Dumez.

Based on profiling, this could take some time as it might involve disk operation. We used to read the value defaults to
facilitate debugging at runtime; now the feature has been shipped for a while, we don't need it any more.

* Source/WebKit/UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm:
(WebKit::WebsiteDataStore::defaultUnifiedOriginStorageLevel):

Canonical link: https://commits.webkit.org/275399@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