| Commit message (Expand) | Author | Age | Files | Lines |
* | [ServiceWorkerCache] Clean up the service worker cache protobuf | jkarlin | 2014-10-24 | 1 | -69/+65 |
* | [ServiceWorkerCache] Return the real size of the cache in GetOriginUsage. | jkarlin | 2014-10-24 | 1 | -2/+34 |
* | [ServiceWorkerCache] Call QuotaManager::NotifyStorageModified from Cache. | jkarlin | 2014-10-24 | 1 | -39/+100 |
* | Standardize usage of virtual/override/final in content/browser/ | dcheng | 2014-10-21 | 1 | -14/+12 |
* | ServiceWorkerCache: Support response body in blob form. | jkarlin | 2014-10-10 | 1 | -1/+4 |
* | Replace FINAL and OVERRIDE with their C++11 counterparts in content | mohan.reddy | 2014-10-09 | 1 | -7/+7 |
* | Support WebServiceWorkerResponseType in ServiceWorkerCache. | jkarlin | 2014-10-02 | 1 | -7/+47 |
* | Have ServiceWorkerCache::Put return a Response when completed. | jkarlin | 2014-09-29 | 1 | -13/+42 |
* | Make a context struct for ServiceWorkerCache::Put callbacks. | jkarlin | 2014-09-29 | 1 | -81/+92 |
* | Reland of "Remove void** from disk_cache interface" w/ blockfile iter fix. | gavinp | 2014-09-24 | 1 | -11/+6 |
* | Add Vary support for ServiceWorkerCache::Match. | jkarlin | 2014-09-24 | 1 | -1/+51 |
* | Make ServiceWorkerFetchRequest and ServiceWorkerResponse header maps case ins... | jkarlin | 2014-09-24 | 1 | -7/+5 |
* | Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 i... | dcheng | 2014-09-20 | 1 | -6/+11 |
* | Reland of "Remove void** from disk_cache interface." | gavinp | 2014-09-20 | 1 | -11/+6 |
* | Revert of Remove void** from disk_cache interface. (patchset #30 id:650001 of... | vasilii | 2014-09-19 | 1 | -6/+11 |
* | Remove void** from disk_cache interface. | gavinp | 2014-09-19 | 1 | -11/+6 |
* | Expose ServiceWorkerCache objects to ServiceWorkerCacheStorageManager clients. | jkarlin | 2014-09-11 | 1 | -5/+15 |
* | Move ServiceWorkerCache backend creation to a lazy init function. | jkarlin | 2014-09-11 | 1 | -63/+133 |
* | Change ownership of the parameters to ServiceWorkerCache:: Put and Match. | jkarlin | 2014-09-11 | 1 | -35/+44 |
* | Fix ServiceWorkerCache::Keys() unittest memory leak. | jkarlin | 2014-09-11 | 1 | -37/+212 |
* | Remove webkit/browser/, point everything to storage/browser/ instead | pilgrim | 2014-09-10 | 1 | -3/+3 |
* | Revert of ReReland ServiceWorkerCacheStorage::Keys function (patchset #3 id:1... | jkarlin | 2014-09-10 | 1 | -212/+37 |
* | ReReland ServiceWorkerCacheStorage::Keys function | jkarlin | 2014-09-10 | 1 | -37/+212 |
* | Revert of This is a reland of ServiceWorkerCache::Keys. (patchset #3 id:70001... | jkarlin | 2014-09-04 | 1 | -212/+37 |
* | This is a reland of ServiceWorkerCache::Keys. | jkarlin | 2014-09-04 | 1 | -37/+212 |
* | Revert of Add Keys() function to ServiceWorkerCache. (patchset #13 id:280001 ... | scottmg | 2014-09-02 | 1 | -210/+37 |
* | Add Keys() function to ServiceWorkerCache. | jkarlin | 2014-09-02 | 1 | -37/+210 |
* | Remove implicit conversions from scoped_refptr to T* in content/*/service_wor... | dcheng | 2014-08-26 | 1 | -3/+3 |
* | Creates CacheContext for ServiceWorkerCacheStorage. | jkarlin | 2014-08-26 | 1 | -8/+3 |
* | Initial implementation of ServiceWorkerCache Put and Match functions. | jkarlin | 2014-08-26 | 1 | -6/+670 |
* | Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name... | pilgrim@chromium.org | 2014-08-22 | 1 | -3/+3 |
* | Plumbs URLRequestContext and CacheBlobStorageContext down to cache. | jkarlin@chromium.org | 2014-08-13 | 1 | -7/+23 |
* | Change threading in ServiceWorkerCacheStorage | jkarlin@chromium.org | 2014-08-13 | 1 | -5/+9 |
* | Rename ServiceWorkerFetchStore/FetchStores/FetchStoresManager | jkarlin@chromium.org | 2014-08-09 | 1 | -0/+39 |