summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_file_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-186/+0
* Shift passage of FileStream in downloads system to be by scoped_ptr<>.rdsmith@chromium.org2012-10-171-3/+6
* Shift "commit point" for when a download will no longer accept cancels.rdsmith@chromium.org2012-09-241-47/+3
* Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-311-0/+227
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-301-227/+0
* Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...isherman@chromium.org2012-08-281-0/+227
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-271-227/+0
* Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-241-0/+227
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-241-227/+0
* Revert 152213 - Replace the DownloadFileManager with direct ownership of Down...rdsmith@chromium.org2012-08-191-0/+227
* Replace the DownloadFileManager with direct ownership of DownloadFile.rdsmith@chromium.org2012-08-181-227/+0
* Revert 151351 - Replace the DownloadFileManager with direct ownership yutak@chromium.org2012-08-141-0/+227
* Replace the DownloadFileManager with direct ownership rdsmith@chromium.org2012-08-131-227/+0
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-131-33/+5
* Revert 146162 - Move Rename functionality from DownloadFileManager to Downloa...rdsmith@chromium.org2012-07-111-5/+33
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-111-33/+5
* Shifted DownloadFile to exporting DownloadInterruptReasons.rdsmith@chromium.org2012-07-031-7/+5
* Refactors to simplify rename pathway in DownloadFileManager.rdsmith@chromium.org2012-07-021-106/+29
* Revert 144817 - Refactors to simplify rename pathway in DownloadFileManager.bartfab@google.com2012-06-291-29/+106
* Refactors to simplify rename pathway in DownloadFileManager.rdsmith@chromium.org2012-06-281-106/+29
* Do the Windows source file annotation at the end of the download.rdsmith@chromium.org2012-06-261-3/+5
* Removed checks for NULL DownloadManager in DownloadFileImpl.rdsmith@chromium.org2012-06-251-8/+1
* Remove vestiges of DownloadFileManager driven in progress updates.rdsmith@chromium.org2012-06-221-19/+0
* Simplifiy download initiation. rdsmith@chromium.org2012-06-181-56/+13
* Power save blocker: switch to new implementation. In addition to making thingsmdm@chromium.org2012-06-111-3/+4
* Support NULL DownloadManagerDelegates.jam@chromium.org2012-06-071-1/+3
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-041-111/+17
* Download filename determination refactor (1/3)asanka@chromium.org2012-05-301-22/+44
* Add defer out params to ResourceHandler's OnResponseStarteddarin@chromium.org2012-05-211-3/+0
* Move timer functionality from DownloadFileManager to DownloadFileImpl.rdsmith@chromium.org2012-04-211-28/+0
* Make PowerSaveBlocker object an argument to DownloadFileImpl constructor rdsmith@chromium.org2012-04-191-4/+8
* TabContents -> WebContentsImpl, part 7.avi@chromium.org2012-04-111-1/+1
* Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...jbates@chromium.org2012-03-271-5/+9
* Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...aa@chromium.org2012-03-261-9/+5
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-261-5/+9
* Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta...rnk@chromium.org2012-03-231-9/+5
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-231-5/+9
* Added callback to DownloadUrl() so we can find download failures where the do...ahendrickson@chromium.org2012-03-121-5/+1
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-4/+2
* Move download interrupt reasons to content\public (the enum that's used by ch...jam@chromium.org2012-03-081-8/+9
* Fixed issues with interrupting a download at the start.ahendrickson@chromium.org2012-02-251-9/+22
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-091-7/+14
* Back out r121050 from the trunk due to a compile failure.mark@chromium.org2012-02-081-14/+7
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-081-7/+14
* Remove DownloadManager* dependency on DownloadStatusUpdater rdsmith@chromium.org2012-02-041-21/+18
* Move common file path related methods between chrome & content to file_util. ...jam@chromium.org2012-01-311-2/+4
* Move DownloadFile back to content\browser\download. Only static functions in ...jam@chromium.org2012-01-311-1/+0
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-0/+1
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-191-2/+2
* Revert 118297 since it caused component build failure:sadrul@chromium.org2012-01-191-2/+2