| Summary: | Add support for deleting individual cache entries | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Anders Carlsson <andersca> | ||||
| Component: | New Bugs | Assignee: | Anders Carlsson <andersca> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Anders Carlsson
2015-03-19 17:22:22 PDT
Created attachment 249072 [details]
Patch
Attachment 249072 [details] did not pass style-queue:
ERROR: Source/WebKit2/NetworkProcess/NetworkProcess.cpp:368: Extra space before ( in function call [whitespace/parens] [4]
Total errors found: 1 in 2 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 249072 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=249072&action=review > Source/WebKit2/NetworkProcess/NetworkProcess.cpp:370 > +static void clearDiskCacheEntries(const Vector<SecurityOriginData>& origins, std::function<void ()> completionHandler) > +{ > +#if ENABLE(NETWORK_CACHE) Maybe we should at some point just move this code within the NetworkCache? Committed r181775: <http://trac.webkit.org/changeset/181775> |