summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_file_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move timer functionality from DownloadFileManager to DownloadFileImpl.rdsmith@chromium.org2012-04-211-3/+47
* Make PowerSaveBlocker object an argument to DownloadFileImpl constructor rdsmith@chromium.org2012-04-191-8/+3
* Disable crashing unit test on Linux.husky@chromium.org2012-02-091-1/+8
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-091-1/+2
* Back out r121050 from the trunk due to a compile failure.mark@chromium.org2012-02-081-2/+1
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-081-1/+2
* Remove DownloadManager* dependency on DownloadStatusUpdater rdsmith@chromium.org2012-02-041-3/+2
* Move the DownloadManager and DownloadFile unittests to content so they can li...jam@chromium.org2012-01-301-1/+0
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-4/+1
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-191-8/+2
* Revert 118297 since it caused component build failure:sadrul@chromium.org2012-01-191-2/+8
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-191-8/+2
* Revert 117696 - Created DownloadFileManager unit test.dcheng@chromium.org2012-01-131-2/+8
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-131-8/+2
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-6/+8
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-1/+3
* Created an interface for DownloadFile, for use in unit tests.ahendrickson@chromium.org2011-11-161-14/+14
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Use a DownloadRequestHandle pointer in construction to allow mocking for tests.rdsmith@chromium.org2011-11-011-1/+2
* Switch content tests to use BrowserThreadImpl directly.joi@chromium.org2011-10-311-3/+5
* Fix history importing by delaying DownloadManager creation. Replace GetNextId...benjhayden@chromium.org2011-10-291-2/+10
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Make passing of DownloadRequestHandle separate from DownloadCreateInfo.rdsmith@chromium.org2011-10-251-1/+2
* Move DownloadFileTest and DevtoolsManagerTest to content_unittestsjochen@chromium.org2011-09-201-5/+0
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-041-5/+6
* Detect file system errors during downloads.ahendrickson@chromium.org2011-08-291-2/+2
* Move MockDownloadManagerDelegate to content since it's used by tests in conte...jam@chromium.org2011-08-231-2/+1
* Move the core download files to content.jam@chromium.org2011-08-151-0/+196