summaryrefslogtreecommitdiffstats
path: root/content/browser/loader/resource_request_info_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of net::DO_NOT_PROMPT_FOR_LOGINbaranovich2015-01-151-0/+3
* Allow URL requests for object/embed tags to be intercepted as streams.raymes2014-11-211-1/+2
* Add is_main_frame and parent_is_main_frame to ResourceRequestInfo::AllocateFo...gab2014-11-131-2/+12
* Get rid of net::LOAD_ENABLE_UPLOAD_PROGRESS.ljagielski2014-10-291-0/+3
* Revert "Get rid of net::LOAD_ENABLE_UPLOAD_PROGRESS."Mitsuru Oshima2014-10-241-2/+0
* Get rid of net::LOAD_ENABLE_UPLOAD_PROGRESS.ljagielski2014-10-241-0/+2
* Fix outstanding request stats for multiple transfer navigations.creis2014-10-151-0/+1
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-3/+3
* Getting rid of net::LOAD_ENABLE_LOAD_CONTENT.ljagielski@opera.com2014-08-131-0/+3
* content: ResourceType cleanup.tfarina@chromium.org2014-07-311-11/+10
* Remove disable-embedded-shared-worker flag and shared worker process related ...horo@chromium.org2014-07-251-13/+2
* Update resource requests to remove redundant frame ID.creis@chromium.org2014-03-031-15/+7
* 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