summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_file.h
Commit message (Expand)AuthorAgeFilesLines
* [Downloads] Move client guid for AV scanning of downloaded files to chrome/gbillock@chromium.org2013-08-101-0/+5
* Get rid of DownloadItem::BytesSoFar.cbentzel@chromium.org2013-05-141-1/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-4/+5
* Initial CL for Downloads resumption.rdsmith@chromium.org2013-01-121-3/+3
* Split DownloadFile::Rename into RenameAndUniquify and RenameAndAnnotate.rdsmith@chromium.org2012-11-101-16/+13
* Handle the case where IAttachmentExecute::Save() deletes a downloaded file.asanka@chromium.org2012-10-291-4/+6
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-9/+14
* Shift "commit point" for when a download will no longer accept cancels.rdsmith@chromium.org2012-09-241-5/+6
* Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-311-13/+11
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-301-11/+13
* Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...isherman@chromium.org2012-08-281-13/+11
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-271-11/+13
* Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-241-13/+11
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-241-11/+13
* Revert 152213 - Replace the DownloadFileManager with direct ownership of Down...rdsmith@chromium.org2012-08-191-13/+11
* Replace the DownloadFileManager with direct ownership of DownloadFile.rdsmith@chromium.org2012-08-181-11/+13
* Revert 151351 - Replace the DownloadFileManager with direct ownership yutak@chromium.org2012-08-141-13/+11
* Replace the DownloadFileManager with direct ownership rdsmith@chromium.org2012-08-131-11/+13
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-131-3/+16
* Revert 146162 - Move Rename functionality from DownloadFileManager to Downloa...rdsmith@chromium.org2012-07-111-16/+3
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-111-3/+16
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Shifted DownloadFile to exporting DownloadInterruptReasons.rdsmith@chromium.org2012-07-031-4/+5
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-041-9/+1
* Move common file path related methods between chrome & content to file_util. ...jam@chromium.org2012-01-311-21/+0
* Move DownloadFile back to content\browser\download. Only static functions in ...jam@chromium.org2012-01-311-0/+99
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-92/+0
* 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-36/+49
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-101-1/+0
* Use a DownloadRequestHandle pointer in construction to allow mocking for tests.rdsmith@chromium.org2011-11-011-2/+3
* Fix history importing by delaying DownloadManager creation. Replace GetNextId...benjhayden@chromium.org2011-10-291-2/+4
* Make passing of DownloadRequestHandle separate from DownloadCreateInfo.rdsmith@chromium.org2011-10-251-0/+1
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-1/+2
* Remove the last Chrome include from content downloads code. This moves some m...jam@chromium.org2011-08-231-0/+20
* Move the core download files to content.jam@chromium.org2011-08-151-0/+54