summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_resource_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Fix history importing by delaying DownloadManager creation. Replace GetNextId...benjhayden@chromium.org2011-10-291-2/+2
* Replace NewRunnableMethod with Callback in DownloadResourceHandler.achuith@chromium.org2011-10-281-13/+7
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Make passing of DownloadRequestHandle separate from DownloadCreateInfo.rdsmith@chromium.org2011-10-251-5/+7
* Fix a bug where putting a laptop to sleep causes downloads to end normally.ahendrickson@chromium.org2011-10-241-3/+21
* DownloadBuffer is used in two different ways, only one of which is used acros...ahendrickson@chromium.org2011-10-211-14/+11
* Retry r100017. This time, prevent a potential shutdown race by moving the cal...benjhayden@chromium.org2011-09-211-6/+13
* chrome.experimental.downloads.download() implementationbenjhayden@chromium.org2011-09-161-0/+14
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-2/+2
* Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequestsestade@chromium.org2011-09-071-12/+5
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-09-071-5/+12
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-041-2/+3
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+2
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+2
* Treat files downloaded from the address bar as "always safe" (including exten...pkasting@chromium.org2011-08-301-7/+4
* Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...dmaclach@chromium.org2011-08-291-6/+5
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-08-291-5/+6
* Move download UMA functions to their own file in content. Also fire the chrom...jam@chromium.org2011-08-161-3/+3
* Move DownloadResourceHandler to content.jam@chromium.org2011-08-161-0/+265