Description[ServiceWorkerCache] Keep the ServiceWorkerCache alive when handling cache IPCs
With this CL, the ServiceWorkerCacheListener holds a reference to the
caches that it calls async functions on to ensure that the callbacks
are called.
Note: Keeping the cache alive longer does not alter cache deletion
behavior as cache deletion destroys the cache's backend but not the
ServiceWorkerCache object itself.
BUG=429161
Committed: https://crrev.com/ec8c1abe68ef1d68e559b8b4ce2a3ee0e23c490a
Cr-Commit-Position: refs/heads/master@{#302336}
Patch Set 1 #Patch Set 2 : Nits #
Messages
Total messages: 7 (2 generated)
|