summaryrefslogtreecommitdiffstats
path: root/content/browser/service_worker/service_worker_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Cache Storage: Move files to content/*/cache_storage, rename classesjsbell2015-03-311-1274/+0
* We're finding corrupted backends in the wild. As a first measurementjkarlin2015-03-171-36/+43
* [ServiceWorkerCache] Fix a race in the scheduler.jkarlin2015-03-061-1/+1
* Check that there is no null character in the headers in the ServiceWorker pro...horo2015-02-121-0/+10
* [Storage] Blob items are now shared between blobs. Ready for disk swap.dmurph2015-02-111-1/+1
* [ServiceWorkerCache] Serialize ServiceWorkerCacheStorage operationsjkarlin2015-02-061-77/+55
* [ServiceWorkerCache] Make the cache operations run serially.jkarlin2015-01-261-120/+172
* Fix referrer policy handling in service workersjochen2015-01-261-1/+2
* [Storage] Blob Storage Refactoring pt 1:dmurph2015-01-231-3/+5
* [ServiceWorker] Pipe the Stream URL from blink to the chromiumhoro2014-11-261-1/+1
* Instrumenting callbacks to InFlightBackendIO::ReadData to find source of jank...vadimt2014-11-251-1/+9
* Adding instrumentation to locate the source of jankiness.vadimt2014-11-181-0/+11
* [ServiceWorkerCache Cleanup] Move ::Match functions into classjkarlin2014-11-121-190/+190
* [ServiceWorkerCache Cleanup] Stick ::Match parameters in a context structjkarlin2014-11-121-152/+109
* Make the callbacks in the unnamed namespace for ::Delete and ::CreateBackend ...jkarlin2014-11-111-63/+46
* This CL makes the ::Put and ::Keys callbacks non-static.jkarlin2014-11-111-50/+34
* [ServiceWorkerCache] Reland backend state CLjkarlin2014-11-111-44/+66
* Revert of [ServiceWorkerCache Cleanup] Make the state of the cache backend ex...jkarlin2014-11-071-54/+38
* [ServiceWorkerCache] Make the state of the cache backend explicitjkarlin2014-11-061-38/+54
* ServiceWorkerCache::Close should wait for pending operations to finish before...jkarlin2014-11-061-45/+94
* [ServiceWorkerCache] Put should replace an existing entry to meet spec.jkarlin2014-10-301-0/+17
* [ServiceWorkerCache] Let the response have a URL different from the request.jkarlin2014-10-281-0/+4
* [ServiceWorkerCache] Make ServiceWorkerCache::Put guarantee callback like the...jkarlin2014-10-271-334/+328
* [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