summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_item.h
Commit message (Expand)AuthorAgeFilesLines
* Make passing of DownloadRequestHandle separate from DownloadCreateInfo.rdsmith@chromium.org2011-10-251-0/+1
* Add new UMA stats to get a handle on Downloads UI Usagebenjhayden@chromium.org2011-10-171-0/+4
* Added a InterruptReason enum.ahendrickson@chromium.org2011-10-131-7/+8
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-301-4/+1
* Retry r100017. This time, prevent a potential shutdown race by moving the cal...benjhayden@chromium.org2011-09-211-1/+3
* Revert 102126 - Make cancel remove cancelled download from active queues at t...rdsmith@chromium.org2011-09-211-15/+15
* Make cancel remove cancelled download from active queues at time of cancel.rdsmith@chromium.org2011-09-211-15/+15
* Revert 101510 - Make cancel remove cancelled download from active queues at t...rdsmith@chromium.org2011-09-161-15/+15
* Make cancel remove cancelled download from active queues at time of cancel.rdsmith@chromium.org2011-09-161-15/+15
* chrome.experimental.downloads.onCreated, onErasedbenjhayden@chromium.org2011-09-141-0/+2
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-2/+3
* Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequestsestade@chromium.org2011-09-071-3/+1
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-09-071-1/+3
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-041-2/+3
* Detect file system errors during downloads.ahendrickson@chromium.org2011-08-291-3/+3
* Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...dmaclach@chromium.org2011-08-291-4/+1
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-08-291-1/+4
* Made the cancel from CancelDownloadOnRename go through the full cancel path, rdsmith@chromium.org2011-08-261-1/+9
* Remove extensions code from download code. The delegate and other users in Ch...jam@chromium.org2011-08-231-25/+7
* Move DownloadHistoryInfo to content and rename it to DownloadPersistentStoreI...jam@chromium.org2011-08-221-3/+3
* Move DownloadHistory ownership and usage out from content to chrome. Download...jam@chromium.org2011-08-221-1/+6
* Move simple download calls to chrome code to use ContentBrowserClient interface.jam@chromium.org2011-08-191-5/+1
* Revert 97477 - Move simple download calls to chrome code to use ContentBrowse...wez@chromium.org2011-08-191-1/+5
* Move simple download calls to chrome code to use ContentBrowserClient interface.jam@chromium.org2011-08-191-5/+1
* Move the core download files to content.jam@chromium.org2011-08-151-0/+493