summaryrefslogtreecommitdiffstats
path: root/content/browser/download/download_resource_handler.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid touching url_request_ in OnResponseCompletedInternalrdsmith@chromium.org2012-04-111-1/+2
* Move download_types.h to content/public and rename it to match the one struct...jam@chromium.org2012-03-131-3/+3
* Added callback to DownloadUrl() so we can find download failures where the do...ahendrickson@chromium.org2012-03-121-2/+2
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-4/+1
* Don't wait indefinitely for download ID to be assigned in DownloadResourceHan...bauerb@chromium.org2012-02-081-0/+4
* [Coverity] Changed pass-by-value to pass-by-refgroby@chromium.org2012-01-311-1/+1
* Saving content will prefer to retrieve the data out of the HTTP cache for GETs.cbentzel@chromium.org2012-01-281-3/+1
* Fix memory leak of DownloadCreateInfo if we couldn't find a DownloadManager. ...jam@chromium.org2012-01-271-1/+1
* Get rid of DownloadIdFactory and instead get the next id from DownloadManager...jam@chromium.org2012-01-271-7/+14
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-2/+2
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-1/+1
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-1/+1
* Fixed a header name error in UMA statistics that record what servers accept r...ahendrickson@chromium.org2011-11-301-5/+8
* Added UMA statistics to see what servers accept range requests.ahendrickson@chromium.org2011-11-291-0/+2
* Move ResourceResponse struct into the Content API, since it's used in Chrome....jam@chromium.org2011-11-241-2/+2
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-10/+19
* Created an interface for DownloadFile, for use in unit tests.ahendrickson@chromium.org2011-11-161-0/+1
* First pass at some Downloads UMA to get a handle on downloads performance.rdsmith@chromium.org2011-11-021-1/+4
* DownloadBuffer is used in two different ways, only one of which is used acros...ahendrickson@chromium.org2011-10-211-2/+5
* Retry r100017. This time, prevent a potential shutdown race by moving the cal...benjhayden@chromium.org2011-09-211-2/+4
* chrome.experimental.downloads.download() implementationbenjhayden@chromium.org2011-09-161-0/+8
* Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequestsestade@chromium.org2011-09-071-13/+10
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-09-071-10/+13
* Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...dmaclach@chromium.org2011-08-291-13/+10
* Make a new integer field in sql::MetaTable (a per-profile db) containing a co...benjhayden@chromium.org2011-08-291-10/+13
* Move simple download calls to chrome code to use ContentBrowserClient interface.jam@chromium.org2011-08-191-3/+3
* Move DownloadResourceHandler to content.jam@chromium.org2011-08-161-0/+100