summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_item_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the DownloadManager and DownloadFile unittests to content so they can li...jam@chromium.org2012-01-301-348/+0
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-6/+6
* Move DownloadDangerType to its own file.jam@chromium.org2012-01-241-3/+3
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-2/+2
* Rename DownloadItem::BrowserContext to GetBrowserContext, to match other gett...jam@chromium.org2011-12-201-1/+1
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-4/+8
* Implemented ExternalData interface on DownloadItem and used it for SafeBrowsing.rdsmith@chromium.org2011-12-071-3/+68
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-061-23/+43
* Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl...kalman@chromium.org2011-12-061-43/+23
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-051-23/+43
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* Move download speed calculation to file thread / DownloadFile class.benwells@chromium.org2011-11-301-1/+3
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-3/+9
* Propagate the SafeBrowsing download protection verdict to the DownloadItem.noelutz@google.com2011-11-171-6/+3
* Store the download file hash in the DownloadItem. This will be usefulnoelutz@google.com2011-11-101-1/+1
* Remove 'using' from browser_thread.h, and make things compile.joi@chromium.org2011-11-031-0/+2
* Switch to composition for TestBrowserThread.joi@chromium.org2011-11-031-1/+1
* Add unit tests for DownloadItem notification generation.benwells@chromium.org2011-11-031-0/+251