summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_file_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* [Downloads] Release power save blocker once a download request is done.asanka@chromium.org2014-04-111-4/+1
* Stop using net::FileStream synchronously in content/browser/donwloadhashimoto@chromium.org2014-04-031-1/+1
* Move more file_util functions to base namespace.brettw@chromium.org2014-03-131-1/+1
* Remove NetLog::LOG_BASIC.davidben@chromium.org2014-03-121-1/+1
* [Downloads] Move client guid for AV scanning of downloaded files to chrome/gbillock@chromium.org2013-08-101-0/+4
* Make ByteStream independent from DownloadInterruptReasontyoshino@chromium.org2013-08-021-1/+2
* Persist download ids across sessions by merging them with db_handles.benjhayden@chromium.org2013-07-121-0/+1
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* downloads: Improve download rate estimation.cbentzel@chromium.org2013-05-291-1/+2
* Get rid of DownloadItem::BytesSoFar.cbentzel@chromium.org2013-05-141-5/+2
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+2
* Fix build after r193020.dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Move ByteStream to content/browserzork@chromium.org2013-03-211-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Partially integrate filename determination with resumption.rdsmith@chromium.org2013-03-161-0/+3
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-6/+8
* Make content::PowerSaveBlocker publichashimoto@chromium.org2013-01-151-2/+2
* Split DownloadFile::Rename into RenameAndUniquify and RenameAndAnnotate.rdsmith@chromium.org2012-11-101-22/+46
* Minor cleanup in DownloadCreateInfo structure.rdsmith@chromium.org2012-11-011-2/+1
* Handle the case where IAttachmentExecute::Save() deletes a downloaded file.asanka@chromium.org2012-10-291-10/+5
* Move download code to the content namespace.jam@chromium.org2012-10-261-35/+32
* Refactor BaseFile methods to return a DownloadInterruptReason instead of a ne...asanka@chromium.org2012-10-251-16/+7
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-63/+53
* Shift passage of FileStream in downloads system to be by scoped_ptr<>.rdsmith@chromium.org2012-10-171-6/+6
* Shift "commit point" for when a download will no longer accept cancels.rdsmith@chromium.org2012-09-241-4/+16
* Use the user's preferred downloads directory for creating the initial downloa...asanka@chromium.org2012-09-151-1/+2
* Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-311-65/+64
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-301-64/+65
* Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...isherman@chromium.org2012-08-281-65/+64
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-271-64/+65
* Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-241-65/+64
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-241-64/+65
* Revert 152213 - Replace the DownloadFileManager with direct ownership of Down...rdsmith@chromium.org2012-08-191-65/+64
* Replace the DownloadFileManager with direct ownership of DownloadFile.rdsmith@chromium.org2012-08-181-64/+65
* Revert 151351 - Replace the DownloadFileManager with direct ownership yutak@chromium.org2012-08-141-65/+64
* Replace the DownloadFileManager with direct ownership rdsmith@chromium.org2012-08-131-64/+65
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-131-7/+37
* Revert 146162 - Move Rename functionality from DownloadFileManager to Downloa...rdsmith@chromium.org2012-07-111-39/+7
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-111-7/+39
* Shifted DownloadFile to exporting DownloadInterruptReasons.rdsmith@chromium.org2012-07-031-14/+17
* Improve download performance statistics.rdsmith@chromium.org2012-07-031-1/+1
* Do the Windows source file annotation at the end of the download.rdsmith@chromium.org2012-06-261-0/+2
* Removed checks for NULL DownloadManager in DownloadFileImpl.rdsmith@chromium.org2012-06-251-24/+19
* Simplifiy download initiation. rdsmith@chromium.org2012-06-181-1/+1
* NetLogEventParameter to Callback refactoring 11. mmenke@chromium.org2012-06-141-2/+2
* Power save blocker: switch to new implementation. In addition to making thingsmdm@chromium.org2012-06-111-1/+1