summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browsing_data_remover.cc
Commit message (Expand)AuthorAgeFilesLines
* Add origin bound certs to BrowsingDataRemover and extensions clear API.mattm@chromium.org2012-01-251-6/+43
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-5/+1
* Refactor CookieStore to allow BrowsingDataRemover to depend on it.qsr@chromium.org2011-12-211-11/+7
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-1/+2
* Deprecate WEBKIT threadjoth@chromium.org2011-12-201-1/+1
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-5/+3
* base::Bind: Cleanup almost-unused OldCompletionCallbacks.jhawkins@chromium.org2011-12-151-3/+7
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-8/+9
* 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-4/+35
* Reverts a commit that caused ASAN failures, and 2 dependent commits.joi@chromium.org2011-12-071-7/+5
* base::Bind: Convert browsing_data_remover.jhawkins@chromium.org2011-12-061-6/+2
* base::Bind: Convert disk_cache_based_ssl_host_info.jhawkins@chromium.org2011-12-061-5/+11
* Move the PluginDataRemover class to content, and remove the chrome pieces fro...jam@chromium.org2011-11-171-3/+5
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* base::Bind: Easy cleanups in browsing_data*.jhawkins@chromium.org2011-10-191-13/+12
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-5/+5
* Use base::Callback in Quota related code.tzik@chromium.org2011-10-181-7/+10
* Refactor downloads into a ProfileKeyedService.rdsmith@chromium.org2011-10-121-1/+4
* Check whether clearing LSO data is supported in clients of the BrowsingDataRe...bauerb@chromium.org2011-10-111-7/+1
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-2/+3
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-081-1/+3
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-071-3/+1
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-071-1/+3
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-10-051-2/+3
* Profile shouldn't own PersonalDataManagerdhollowa@chromium.org2011-09-231-1/+3
* Move TransportSecurityPersister completely to IO thread.phajdan.jr@chromium.org2011-09-211-8/+1
* Third try at committing this.erikwright@chromium.org2011-09-131-1/+1
* Modifying prefetch to account for multi-profile.rlp@chromium.org2011-09-101-1/+8
* Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...erikwright@chromium.org2011-09-091-1/+1
* Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...erikwright@chromium.org2011-09-091-1/+1
* Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...estade@chromium.org2011-09-091-1/+1
* Finalize a CL originally by departed intern ycxiao@ that detaches the loading...erikwright@chromium.org2011-09-081-1/+1
* Revert 100003 - Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-071-3/+2
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-071-2/+3
* Rename REMOVE_COOKIES to REMOVE_SITE_DATA (which will explicitly include REMO...mkwst@chromium.org2011-09-061-21/+35
* Fix a race in BrowsingDataRemover.mnissler@chromium.org2011-09-061-12/+13
* Re-landing http://codereview.chromium.org/7210034/ , which was reverted due t...erikwright@chromium.org2011-09-021-5/+37
* Add PluginServiceFilter interface and ChromePluginServiceFilter.bauerb@chromium.org2011-09-021-1/+1
* Initial implementation of `chrome.clear.*` extension API.mkwst@chromium.org2011-08-261-3/+8
* Revert "Modifying prefetch to account for multi-profile."avi@chromium.org2011-08-191-8/+1
* Revert 97465 - Revert 97446 - Modifying prefetch to account for multi-profile.avi@chromium.org2011-08-191-1/+8
* Revert 97446 - Modifying prefetch to account for multi-profile.avi@chromium.org2011-08-191-8/+1
* Modifying prefetch to account for multi-profile.rlp@chromium.org2011-08-191-1/+8
* Move the core download files to content.jam@chromium.org2011-08-151-1/+1
* Revert 96035 - Update BrowsingDataRemover with the asynchronous CookieMonster...fischman@chromium.org2011-08-091-37/+5
* Update BrowsingDataRemover with the asynchronous CookieMonster API.ycxiao@chromium.org2011-08-091-5/+37
* Quota: Add quota::StorageType to the GetOriginsCallback definition.mkwst@chromium.org2011-08-051-28/+7
* Time-based removal of temporary file systems via BrowsingDataRemovermkwst@chromium.org2011-08-011-175/+95