summaryrefslogtreecommitdiffstats
path: root/content/browser/service_worker/service_worker_cache.h
Commit message (Expand)AuthorAgeFilesLines
* [ServiceWorkerCache] Clean up the service worker cache protobufjkarlin2014-10-241-3/+3
* [ServiceWorkerCache] Return the real size of the cache in GetOriginUsage.jkarlin2014-10-241-0/+7
* [ServiceWorkerCache] Call QuotaManager::NotifyStorageModified from Cache.jkarlin2014-10-241-3/+13
* Have ServiceWorkerCache::Put return a Response when completed.jkarlin2014-09-291-2/+2
* Expose ServiceWorkerCache objects to ServiceWorkerCacheStorageManager clients.jkarlin2014-09-111-12/+18
* Move ServiceWorkerCache backend creation to a lazy init function.jkarlin2014-09-111-8/+16
* Change ownership of the parameters to ServiceWorkerCache:: Put and Match.jkarlin2014-09-111-4/+4
* Fix ServiceWorkerCache::Keys() unittest memory leak.jkarlin2014-09-111-0/+23
* Revert of ReReland ServiceWorkerCacheStorage::Keys function (patchset #3 id:1...jkarlin2014-09-101-23/+0
* ReReland ServiceWorkerCacheStorage::Keys functionjkarlin2014-09-101-0/+23
* Revert of This is a reland of ServiceWorkerCache::Keys. (patchset #3 id:70001...jkarlin2014-09-041-23/+0
* This is a reland of ServiceWorkerCache::Keys.jkarlin2014-09-041-0/+23
* Revert of Add Keys() function to ServiceWorkerCache. (patchset #13 id:280001 ...scottmg2014-09-021-23/+0
* Add Keys() function to ServiceWorkerCache.jkarlin2014-09-021-0/+23
* Creates CacheContext for ServiceWorkerCacheStorage.jkarlin2014-08-261-9/+0
* Initial implementation of ServiceWorkerCache Put and Match functions.jkarlin2014-08-261-7/+49
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-221-9/+8
* Plumbs URLRequestContext and CacheBlobStorageContext down to cache.jkarlin@chromium.org2014-08-131-3/+22
* Change threading in ServiceWorkerCacheStoragejkarlin@chromium.org2014-08-131-3/+10
* Rename ServiceWorkerFetchStore/FetchStores/FetchStoresManagerjkarlin@chromium.org2014-08-091-0/+51