| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove DownloadManager::Observer::ModelChanged | benjhayden@chromium.org | 2012-11-07 | 1 | -6/+2 |
* | Minor cleanup in DownloadCreateInfo structure. | rdsmith@chromium.org | 2012-11-01 | 1 | -5/+4 |
* | For storage partitions to work properly, we need to know whether a storage pa... | nasko@chromium.org | 2012-10-30 | 1 | -4/+6 |
* | Move download code to the content namespace. | jam@chromium.org | 2012-10-26 | 1 | -71/+67 |
* | Replace the DownloadFileManager with direct ownership of DownloadFileImpl | rdsmith@chromium.org | 2012-10-18 | 1 | -92/+126 |
* | Clean up last half of download flow, simplifying delegate interface, and movi... | rdsmith@chromium.org | 2012-10-17 | 1 | -6/+5 |
* | Put deleted tests back in. | rdsmith@chromium.org | 2012-10-09 | 1 | -0/+44 |
* | Removes BrowserContext::DidLastSessionExitCleanly() and makes | sky@chromium.org | 2012-10-04 | 1 | -1/+0 |
* | Remove DownloadManager::GetDownloadItem() and GetActiveDownloadItem() in favo... | benjhayden@chromium.org | 2012-09-25 | 1 | -53/+3 |
* | Avoid accessing uninitialized memory during DownloadManagerTest. | asanka@chromium.org | 2012-09-22 | 1 | -5/+9 |
* | continuing from http://http://codereview.chromium.org/10823241 | ajwong@chromium.org | 2012-09-18 | 1 | -0/+2 |
* | Use the user's preferred downloads directory for creating the initial downloa... | asanka@chromium.org | 2012-09-15 | 1 | -2/+15 |
* | AppCache and StoragePartition'ing | michaeln@chromium.org | 2012-09-15 | 1 | -0/+2 |
* | Removed GetTargetName(); unused in any functional code. | rdsmith@chromium.org | 2012-09-12 | 1 | -1/+0 |
* | Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do... | rdsmith@chromium.org | 2012-08-31 | 1 | -100/+82 |
* | Remove DownloadFileManager in favor of direct ownership of DownloadFiles. | rdsmith@chromium.org | 2012-08-30 | 1 | -82/+100 |
* | Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do... | isherman@chromium.org | 2012-08-28 | 1 | -100/+82 |
* | Remove DownloadFileManager in favor of direct ownership of DownloadFiles. | rdsmith@chromium.org | 2012-08-27 | 1 | -82/+100 |
* | Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do... | rdsmith@chromium.org | 2012-08-24 | 1 | -100/+82 |
* | Remove DownloadFileManager in favor of direct ownership of DownloadFiles. | rdsmith@chromium.org | 2012-08-24 | 1 | -82/+100 |
* | Ensure that isolated apps use the right cookies for media requests. | creis@chromium.org | 2012-08-21 | 1 | -1/+4 |
* | Revert 152213 - Replace the DownloadFileManager with direct ownership of Down... | rdsmith@chromium.org | 2012-08-19 | 1 | -60/+81 |
* | Replace the DownloadFileManager with direct ownership of DownloadFile. | rdsmith@chromium.org | 2012-08-18 | 1 | -81/+60 |
* | Kill DownloadItem::IsOtr() | benjhayden@chromium.org | 2012-08-14 | 1 | -5/+0 |
* | Revert 151351 - Replace the DownloadFileManager with direct ownership | yutak@chromium.org | 2012-08-14 | 1 | -60/+81 |
* | Replace the DownloadFileManager with direct ownership | rdsmith@chromium.org | 2012-08-13 | 1 | -81/+60 |
* | Make DownloadItem derive SupportsUserData instead of re-implementing it. | benjhayden@chromium.org | 2012-08-08 | 1 | -5/+0 |
* | Download filename determination refactor (3/3) | asanka@chromium.org | 2012-07-27 | 1 | -69/+10 |
* | DownloadManager::Observer::OnDownloadCreated | benjhayden@chromium.org | 2012-07-26 | 1 | -6/+45 |
* | Move Rename functionality from DownloadFileManager to DownloadFileImple. | rdsmith@chromium.org | 2012-07-13 | 1 | -5/+1 |
* | Change DownloadManagerImpl to operate on DownloadItemImpl | rdsmith@chromium.org | 2012-07-13 | 1 | -48/+162 |
* | Revert 146162 - Move Rename functionality from DownloadFileManager to Downloa... | rdsmith@chromium.org | 2012-07-11 | 1 | -1/+5 |
* | Move Rename functionality from DownloadFileManager to DownloadFileImple. | rdsmith@chromium.org | 2012-07-11 | 1 | -5/+1 |
* | Kill DownloadManagerImpl::save_page_downloads_ | benjhayden@chromium.org | 2012-07-11 | 1 | -0/+2 |
* | Download filename determination refactor (2/3) | asanka@chromium.org | 2012-07-02 | 1 | -5/+5 |
* | Kill DownloadManagerImpl::history_downloads_. | benjhayden@chromium.org | 2012-07-02 | 1 | -1/+1 |
* | Refactors to simplify rename pathway in DownloadFileManager. | rdsmith@chromium.org | 2012-07-02 | 1 | -11/+6 |
* | Revert 144817 - Refactors to simplify rename pathway in DownloadFileManager. | bartfab@google.com | 2012-06-29 | 1 | -6/+11 |
* | Refactors to simplify rename pathway in DownloadFileManager. | rdsmith@chromium.org | 2012-06-28 | 1 | -11/+6 |
* | Restructure error handling in downloads to be driven by DownloadItemImpl. | rdsmith@chromium.org | 2012-06-26 | 1 | -43/+10 |
* | Simplifiy download initiation. | rdsmith@chromium.org | 2012-06-18 | 1 | -11/+42 |
* | Made ownership of DownloadRequestHandles clear through scoped_ptr<> | rdsmith@chromium.org | 2012-06-12 | 1 | -2/+2 |
* | Rewrite download manager unit to be actual unit tests. | rdsmith@chromium.org | 2012-06-12 | 1 | -1134/+450 |
* | Power save blocker: switch to new implementation. In addition to making things | mdm@chromium.org | 2012-06-11 | 1 | -4/+4 |
* | Support for drive as default download location on chromeos. | achuith@chromium.org | 2012-06-08 | 1 | -6/+4 |
* | Support NULL DownloadManagerDelegates. | jam@chromium.org | 2012-06-07 | 1 | -66/+50 |
* | Move creation and ownership of DownloadManager from the embedder to content. ... | jam@chromium.org | 2012-06-06 | 1 | -10/+6 |
* | Use ByteStream in downloads system to decouple source and sink. | rdsmith@chromium.org | 2012-06-04 | 1 | -47/+63 |
* | Move test headers from content\test to content\public\test. This way we can e... | jam@chromium.org | 2012-06-04 | 1 | -3/+3 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |