Bug 240726 - WKHTTPCookieStore tests should use removeDataOfTypes to delete all cookies
Summary: WKHTTPCookieStore tests should use removeDataOfTypes to delete all cookies
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-20 12:41 PDT by Yury Semikhatsky
Modified: 2022-05-27 19:19 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2022-05-20 12:41:47 PDT
Currently when the tests need to clear all cookies they them
one by one, even though there is an API that does it in batch
(see https://bugs.webkit.org/show_bug.cgi?id=240671 for related
discussion).
Comment 1 Yury Semikhatsky 2022-05-20 12:47:50 PDT
Pull request: https://github.com/WebKit/WebKit/pull/847
Comment 2 Radar WebKit Bug Importer 2022-05-27 12:42:12 PDT
<rdar://problem/94049346>
Comment 3 EWS 2022-05-27 19:19:53 PDT
Committed r294977 (251081@main): <https://commits.webkit.org/251081@main>

Reviewed commits have been landed. Closing PR #847 and removing active labels.