| Commit message (Expand) | Author | Age | Files | Lines |
* | Move timer functionality from DownloadFileManager to DownloadFileImpl. | rdsmith@chromium.org | 2012-04-21 | 1 | -3/+47 |
* | Make PowerSaveBlocker object an argument to DownloadFileImpl constructor | rdsmith@chromium.org | 2012-04-19 | 1 | -8/+3 |
* | Disable crashing unit test on Linux. | husky@chromium.org | 2012-02-09 | 1 | -1/+8 |
* | Hooked up NetLog to DownloadItem, DownloadFile, and FileStream. | ahendrickson@chromium.org | 2012-02-09 | 1 | -1/+2 |
* | Back out r121050 from the trunk due to a compile failure. | mark@chromium.org | 2012-02-08 | 1 | -2/+1 |
* | Hooked up NetLog to DownloadItem, DownloadFile, and FileStream. | ahendrickson@chromium.org | 2012-02-08 | 1 | -1/+2 |
* | Remove DownloadManager* dependency on DownloadStatusUpdater | rdsmith@chromium.org | 2012-02-04 | 1 | -3/+2 |
* | Move the DownloadManager and DownloadFile unittests to content so they can li... | jam@chromium.org | 2012-01-30 | 1 | -1/+0 |
* | Get rid of DownloadIdFactory and instead get the next id from DownloadManager... | jam@chromium.org | 2012-01-27 | 1 | -4/+1 |
* | Created DownloadFileManager unit test. | ahendrickson@chromium.org | 2012-01-19 | 1 | -8/+2 |
* | Revert 118297 since it caused component build failure: | sadrul@chromium.org | 2012-01-19 | 1 | -2/+8 |
* | Created DownloadFileManager unit test. | ahendrickson@chromium.org | 2012-01-19 | 1 | -8/+2 |
* | Revert 117696 - Created DownloadFileManager unit test. | dcheng@chromium.org | 2012-01-13 | 1 | -2/+8 |
* | Created DownloadFileManager unit test. | ahendrickson@chromium.org | 2012-01-13 | 1 | -8/+2 |
* | In order to resume a download some more information needs to be gathered. | ahendrickson@chromium.org | 2011-12-22 | 1 | -6/+8 |
* | Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public... | jam@chromium.org | 2011-12-20 | 1 | -1/+3 |
* | Created an interface for DownloadFile, for use in unit tests. | ahendrickson@chromium.org | 2011-11-16 | 1 | -14/+14 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Use a DownloadRequestHandle pointer in construction to allow mocking for tests. | rdsmith@chromium.org | 2011-11-01 | 1 | -1/+2 |
* | Switch content tests to use BrowserThreadImpl directly. | joi@chromium.org | 2011-10-31 | 1 | -3/+5 |
* | Fix history importing by delaying DownloadManager creation. Replace GetNextId... | benjhayden@chromium.org | 2011-10-29 | 1 | -2/+10 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -3/+3 |
* | Make passing of DownloadRequestHandle separate from DownloadCreateInfo. | rdsmith@chromium.org | 2011-10-25 | 1 | -1/+2 |
* | Move DownloadFileTest and DevtoolsManagerTest to content_unittests | jochen@chromium.org | 2011-09-20 | 1 | -5/+0 |
* | Make BaseFile member functions return net::Error's. | ahendrickson@chromium.org | 2011-09-04 | 1 | -5/+6 |
* | Detect file system errors during downloads. | ahendrickson@chromium.org | 2011-08-29 | 1 | -2/+2 |
* | Move MockDownloadManagerDelegate to content since it's used by tests in conte... | jam@chromium.org | 2011-08-23 | 1 | -2/+1 |
* | Move the core download files to content. | jam@chromium.org | 2011-08-15 | 1 | -0/+196 |