Chromium Code Reviews
Description[CacheStorage] Give ownership of all CacheStorageCaches to CacheStorage
This Cl removes ref counting on CacheStorageCache. Caches are now
owned by CacheStorage. CacheStorage hands out handles to the cache
to clients. The handles are ref counted and CacheStorage will delete
the cache in its own destructor or when the last cache handle is
deleted.
BUG=617683
Committed: https://crrev.com/fdde54f517cf14382dbeb4217a9e647563a2e671
Cr-Commit-Position: refs/heads/master@{#401305}
Patch Set 1 #Patch Set 2 : Fix a test #Patch Set 3 : Cleanup #Patch Set 4 : Self review #
Total comments: 10
Patch Set 5 : Addressed comments from PS4 #Patch Set 6 : Rebase #Depends on Patchset: Messages
Total messages: 19 (8 generated)
|