summaryrefslogtreecommitdiffstats
path: root/content/browser/download/mock_download_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-3/+7
* 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-0/+2
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-061-45/+12
* Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl...kalman@chromium.org2011-12-061-12/+45
* DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.rdsmith@chromium.org2011-12-051-45/+12
* Move download speed calculation to file thread / DownloadFile class.benwells@chromium.org2011-11-301-1/+2
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-10/+8
* Fix properties on new download files.gavinp@chromium.org2011-11-171-0/+0
* Created a DownloadManager interface, for use in unit tests..ahendrickson@chromium.org2011-11-171-0/+226