summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/data_deleter.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...jyasskin@chromium.org2014-03-291-1/+1
* Remove extensions APIs in src/extensions from Android buildjamescook@chromium.org2014-03-171-1/+6
* Move GetSiteForExtensionId() from ExtensionService to extension_utilrdevlin.cronin@chromium.org2014-03-151-10/+12
* Rename SettingsFrontend to StorageFrontendrdevlin.cronin@chromium.org2014-03-151-3/+3
* Move extensions storage API implementation to src/extensionsjamescook@chromium.org2014-03-101-1/+1
* Convert storage API SettingsFrontend to ProfileKeyedAPIjamescook@chromium.org2014-02-271-2/+4
* Remove ExtensionService::extension_prefs()rockot@chromium.org2014-02-191-1/+3
* Get ride of chrome.storage.* data when removing an application.mlamouri@chromium.org2014-01-091-14/+54
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-1/+1
* Revert 219709 "Remove the Extensions URLRequestContext."earthdok@chromium.org2013-08-271-5/+29
* Remove the Extensions URLRequestContext.ajwong@chromium.org2013-08-271-29/+5
* Rename enum in StoragePartition according to style guide.lazyboy@chromium.org2013-08-021-2/+2
* Add support for selectively deleting different bits of StoragePartition relat...lazyboy@chromium.org2013-07-311-6/+12
* Revert 213582 "Add support for selectively deleting different bi..."earthdok@chromium.org2013-07-251-7/+4
* Add support for selectively deleting different bits of StoragePartition relat...lazyboy@chromium.org2013-07-251-4/+7
* Add StoragePartition::StorageMask for ClearData methodsboliu@chromium.org2013-03-051-1/+3
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-111-1/+1
* Revert revision 176015ricow@chromium.org2013-01-101-1/+1
* Revert 176047ricow@chromium.org2013-01-101-1/+1
* Revert 176015ricow@chromium.org2013-01-101-1/+1
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-101-1/+1
* Garbage Collect the Storage directory on next profile start after an extensio...ajwong@chromium.org2012-12-111-7/+1
* Implement the ability to obliterate a storage partition from disk.creis@chromium.org2012-11-171-6/+6
* Begin moving the data deletion object into StoragePartition.ajwong@chromium.org2012-11-141-84/+8
* Establish /extensions directory and move URLPattern there.aa@chromium.org2012-11-131-2/+2
* Initial bandaid for DataDeletion of isolated storageajwong@chromium.org2012-11-131-104/+87
* For storage partitions to work properly, we need to know whether a storage pa...nasko@chromium.org2012-10-301-5/+9
* BrowsingDataRemover: clear sessionStorage.marja@chromium.org2012-10-191-1/+1
* continuing from http://http://codereview.chromium.org/10823241ajwong@chromium.org2012-09-181-3/+2
* Move IndexedDBContext into the StoragePartition and ensure isolation.ajwong@chromium.org2012-09-161-5/+8
* Redo the Storage Partition directory layout to support guest tags and origin ...ajwong@chromium.org2012-09-161-2/+3
* Change the underlying directory for Isolated Apps to be the same as Storage P...ajwong@chromium.org2012-08-291-1/+2
* Access the DatabaseTracker via a StoragePartition to support the isolated app...michaeln@google.com2012-08-291-1/+4
* Remove silly uses of ResourceContext that unnecessarily violate the Law of De...ajwong@chromium.org2012-08-281-6/+6
* Move StoragePartition into content/public and remove BrowserContext::GetDOMSt...ajwong@chromium.org2012-08-181-2/+3
* Move small c/b/extensions classes into extensions namespace no.2rdevlin.cronin@chromium.org2012-08-141-0/+146