summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_file_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Update remaining code to include NetLog files from net/log directory rather t...eroman2015-04-021-1/+1
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-16/+14
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-11/+11
* [Downloads] Retry renames after transient failures.asanka2014-09-261-0/+29
* Revert 278483 "[Downloads] Retry renames after transient failures."yzshen@chromium.org2014-06-201-29/+0
* [Downloads] Retry renames after transient failures.asanka@chromium.org2014-06-191-0/+29
* [Downloads] Release power save blocker once a download request is done.asanka@chromium.org2014-04-111-5/+0
* [Downloads] Move client guid for AV scanning of downloaded files to chrome/gbillock@chromium.org2013-08-101-0/+1
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-2/+2
* downloads: Improve download rate estimation.cbentzel@chromium.org2013-05-291-0/+2
* Get rid of DownloadItem::BytesSoFar.cbentzel@chromium.org2013-05-141-1/+0
* Move ByteStream to content/browserzork@chromium.org2013-03-211-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-5/+5
* Split DownloadFile::Rename into RenameAndUniquify and RenameAndAnnotate.rdsmith@chromium.org2012-11-101-4/+7
* Minor cleanup in DownloadCreateInfo structure.rdsmith@chromium.org2012-11-011-1/+0
* Handle the case where IAttachmentExecute::Save() deletes a downloaded file.asanka@chromium.org2012-10-291-2/+1
* Move download code to the content namespace.jam@chromium.org2012-10-261-12/+12
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-28/+26
* Shift passage of FileStream in downloads system to be by scoped_ptr<>.rdsmith@chromium.org2012-10-171-2/+2
* Shift "commit point" for when a download will no longer accept cancels.rdsmith@chromium.org2012-09-241-1/+1
* Use the user's preferred downloads directory for creating the initial downloa...asanka@chromium.org2012-09-151-0/+3
* Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-311-22/+25
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-301-25/+22
* Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...isherman@chromium.org2012-08-281-22/+25
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-271-25/+22
* Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-241-22/+25
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-241-25/+22
* Revert 152213 - Replace the DownloadFileManager with direct ownership of Down...rdsmith@chromium.org2012-08-191-22/+25
* Replace the DownloadFileManager with direct ownership of DownloadFile.rdsmith@chromium.org2012-08-181-25/+22
* Revert 151351 - Replace the DownloadFileManager with direct ownership yutak@chromium.org2012-08-141-22/+25
* Replace the DownloadFileManager with direct ownership rdsmith@chromium.org2012-08-131-25/+22
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-131-5/+6
* Revert 146162 - Move Rename functionality from DownloadFileManager to Downloa...rdsmith@chromium.org2012-07-111-6/+5
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-111-5/+6
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Shifted DownloadFile to exporting DownloadInterruptReasons.rdsmith@chromium.org2012-07-031-4/+5
* Simplifiy download initiation. rdsmith@chromium.org2012-06-181-1/+1
* Power save blocker: switch to new implementation. In addition to making thingsmdm@chromium.org2012-06-111-4/+3
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-041-3/+30
* Move timer functionality from DownloadFileManager to DownloadFileImpl.rdsmith@chromium.org2012-04-211-0/+7
* Make PowerSaveBlocker object an argument to DownloadFileImpl constructor rdsmith@chromium.org2012-04-191-0/+7
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-091-2/+4
* Back out r121050 from the trunk due to a compile failure.mark@chromium.org2012-02-081-4/+2
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-081-2/+4
* Move DownloadFile back to content\browser\download. Only static functions in ...jam@chromium.org2012-01-311-5/+1
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-2/+2
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-3/+5
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-5/+9
* Move download speed calculation to file thread / DownloadFile class.benwells@chromium.org2011-11-301-0/+1
* Created an interface for DownloadFile, for use in unit tests.ahendrickson@chromium.org2011-11-161-0/+66