WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
251768
`Clear-Site-Data: "cache"` HTTP header should clear disk cache more efficiently
https://bugs.webkit.org/show_bug.cgi?id=251768
Summary
`Clear-Site-Data: "cache"` HTTP header should clear disk cache more efficiently
Chris Dumez
Reported
2023-02-05 16:47:08 PST
`Clear-Site-Data: "cache"` HTTP header should clear disk cache more efficiently. We will only delete cache entries for a given partition so there is no point in traversing ALL storage entries. Instead, only traverse entries for the given partition, which is a lot faster.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2023-02-05 16:56:38 PST
Pull request:
https://github.com/WebKit/WebKit/pull/9665
EWS
Comment 2
2023-02-06 10:28:05 PST
Committed
259902@main
(28678cd68b66): <
https://commits.webkit.org/259902@main
> Reviewed commits have been landed. Closing PR #9665 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-02-06 10:29:22 PST
<
rdar://problem/105088523
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug