summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_file_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move timer functionality from DownloadFileManager to DownloadFileImpl.rdsmith@chromium.org2012-04-211-0/+19
* Make PowerSaveBlocker object an argument to DownloadFileImpl constructor rdsmith@chromium.org2012-04-191-1/+4
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-091-2/+3
* Back out r121050 from the trunk due to a compile failure.mark@chromium.org2012-02-081-3/+2
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-081-2/+3
* Added net logging to BaseFile.ahendrickson@chromium.org2012-02-051-10/+11
* Remove DownloadManager* dependency on DownloadStatusUpdater rdsmith@chromium.org2012-02-041-3/+4
* Move common file path related methods between chrome & content to file_util. ...jam@chromium.org2012-01-311-70/+0
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-0/+1
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-5/+12
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-3/+73
* Move download speed calculation to file thread / DownloadFile class.benwells@chromium.org2011-11-301-0/+4
* Created an interface for DownloadFile, for use in unit tests.ahendrickson@chromium.org2011-11-161-0/+109