| Commit message (Expand) | Author | Age | Files | Lines |
* | Add origin bound certs to BrowsingDataRemover and extensions clear API. | mattm@chromium.org | 2012-01-25 | 1 | -6/+43 |
* | And now NewRunnableMethod(), you die. | ajwong@chromium.org | 2012-01-04 | 1 | -5/+1 |
* | Refactor CookieStore to allow BrowsingDataRemover to depend on it. | qsr@chromium.org | 2011-12-21 | 1 | -11/+7 |
* | Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public... | jam@chromium.org | 2011-12-20 | 1 | -1/+2 |
* | Deprecate WEBKIT thread | joth@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | base::Bind: Convert most of disk_cache. | jhawkins@chromium.org | 2011-12-19 | 1 | -5/+3 |
* | base::Bind: Cleanup almost-unused OldCompletionCallbacks. | jhawkins@chromium.org | 2011-12-15 | 1 | -3/+7 |
* | Split UserMetrics into API vs. implementation. Move API to content/public. | joi@chromium.org | 2011-12-14 | 1 | -8/+9 |
* | Renaming REMOVE_LSO_DATA to REMOVE_PLUGIN_DATA | mkwst@chromium.org | 2011-12-13 | 1 | -5/+5 |
* | Adding chrome::NOTIFICATION_BROWSING_DATA_REMOVED. | mkwst@chromium.org | 2011-12-13 | 1 | -4/+35 |
* | Reverts a commit that caused ASAN failures, and 2 dependent commits. | joi@chromium.org | 2011-12-07 | 1 | -7/+5 |
* | base::Bind: Convert browsing_data_remover. | jhawkins@chromium.org | 2011-12-06 | 1 | -6/+2 |
* | base::Bind: Convert disk_cache_based_ssl_host_info. | jhawkins@chromium.org | 2011-12-06 | 1 | -5/+11 |
* | Move the PluginDataRemover class to content, and remove the chrome pieces fro... | jam@chromium.org | 2011-11-17 | 1 | -3/+5 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | base::Bind: Easy cleanups in browsing_data*. | jhawkins@chromium.org | 2011-10-19 | 1 | -13/+12 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -5/+5 |
* | Use base::Callback in Quota related code. | tzik@chromium.org | 2011-10-18 | 1 | -7/+10 |
* | Refactor downloads into a ProfileKeyedService. | rdsmith@chromium.org | 2011-10-12 | 1 | -1/+4 |
* | Check whether clearing LSO data is supported in clients of the BrowsingDataRe... | bauerb@chromium.org | 2011-10-11 | 1 | -7/+1 |
* | Introduce net::HttpServerPropertiesManager to manage server-specific properties. | rtenneti@chromium.org | 2011-10-09 | 1 | -2/+3 |
* | base::Bind: Complete cleanup of history/. | jhawkins@chromium.org | 2011-10-08 | 1 | -1/+3 |
* | Revert 104597 - base::Bind: Complete cleanup of history/. | acolwell@chromium.org | 2011-10-07 | 1 | -3/+1 |
* | base::Bind: Complete cleanup of history/. | jhawkins@chromium.org | 2011-10-07 | 1 | -1/+3 |
* | Moved PrerenderManager to ProfileKeyedService system. | dominich@chromium.org | 2011-10-05 | 1 | -2/+3 |
* | Profile shouldn't own PersonalDataManager | dhollowa@chromium.org | 2011-09-23 | 1 | -1/+3 |
* | Move TransportSecurityPersister completely to IO thread. | phajdan.jr@chromium.org | 2011-09-21 | 1 | -8/+1 |
* | Third try at committing this. | erikwright@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Modifying prefetch to account for multi-profile. | rlp@chromium.org | 2011-09-10 | 1 | -1/+8 |
* | Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co... | erikwright@chromium.org | 2011-09-09 | 1 | -1/+1 |
* | Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu... | erikwright@chromium.org | 2011-09-09 | 1 | -1/+1 |
* | Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta... | estade@chromium.org | 2011-09-09 | 1 | -1/+1 |
* | Finalize a CL originally by departed intern ycxiao@ that detaches the loading... | erikwright@chromium.org | 2011-09-08 | 1 | -1/+1 |
* | Revert 100003 - Moved PrerenderManager to ProfileKeyedService system. | dominich@chromium.org | 2011-09-07 | 1 | -3/+2 |
* | Moved PrerenderManager to ProfileKeyedService system. | dominich@chromium.org | 2011-09-07 | 1 | -2/+3 |
* | Rename REMOVE_COOKIES to REMOVE_SITE_DATA (which will explicitly include REMO... | mkwst@chromium.org | 2011-09-06 | 1 | -21/+35 |
* | Fix a race in BrowsingDataRemover. | mnissler@chromium.org | 2011-09-06 | 1 | -12/+13 |
* | Re-landing http://codereview.chromium.org/7210034/ , which was reverted due t... | erikwright@chromium.org | 2011-09-02 | 1 | -5/+37 |
* | Add PluginServiceFilter interface and ChromePluginServiceFilter. | bauerb@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Initial implementation of `chrome.clear.*` extension API. | mkwst@chromium.org | 2011-08-26 | 1 | -3/+8 |
* | Revert "Modifying prefetch to account for multi-profile." | avi@chromium.org | 2011-08-19 | 1 | -8/+1 |
* | Revert 97465 - Revert 97446 - Modifying prefetch to account for multi-profile. | avi@chromium.org | 2011-08-19 | 1 | -1/+8 |
* | Revert 97446 - Modifying prefetch to account for multi-profile. | avi@chromium.org | 2011-08-19 | 1 | -8/+1 |
* | Modifying prefetch to account for multi-profile. | rlp@chromium.org | 2011-08-19 | 1 | -1/+8 |
* | Move the core download files to content. | jam@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | Revert 96035 - Update BrowsingDataRemover with the asynchronous CookieMonster... | fischman@chromium.org | 2011-08-09 | 1 | -37/+5 |
* | Update BrowsingDataRemover with the asynchronous CookieMonster API. | ycxiao@chromium.org | 2011-08-09 | 1 | -5/+37 |
* | Quota: Add quota::StorageType to the GetOriginsCallback definition. | mkwst@chromium.org | 2011-08-05 | 1 | -28/+7 |
* | Time-based removal of temporary file systems via BrowsingDataRemover | mkwst@chromium.org | 2011-08-01 | 1 | -175/+95 |