summaryrefslogtreecommitdiffstats
path: root/chrome/browser/android/intercept_download_resource_throttle.cc
Commit message (Expand)AuthorAgeFilesLines
* add a flag to enable/disable download interception on androidqinmin2016-02-261-0/+10
* Add UMA for download intercept failure reasonsqinmin2015-07-271-7/+45
* Fix an issue that download will not start for channel-bound cookies.qinmin2014-11-051-0/+8
* Data reduction proxy to a layered component.megjablon2014-10-141-1/+1
* Remove implicit conversions from scoped_refptr to T* in chrome/dcheng2014-10-071-3/+3
* Add data reduction functionality to all platforms.kundaji2014-09-231-4/+0
* Revert 282243 "Fix an issue that android Download Manager doesn'..."qinmin2014-09-121-10/+0
* 1. Adds action-parsing functionality for data reduction proxy header.xingx@chromium.org2014-08-081-1/+1
* Revert 287855 "1. Adds action-parsing functionality for data red..."hashimoto@chromium.org2014-08-071-1/+1
* 1. Adds action-parsing functionality for data reduction proxy header.xingx@chromium.org2014-08-061-1/+1
* Revert of Modify data_reduction_proxy_header to support tamper detection logi...robliao@chromium.org2014-08-051-1/+1
* 1. Adds action-parsing functionality for data reduction proxy header.xingx@chromium.org2014-08-051-1/+1
* Bypass android download manager if response is not yet receivedqinmin@chromium.org2014-07-171-7/+5
* Fix an issue that android Download Manager doesn't handle OMA files correctlyqinmin@chromium.org2014-07-101-5/+15
* Moved data reduction proxy header processing out of netbengr@chromium.org2014-06-151-2/+3
* Moved data reduction proxy chrome code to componentbengr@chromium.org2014-04-141-1/+2
* Support for new data reduction proxy via headerbengr@chromium.org2014-02-141-6/+2
* Use the Android Download Manager for data reduction proxy downloads.bengr@chromium.org2013-12-121-2/+24
* Make resource throttles and AsyncResourceHandler add events to NetLogmmenke@chromium.org2013-12-041-1/+5
* Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.cdn@chromium.org2013-08-221-1/+1
* Bypass the android download manager for all schemes other than http and httpsqinmin@chromium.org2013-04-251-2/+5
* Bypass download manager if url scheme is filesystemqinmin@chromium.org2013-04-241-0/+4
* fix a problem that android cannot download files with basic authenticationqinmin@chromium.org2013-04-101-1/+2
* Android: Use a ResourceThrottle to intercept GET downloads.nileshagrawal@chromium.org2013-04-061-0/+45