summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/resource_request_info_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Add content/browser/loader/ for resource loading related classes.darin@chromium.org2012-12-051-162/+0
* Don't hide asynchronous XHRs from web request handlersbattre@chromium.org2012-11-091-0/+1
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Remove the HANDLED_EXTERNALLY status code.mkosiba@chromium.org2012-09-071-0/+7
* Stop using ScopedAllowIO in content::ResourceDispatcherHostImplhashimoto@chromium.org2012-08-301-5/+0
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Revert r143458 (which re-applies r143341 and r142979). This CL also includesdarin@chromium.org2012-06-221-10/+11
* Revert r143341 and r142979.darin@chromium.org2012-06-211-11/+10
* Implement a ResourceThrottle for URL overriding in Chrome on Android.mkosiba@chromium.org2012-06-201-2/+1
* Make ResourceHandlers that defer loading also be responsible for calling Resumedarin@chromium.org2012-06-191-10/+11
* Refactor the guts of ResourceDispatcherHostImpl into a new class nameddarin@chromium.org2012-06-141-97/+2
* Remove magic iframe load transfer support.dimich@chromium.org2012-06-131-4/+0
* Move some code into the content namespace.darin@chromium.org2012-06-011-1/+1
* Make ResourceHandler be non-refcounted. Eliminate the OnRequestCloseddarin@chromium.org2012-05-311-3/+6
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-2/+10
* Add ResourceRequestInfo.darin@chromium.org2012-03-071-0/+249