Bug 251768
Summary: | `Clear-Site-Data: "cache"` HTTP header should clear disk cache more efficiently | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 203215 |
Chris Dumez
`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
Pull request: https://github.com/WebKit/WebKit/pull/9665
EWS
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
<rdar://problem/105088523>