summaryrefslogtreecommitdiffstats
path: root/content/browser/service_worker/service_worker_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* [ServiceWorkerCache] Clean up the service worker cache protobufjkarlin2014-10-241-69/+65
* [ServiceWorkerCache] Return the real size of the cache in GetOriginUsage.jkarlin2014-10-241-2/+34
* [ServiceWorkerCache] Call QuotaManager::NotifyStorageModified from Cache.jkarlin2014-10-241-39/+100
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-14/+12
* ServiceWorkerCache: Support response body in blob form.jkarlin2014-10-101-1/+4
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-091-7/+7
* Support WebServiceWorkerResponseType in ServiceWorkerCache.jkarlin2014-10-021-7/+47
* Have ServiceWorkerCache::Put return a Response when completed.jkarlin2014-09-291-13/+42
* Make a context struct for ServiceWorkerCache::Put callbacks.jkarlin2014-09-291-81/+92
* Reland of "Remove void** from disk_cache interface" w/ blockfile iter fix.gavinp2014-09-241-11/+6
* Add Vary support for ServiceWorkerCache::Match.jkarlin2014-09-241-1/+51
* Make ServiceWorkerFetchRequest and ServiceWorkerResponse header maps case ins...jkarlin2014-09-241-7/+5
* Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 i...dcheng2014-09-201-6/+11
* Reland of "Remove void** from disk_cache interface."gavinp2014-09-201-11/+6
* Revert of Remove void** from disk_cache interface. (patchset #30 id:650001 of...vasilii2014-09-191-6/+11
* Remove void** from disk_cache interface.gavinp2014-09-191-11/+6
* Expose ServiceWorkerCache objects to ServiceWorkerCacheStorageManager clients.jkarlin2014-09-111-5/+15
* Move ServiceWorkerCache backend creation to a lazy init function.jkarlin2014-09-111-63/+133
* Change ownership of the parameters to ServiceWorkerCache:: Put and Match.jkarlin2014-09-111-35/+44
* Fix ServiceWorkerCache::Keys() unittest memory leak.jkarlin2014-09-111-37/+212
* Remove webkit/browser/, point everything to storage/browser/ insteadpilgrim2014-09-101-3/+3
* Revert of ReReland ServiceWorkerCacheStorage::Keys function (patchset #3 id:1...jkarlin2014-09-101-212/+37
* ReReland ServiceWorkerCacheStorage::Keys functionjkarlin2014-09-101-37/+212
* Revert of This is a reland of ServiceWorkerCache::Keys. (patchset #3 id:70001...jkarlin2014-09-041-212/+37
* This is a reland of ServiceWorkerCache::Keys.jkarlin2014-09-041-37/+212
* Revert of Add Keys() function to ServiceWorkerCache. (patchset #13 id:280001 ...scottmg2014-09-021-210/+37
* Add Keys() function to ServiceWorkerCache.jkarlin2014-09-021-37/+210
* Remove implicit conversions from scoped_refptr to T* in content/*/service_wor...dcheng2014-08-261-3/+3
* Creates CacheContext for ServiceWorkerCacheStorage.jkarlin2014-08-261-8/+3
* Initial implementation of ServiceWorkerCache Put and Match functions.jkarlin2014-08-261-6/+670
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-221-3/+3
* Plumbs URLRequestContext and CacheBlobStorageContext down to cache.jkarlin@chromium.org2014-08-131-7/+23
* Change threading in ServiceWorkerCacheStoragejkarlin@chromium.org2014-08-131-5/+9
* Rename ServiceWorkerFetchStore/FetchStores/FetchStoresManagerjkarlin@chromium.org2014-08-091-0/+39