forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CacheStorage] Don't store open caches in Blink
Blink objects were storing cache objects so that they could be returned quickly on subsequent open calls. This is problematic as there can be many contexts (different windows, workers, service workers, and dev tools) opening/deleting caches. If one of them deletes the cache then all of the others need to be invalidated. Rather than synchronize the various contexts, for now just remove the stored caches from Blink. BUG=639034 Review-Url: https://codereview.chromium.org/2270413003 Cr-Commit-Position: refs/heads/master@{#414147}
- Loading branch information
jkarlin
authored and
Commit bot
committed
Aug 24, 2016
1 parent
b90b789
commit db792de
Showing
5 changed files
with
3 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters