summaryrefslogtreecommitdiffstats
path: root/content/browser/storage_partition_impl_map.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-3/+2
* Pages controlled by ServiceWorkers should not participate in AppCaching. The ...michaeln2014-10-211-0/+3
* Service Worker: Obey content settings when deciding to control a pagefalken2014-10-161-1/+2
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-091-1/+1
* Remove webkit/browser/, point everything to storage/browser/ insteadpilgrim2014-09-101-3/+3
* Remove storage-related redirect headers in webkit/common/, update #includes a...pilgrim2014-09-101-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-1/+1
* Remove implicit conversions from scoped_refptr to T* in content/dcheng2014-08-261-1/+1
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-221-13/+11
* Plumbs URLRequestContext and CacheBlobStorageContext down to cache.jkarlin@chromium.org2014-08-131-0/+9
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #1pkasting@chromium.org2014-07-101-2/+1
* Move all remaining appcache-related code to content namespacepilgrim@chromium.org2014-06-251-1/+0
* [Storage] Normalize storage partition path before garbage collectiontzik@chromium.org2014-06-071-0/+23
* Split AppCacheService into appcache_service.h and appcache_service_impl.hpilgrim@chromium.org2014-06-051-1/+1
* Rename ProtocolInterceptJobFactory and make it not use ProtocolHandlers.mmenke@chromium.org2014-05-301-4/+4
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-2/+2
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* Revert of Revert of Add mechanism to auto mount file systems in response to a...vandebo@chromium.org2014-03-201-1/+2
* Revert of Add mechanism to auto mount file systems in response to a URL reque...pneubeck@chromium.org2014-03-201-2/+1
* Add mechanism to auto mount file systems in response to a URL request.vandebo@chromium.org2014-03-191-1/+2
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* Wire ServiceWorker protocol interceptorkinuko@chromium.org2014-03-131-2/+7
* Allow content layer to pass ProtocolInterceptors when we create URLRequestCon...kinuko@chromium.org2014-03-101-3/+7
* Cleanup: Move kBlobScheme constant into content namespace.tfarina@chromium.org2014-03-011-1/+1
* Cleanup: Move kChromeDevToolsScheme constant into content namespace.tfarina@chromium.org2014-02-171-1/+1
* Cleanup: Move kChromeUIScheme constant into content namespace.tfarina@chromium.org2014-02-111-1/+1
* Cleanup storage_partition_impl_unittest.cc.ajwong@chromium.org2013-12-281-1/+1
* Cleanup: Move kFileSystemScheme constant into content namespace.tfarina@chromium.org2013-12-231-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-2/+2
* BrowsingDataRemover, (re)use StoragePartition deletion code.lazyboy@chromium.org2013-11-061-2/+6
* Feedback extension API fix. A recent CL broke this.michaeln@chromium.org2013-09-131-8/+16
* Chromium Blob hackingmichaeln@chromium.org2013-09-071-63/+19
* Revert "Chromium Blob hacking" This reverts r220754.tkent@chromium.org2013-09-021-19/+63
* Chromium Blob hackingmichaeln@chromium.org2013-09-011-63/+19
* Revert 219709 "Remove the Extensions URLRequestContext."earthdok@chromium.org2013-08-271-86/+4
* Remove the Extensions URLRequestContext.ajwong@chromium.org2013-08-271-4/+86
* Rename enum in StoragePartition according to style guide.lazyboy@chromium.org2013-08-021-1/+1
* Add support for selectively deleting different bits of StoragePartition relat...lazyboy@chromium.org2013-07-311-1/+5
* Revert 213582 "Add support for selectively deleting different bi..."earthdok@chromium.org2013-07-251-3/+1
* Add support for selectively deleting different bits of StoragePartition relat...lazyboy@chromium.org2013-07-251-1/+3
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-3/+3
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-2/+2
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-4/+3
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-3/+4
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-3/+3
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-7/+8
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-3/+3
* Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ...michaeln@google.com2013-05-291-2/+2