Chromium Code Reviews
Description[CacheStorage] Keep deleted caches alive until last reference is gone
Currently once a cache is deleted via CacheStorage::Delete the associated
CacheStorageCache is closed and subsequent calls to it fail. This CL keeps
the CacheStorageCache alive, waiting to delete it from disk until after the
last cache handle has been dropped. This change is to conform with the
spec.
BUG=618646
Committed: https://crrev.com/0903d9b86a61912208efe95f24d0c79099ebf371
Cr-Commit-Position: refs/heads/master@{#403837}
Patch Set 1 #Patch Set 2 : Nits #Patch Set 3 : More nits #
Total comments: 4
Patch Set 4 : Address comments from PS3 #Depends on Patchset: Messages
Total messages: 15 (6 generated)
|