summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browsing_data_remover.h
Commit message (Expand)AuthorAgeFilesLines
* Move browsing_data_helper files into a separate directory.markusheintz@chromium.org2012-07-191-367/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Don't keep file system directories around if they contain unrelated files.bauerb@chromium.org2012-07-111-1/+3
* Cleanup: DeleteTask() no longer exists. Update BrowserThread comments and rem...thestig@chromium.org2012-06-211-2/+2
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Clear the NaCl validation cache whenever the main cache is cleared.ncbray@chromium.org2012-06-141-11/+14
* `chrome.browsingData` extension API can now remove data from protected origins.mkwst@chromium.org2012-06-141-2/+6
* Teaching BrowsingDataRemover how to delete application data.mkwst@chromium.org2012-06-041-9/+26
* Pepper Flash settings integration: implement "deauthorize content licenses".yzshen@chromium.org2012-05-271-2/+14
* Pepper Flash settings integration: add UI for "deauthorize content licenses".yzshen@chromium.org2012-05-251-0/+1
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-8/+8
* Make the content::DOMStorageContext methods callable on the main thread and h...jam@chromium.org2012-03-151-4/+0
* ContentAPI change - Post DomStorage tasks via a SequencedTaskRunner instead o...michaeln@google.com2012-03-141-3/+3
* Cleanup: IWYU for BrowserThread.thestig@chromium.org2012-03-031-0/+1
* Remove usage of WebKitContext from chrome. This also cleans up the chrome cod...jam@chromium.org2012-02-241-0/+5
* Clear SafeBrowsing cookie store in BrowsingDataRemover.mattm@chromium.org2012-02-221-2/+3
* Remove getters for HTML5 related objects from the ResourceContext interface. ...jam@chromium.org2012-02-211-1/+1
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-201-0/+3
* Reverting to green up the memory waterfall.jhawkins@chromium.org2012-02-191-3/+0
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-171-0/+3
* Add origin-based history removal to BrowsingDataRemovermkwst@chromium.org2012-02-171-1/+23
* Renaming 'clear.browsingData()' to 'browsingData.remove()'mkwst@chromium.org2012-02-101-1/+1
* QuotaManager::DeleteOriginData allows deletion of specific QuotaClientsmkwst@chromium.org2012-02-091-0/+4
* Add origin bound certs to BrowsingDataRemover and extensions clear API.mattm@chromium.org2012-01-251-7/+19
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-301-1/+2
* Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ...dcheng@chromium.org2011-12-291-2/+1
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-291-1/+2
* Remove temporary redirect header and DEPS exception for cancelable_request.hjoi@chromium.org2011-12-271-1/+1
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-2/+0
* Reland of r114615: "chrome.clear: Increasing granularity of public API"mkwst@chromium.org2011-12-151-1/+1
* Reverting due to compile failure on multiple bots.finnur@chromium.org2011-12-151-1/+1
* chrome.clear: Increasing granularity of public APImkwst@chromium.org2011-12-151-1/+1
* Renaming REMOVE_LSO_DATA to REMOVE_PLUGIN_DATAmkwst@chromium.org2011-12-131-5/+5
* Adding chrome::NOTIFICATION_BROWSING_DATA_REMOVED.mkwst@chromium.org2011-12-131-0/+20
* Reverts a commit that caused ASAN failures, and 2 dependent commits.joi@chromium.org2011-12-071-1/+1
* base::Bind: Convert browsing_data_remover.jhawkins@chromium.org2011-12-061-1/+0
* base::Bind: Convert disk_cache_based_ssl_host_info.jhawkins@chromium.org2011-12-061-1/+2
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-2/+3
* Move the PluginDataRemover class to content, and remove the chrome pieces fro...jam@chromium.org2011-11-171-2/+5
* Cleanup: Remove more forward declarations in various chrome/browser directories.thestig@chromium.org2011-11-161-5/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-9/+10
* Check whether clearing LSO data is supported in clients of the BrowsingDataRe...bauerb@chromium.org2011-10-111-3/+0
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Rename REMOVE_COOKIES to REMOVE_SITE_DATA (which will explicitly include REMO...mkwst@chromium.org2011-09-061-7/+22
* Fix a race in BrowsingDataRemover.mnissler@chromium.org2011-09-061-1/+6
* Re-landing http://codereview.chromium.org/7210034/ , which was reverted due t...erikwright@chromium.org2011-09-021-0/+8
* Initial implementation of `chrome.clear.*` extension API.mkwst@chromium.org2011-08-261-0/+8
* Revert 96035 - Update BrowsingDataRemover with the asynchronous CookieMonster...fischman@chromium.org2011-08-091-8/+0
* Update BrowsingDataRemover with the asynchronous CookieMonster API.ycxiao@chromium.org2011-08-091-0/+8
* Quota: Add quota::StorageType to the GetOriginsCallback definition.mkwst@chromium.org2011-08-051-5/+2