summaryrefslogtreecommitdiffstats
path: root/content/browser/storage_partition_impl_map.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move misc browser-specific webkit/fileapi/* files to webkit/browser/fileapikinuko@chromium.org2013-05-201-1/+1
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-8/+7
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-7/+8
* Cleanup: Return additional schemes vector as out parameter from GetAdditional...kinuko@chromium.org2013-04-171-2/+3
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-7/+7
* Chromium style checker cleanuprsleevi@chromium.org2013-04-011-1/+1
* Add URL request handling for Streams.zork@chromium.org2013-03-141-1/+26
* Add chrome-search: access from Instant overlaydhollowa@chromium.org2013-03-071-83/+33
* Revert 186347jochen@chromium.org2013-03-061-33/+83
* Add chrome-search: access from Instant overlaydhollowa@chromium.org2013-03-061-83/+33
* Add StoragePartition::StorageMask for ClearData methodsboliu@chromium.org2013-03-051-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-3/+3
* Add StoragePartition's ProtocolHandlers at URLRequestContext construction time. pauljensen@chromium.org2013-02-081-119/+94
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-34/+35
* Clean up of url data manager classes in content: move URLDataSourceImpl to it...jam@chromium.org2013-01-281-1/+1
* Move core url data manager classes to content.jam@chromium.org2013-01-241-2/+21
* Fix race condition that occurs if ResourceContext::SetUserData is called on t...jam@chromium.org2013-01-241-9/+10
* Move file path sanity checks for deletion on IO thread.ajwong@chromium.org2012-12-141-20/+23
* Garbage Collect the Storage directory on next profile start after an extensio...ajwong@chromium.org2012-12-111-15/+112
* Add content/browser/loader/ for resource loading related classes.darin@chromium.org2012-12-051-1/+1
* Implement the ability to obliterate a storage partition from disk.creis@chromium.org2012-11-171-8/+155
* Fix on-disk structure for persistent storage in webview tags.ajwong@chromium.org2012-11-131-4/+86
* Webview tag creation should be using storage partitions.nasko@chromium.org2012-11-081-21/+26
* For storage partitions to work properly, we need to know whether a storage pa...nasko@chromium.org2012-10-301-2/+3
* Move remaining files in content\browser to the content namespace.jam@chromium.org2012-10-301-1/+0
* Support filesystem files from BlobURLRequestJobhashimoto@chromium.org2012-10-221-0/+3
* Make the media URLRequestContext share job factories with the main context.creis@chromium.org2012-09-271-9/+6
* [cros] Fix MediaURLRequestContext initialization.dgozman@chromium.org2012-09-261-6/+9
* Create a new URLRequestJobFactory for isolated request contexts.ajwong@chromium.org2012-09-211-10/+20
* continuing from http://http://codereview.chromium.org/10823241ajwong@chromium.org2012-09-181-14/+191
* Redo the Storage Partition directory layout to support guest tags and origin ...ajwong@chromium.org2012-09-161-12/+5
* AppCache and StoragePartition'ingmichaeln@chromium.org2012-09-151-7/+10
* Change the underlying directory for Isolated Apps to be the same as Storage P...ajwong@chromium.org2012-08-291-5/+1
* Access the QuotaManager via a StoragePartition to support the isolated app fe...michaeln@google.com2012-08-221-0/+4
* Move StoragePartition into content/public and remove BrowserContext::GetDOMSt...ajwong@chromium.org2012-08-181-0/+95