DescriptionServiceWorker: Manipulate uncommitted/purgeable resource ids
This CL provides a way to manipulate uncommitted/purgeable resource ids
in ServiceWorkerDatabase.
- An uncommitted resource list contains resources which have been cached but a
registration associated with them hasn't been saved yet. When the registration
is saved, these are removed from the list.
- A purgeable resource list contains resources that no registration refers to.
BUG=364099
TEST=content_unittests --gtest_filter=ServiceWorkerDatabaseTest.*
R=michaeln@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267118
Patch Set 1 : #
Total comments: 8
Patch Set 2 : address comments #
Total comments: 2
Patch Set 3 : move checks into the common helper #
Messages
Total messages: 8 (0 generated)
|