Bug 142886

Summary: Add support for deleting individual cache entries
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Anders Carlsson
Reported 2015-03-19 17:22:22 PDT
Add support for deleting individual cache entries
Attachments
Patch (4.04 KB, patch)
2015-03-19 17:26 PDT, Anders Carlsson
koivisto: review+
Anders Carlsson
Comment 1 2015-03-19 17:26:40 PDT
WebKit Commit Bot
Comment 2 2015-03-19 17:29:37 PDT
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.
Antti Koivisto
Comment 3 2015-03-19 17:49:34 PDT
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?
Anders Carlsson
Comment 4 2015-03-19 18:37:51 PDT
Note You need to log in before you can comment on or make changes to this bug.