[webkit-changes] [WebKit/WebKit] cee0c7: Move file attribute setting in WebsiteDataStore::r...

Sihui noreply at github.com
Thu Jan 19 16:52:49 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cee0c766f33c0b8ff0483f0b96d925150c740a79
      https://github.com/WebKit/WebKit/commit/cee0c766f33c0b8ff0483f0b96d925150c740a79
  Author: Sihui Liu <sihui_liu at apple.com>
  Date:   2023-01-19 (Thu, 19 Jan 2023)

  Changed paths:
    M Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp

  Log Message:
  -----------
  Move file attribute setting in WebsiteDataStore::resolveDirectoriesIfNecessary off main thread
https://bugs.webkit.org/show_bug.cgi?id=250821
rdar://103883105

Reviewed by Youenn Fablet.

Setting excluded attribute might require disk access, so moving it to background thread.

* Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:
(WebKit::WebsiteDataStore::resolveDirectoriesIfNecessary):

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




More information about the webkit-changes mailing list