summaryrefslogtreecommitdiffstats
path: root/content/browser/storage_partition_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds a SqlLite backend to WebRTCIdentityStore.jiayl@chromium.org2013-08-081-6/+21
* Revert 216264 "Adds a SqlLite backend to WebRTCIdentityStore."jyasskin@chromium.org2013-08-071-21/+6
* Adds a SqlLite backend to WebRTCIdentityStore.jiayl@chromium.org2013-08-071-6/+21
* Move webkit/{browser,common}/dom_storage into content/kinuko@chromium.org2013-08-071-13/+15
* Storage partition: correctly delete cookie(s) when origin is specified.lazyboy@chromium.org2013-08-071-3/+13
* Rename enum in StoragePartition according to style guide.lazyboy@chromium.org2013-08-021-3/+3
* Add support for selectively deleting different bits of StoragePartition relat...lazyboy@chromium.org2013-07-311-118/+392
* Revert 213582 "Add support for selectively deleting different bi..."earthdok@chromium.org2013-07-251-384/+121
* Add support for selectively deleting different bits of StoragePartition relat...lazyboy@chromium.org2013-07-251-121/+384
* Pass BrowserContext to drive::MountPointProviderDelegate.hidehiko@chromium.org2013-07-101-3/+2
* Generates the DTLS identity in browser process and returns it to the renderer...jiayl@chromium.org2013-07-011-4/+13
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-2/+2
* Move IndexedDB from WEBKIT_DEPRECATED to dedicated threadjsbell@chromium.org2013-06-251-2/+11
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-11/+15
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Move webkit/dom_storage to new browser|common|renderer locations. Just moving...michaeln@google.com2013-06-041-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-14/+14
* Move webkit/quota files to webkit/browser/quota or webkit/common/quotatzik@chromium.org2013-05-301-2/+2
* Move webkit/database to webkit/browser and webkit/common. Also move content::...michaeln@google.com2013-05-221-1/+1
* Clear browsing data clears data for type kStorageTypeTemporary but not for kS...cramya@chromium.org2013-04-111-0/+10
* Add the ability to clear the shader disk cache.dsinclair@chromium.org2013-04-051-0/+28
* Add StoragePartition::StorageMask for ClearData methodsboliu@chromium.org2013-03-051-32/+58
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-4/+4
* Add BrowserContext specific external mount pointstbarzic@chromium.org2013-01-251-0/+1
* Implement the ability to obliterate a storage partition from disk.creis@chromium.org2012-11-171-35/+85
* Begin moving the data deletion object into StoragePartition.ajwong@chromium.org2012-11-141-0/+77
* Fix on-disk structure for persistent storage in webview tags.ajwong@chromium.org2012-11-131-53/+6
* Webview tag creation should be using storage partitions.nasko@chromium.org2012-11-081-17/+22
* Shorten the path length to get under MAX_PATH on windows.ajwong@chromium.org2012-09-221-5/+5
* continuing from http://http://codereview.chromium.org/10823241ajwong@chromium.org2012-09-181-0/+20
* Redo the Storage Partition directory layout to support guest tags and origin ...ajwong@chromium.org2012-09-161-1/+49
* Move StoragePartition into content/public and remove BrowserContext::GetDOMSt...ajwong@chromium.org2012-08-181-0/+126