summaryrefslogtreecommitdiffstats
path: root/content/browser/loader/resource_request_info_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Make PrerenderTracker's resource_throttle_io_thread_map_ use RenderFrame IDs ...jam@chromium.org2014-01-211-1/+9
* Fix chrome.webRequest.onBeforeRequest for requests coming from NPAPI plugin p...jam@chromium.org2014-01-191-0/+4
* Finally remove ResourceRequestInfo::GetAssociatedRenderView. Also remove the ...jam@chromium.org2014-01-071-27/+1
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Int...jam@chromium.org2013-12-281-1/+2
* A bunch of work to transition from render_view_id to render_frame_id.jam@chromium.org2013-12-201-7/+33
* Move more of the plugin code in the renderer to use RenderFrame instead of Re...jam@chromium.org2013-12-061-0/+7
* Explicitly prevent URL-to-app redirection for forced downloadssergeygs@chromium.org2013-11-271-0/+4
* Allow prefetches to outlive their owning RenderViewHost.davidben@chromium.org2013-11-201-0/+1
* Preserve should_replace_current_entry across request transfers.davidben@chromium.org2013-11-191-0/+3
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-3/+3
* Experimental Revert of 231910 "Allows prefetch and other detachable requests ...mmenke@chromium.org2013-11-041-4/+0
* Allows prefetch and other detachable requests to live beyond the renderer by ...jkarlin@google.com2013-10-301-0/+4
* Add header to defer redirects until prerenders become visible.davidben@chromium.org2013-10-011-2/+3
* Make ResourceHandlers stateless with respect to child/routing/request IDs.creis@chromium.org2013-09-251-0/+20
* Load NPAPI plugin resources through the browser process directly instead of g...jam@chromium.org2013-09-111-0/+3
* Chromium Blob hackingmichaeln@chromium.org2013-09-071-6/+0
* Revert "Chromium Blob hacking" This reverts r220754.tkent@chromium.org2013-09-021-0/+6
* Chromium Blob hackingmichaeln@chromium.org2013-09-011-6/+0
* Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ...michaeln@google.com2013-05-291-1/+1
* Implement offline mode behind a flag.rdsmith@chromium.org2013-04-201-0/+5
* Split the ProcessType enum into process types that content knows about (which...jam@chromium.org2013-03-221-1/+1
* Add Resource Handler for creating Streams to forward to extensionszork@chromium.org2013-03-201-0/+3
* Create a ResourceMessageDelegate interface to allow ResourceLoaders to directlysimonjam@chromium.org2013-02-151-5/+7
* Make page transition type to InterceptNavigationResourceThrottlethrottlejknotten@chromium.org2012-12-051-0/+4
* Add content/browser/loader/ for resource loading related classes.darin@chromium.org2012-12-051-0/+220