[webkit-changes] [WebKit/WebKit] 2630f2: Add WKWebsiteDataTypeHashSalt to allow fetching/re...

Sihui noreply at github.com
Fri Mar 3 17:41:09 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2630f203a0c9c9bb0ff5e884d47254a6a8101e76
      https://github.com/WebKit/WebKit/commit/2630f203a0c9c9bb0ff5e884d47254a6a8101e76
  Author: Sihui Liu <sihui_liu at apple.com>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

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

  Log Message:
  -----------
  Add WKWebsiteDataTypeHashSalt to allow fetching/removing DeviceIDHashSalt data
https://bugs.webkit.org/show_bug.cgi?id=253174
rdar://106096684

Reviewed by Chris Dumez.

Otherwise the data type cannot be viewed by WebKit client.

* Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataRecord.h:
* Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataRecord.mm:
(dataTypesToString):
* Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataRecordInternal.h:
(WebKit::toWebsiteDataType):
(WebKit::toWKWebsiteDataTypes):
* Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStore.mm:
(+[WKWebsiteDataStore allWebsiteDataTypes]):

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




More information about the webkit-changes mailing list