summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_resource_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Plumb redirect info out of net, through content, and into child processes.davidben@chromium.org2014-08-151-4/+1
* Added SERVER_UNAUTHORIZED download interrupt reason.ljagielski@opera.com2014-07-241-1/+8
* Remove request_id parameter from ResourceHandler methods.davidben@chromium.org2014-05-281-20/+7
* [Downloads] Clear suggested filename on cross origin redirect.asanka@chromium.org2014-04-281-0/+8
* [Downloads] Release power save blocker once a download request is done.asanka@chromium.org2014-04-111-0/+4
* Safebrowsing download protection: include tab url chain & referrer.mattm@chromium.org2014-03-251-0/+49
* Explain the reason why we don't have thread check in destructor of ByteStream...tyoshino@chromium.org2014-03-141-0/+4
* Make ResourceDispatcherHostImpl::CancelRequest() tear down the loader.rdsmith@chromium.org2014-01-151-2/+2
* [Download] Return DownloadInterruptReason from OnStartedCallbackasanka@chromium.org2014-01-141-8/+11
* Adds the new URLRequest::OnBeforeNetworkStart hook to thejkarlin@chromium.org2014-01-091-0/+6
* [Downloads] Don't store or use validators unless they are strong.asanka@chromium.org2013-11-261-6/+9
* [Downloads] Cleanup DownloadResourceHandlerasanka@chromium.org2013-11-221-53/+35
* Make ResourceHandler::OnResponseCompleted take a defer output parameter.davidben@chromium.org2013-11-181-4/+3
* Clean up ResourceHandler API.creis@chromium.org2013-10-151-22/+23
* Revert 227318 "Clean up ResourceHandler API."creis@chromium.org2013-10-081-23/+22
* Clean up ResourceHandler API.creis@chromium.org2013-10-071-22/+23
* Make ResourceHandlers stateless with respect to child/routing/request IDs.creis@chromium.org2013-09-251-14/+12
* Correctly update cookie policy URL for downloads.jochen@chromium.org2013-08-141-0/+3
* [Downloads] Some UMA for downloads resumption.asanka@chromium.org2013-07-301-4/+3
* Persist download ids across sessions by merging them with db_handles.benjhayden@chromium.org2013-07-121-10/+5
* DownloadResourceHandler should consider more 2XX codes to be success.benjhayden@chromium.org2013-06-121-6/+8
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-5/+5
* Downloads get IDLE prioritycbentzel@chromium.org2013-05-201-0/+4
* [downloads] Remove erroneous comment about redirects.cbentzel@chromium.org2013-05-171-1/+0
* [Downloads] Add a RESUMING_INTERNAL state to DownloadItem.asanka@chromium.org2013-05-151-1/+2
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-2/+2
* Move ByteStream to content/browserzork@chromium.org2013-03-211-1/+1
* Synchronize sending of RST between server and client to avoid dropping bytes.rdsmith@chromium.org2013-01-221-2/+2
* Initial CL for Downloads resumption.rdsmith@chromium.org2013-01-121-19/+49
* Minor cleanup: make a method pure virtualmichaeln@chromium.org2012-12-201-0/+6
* content: Kill the base::Passed(foo.Pass()) meme.tfarina@chromium.org2012-12-181-2/+2
* Add UMA for measuring Content-Dispostion header use and abuse.asanka@chromium.org2012-12-171-0/+1
* Put in UMA to drill down on "misc" download error codes rdsmith@chromium.org2012-12-131-0/+8
* Make page transition type to InterceptNavigationResourceThrottlethrottlejknotten@chromium.org2012-12-051-1/+1
* Add content/browser/loader/ for resource loading related classes.darin@chromium.org2012-12-051-2/+2
* Minor cleanup in DownloadCreateInfo structure.rdsmith@chromium.org2012-11-011-5/+1
* Move download code to the content namespace.jam@chromium.org2012-10-261-25/+21
* Non-functional change to simply have Downloads query Prefs for the charset wh...pauljensen@chromium.org2012-10-231-1/+0
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-1/+0
* Shift passage of FileStream in downloads system to be by scoped_ptr<>.rdsmith@chromium.org2012-10-171-8/+6
* OnDownloadStarted takes DownloadItem* instead of DownloadIdbenjhayden@chromium.org2012-10-091-10/+11
* Report all failures in the network stack correctly in the download started ca...rdsmith@chromium.org2012-10-081-3/+16
* Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-311-0/+1
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-301-1/+0
* Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...isherman@chromium.org2012-08-281-0/+1
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-271-1/+0
* Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-241-0/+1
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-241-1/+0