summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_file_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Refactors to simplify rename pathway in DownloadFileManager.rdsmith@chromium.org2012-07-021-30/+7
* Revert 144817 - Refactors to simplify rename pathway in DownloadFileManager.bartfab@google.com2012-06-291-7/+30
* Refactors to simplify rename pathway in DownloadFileManager.rdsmith@chromium.org2012-06-281-30/+7
* Remove vestiges of DownloadFileManager driven in progress updates.rdsmith@chromium.org2012-06-221-5/+0
* Simplifiy download initiation. rdsmith@chromium.org2012-06-181-17/+14
* Support NULL DownloadManagerDelegates.jam@chromium.org2012-06-071-4/+7
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-041-17/+6
* Download filename determination refactor (1/3)asanka@chromium.org2012-05-301-28/+46
* Move timer functionality from DownloadFileManager to DownloadFileImpl.rdsmith@chromium.org2012-04-211-4/+0
* TabContents -> WebContentsImpl, part 9.avi@chromium.org2012-04-121-4/+4
* Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...jbates@chromium.org2012-03-271-1/+1
* Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...aa@chromium.org2012-03-261-1/+1
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-261-1/+1
* Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta...rnk@chromium.org2012-03-231-1/+1
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-231-1/+1
* Test file errors in downloads.ahendrickson@chromium.org2012-03-141-0/+8
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-5/+2
* Move download interrupt reasons to content\public (the enum that's used by ch...jam@chromium.org2012-03-081-2/+2
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-091-2/+8
* Back out r121050 from the trunk due to a compile failure.mark@chromium.org2012-02-081-8/+2
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-081-2/+8
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-11/+15
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-191-1/+2
* Revert 118297 since it caused component build failure:sadrul@chromium.org2012-01-191-2/+1
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-191-1/+2
* Revert 117696 - Created DownloadFileManager unit test.dcheng@chromium.org2012-01-131-2/+1
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-131-1/+2
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-1/+2
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-8/+8
* Added a download file factory to the download file manager, for testing.ahendrickson@chromium.org2011-12-081-1/+17
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-101-6/+0
* Make passing of DownloadRequestHandle separate from DownloadCreateInfo.rdsmith@chromium.org2011-10-251-2/+4
* Fix a bug where putting a laptop to sleep causes downloads to end normally.ahendrickson@chromium.org2011-10-241-2/+3
* DownloadBuffer is used in two different ways, only one of which is used acros...ahendrickson@chromium.org2011-10-211-3/+6
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-301-2/+2
* Retry r100017. This time, prevent a potential shutdown race by moving the cal...benjhayden@chromium.org2011-09-211-16/+11
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-1/+2
* Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequestsestade@chromium.org2011-09-071-11/+16
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-09-071-16/+11
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-041-3/+4
* Detect file system errors during downloads.ahendrickson@chromium.org2011-08-291-3/+4
* Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...dmaclach@chromium.org2011-08-291-11/+16
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-08-291-16/+11
* Move DownloadHistory ownership and usage out from content to chrome. Download...jam@chromium.org2011-08-221-3/+4
* Move the core download files to content.jam@chromium.org2011-08-151-0/+173