Chromium Code Reviews
DescriptionPurge session storage caches on memory pressure
The session storage caches are never cleared because the namespace
assumes that backing is only file based. The session storage is backed
by leveldb database.
This change would not accidently delete storage since
DOMStorageArea::PurgeMemory also checks if backing is present and commit
tasks are done before purging.
BUG=696112
Review-Url: https://codereview.chromium.org/2717843002
Cr-Commit-Position: refs/heads/master@{#453403}
Committed: https://chromium.googlesource.com/chromium/src/+/c72ce2a231f22abab37a62e41f15a79545ba4cce
Patch Set 1 #
Messages
Total messages: 12 (8 generated)
|
|||||||||||||||||||