ServiceWorker: 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 Review URL: https://codereview.chromium.org/254733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267118 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment