[Webkit-unassigned] [Bug 256452] New: Implement removeDataOfTypes to WKWebsiteDataStore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 8 02:26:12 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=256452

            Bug ID: 256452
           Summary: Implement removeDataOfTypes to WKWebsiteDataStore
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kenji.shukuwa at open-tec.co.jp
                CC: kkinnunen at apple.com

Currently, if you want to delete data in the WebsiteDataStore, you have to provide separate WK APIs for each type.
For this reason, the number of APIs increases as the number of types increases, which is inefficient.

On the other hand, the Cocoa port allows you to remove any data with only the removeDataOfTypes function.
This is so useful that we create a similar function in WKWebsiteDataStore.

Related bugs:
https://github.com/WebKit/WebKit/pull/6200#discussion_r1015767535
https://github.com/WebKit/WebKit/pull/12404#pullrequestreview-1375358900

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230508/54149ca3/attachment.htm>


More information about the webkit-unassigned mailing list