summaryrefslogtreecommitdiffstats
path: root/content/child/resource_dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Remove ThreadedDataProvider and Receiverkinuko2016-03-031-19/+0
* Use attachment brokering for ResourceMsg_SetDataBuffer.erikchen2016-02-191-9/+0
* Inline leading chunks of small resources into IPC messagetzik2016-02-151-0/+3
* ResourceDispatcher: clarify RequestPeer's ownershipkinuko2016-02-031-8/+9
* More ResourceMsg debugging.erikchen2016-01-201-0/+5
* Revert of content: More paranoid debugging. (patchset #5 id:80001 of https://...erikchen2016-01-131-11/+0
* content: More paranoid debugging.erikchen2016-01-081-0/+11
* Cleanup ResourceDispatcher::PendingRequestInfokinuko2016-01-061-10/+9
* Switch to standard integer types in content/.avi2015-12-251-1/+4
* content: Create a new message ResourceMsg_DataReceivedDebug.erikchen2015-12-091-0/+4
* Remove debugging added to ResourceDispatcher.erikchen2015-11-131-5/+0
* content: Add more debugging to ResourceDispatcher.erikchen2015-11-061-0/+1
* content: Add debugging to resource dispatcher.erikchen2015-11-041-0/+4
* Revert of Revert "Post loading tasks on the appropriate WebFrameScheduler's q...treib2015-10-141-0/+5
* Revert "Post loading tasks on the appropriate WebFrameScheduler's queue."treib2015-10-141-5/+0
* Post loading tasks on the appropriate WebFrameScheduler's queue.alexclarke2015-10-071-0/+5
* Revert of Post loading tasks on the appropriate WebFrameScheduler's queue (pa...dmurph2015-10-021-5/+0
* Post loading tasks on the appropriate WebFrameScheduler's queue.alexclarke2015-10-021-0/+5
* Revert of Add a dummy variable to ResourceMsg_DataReceived. (patchset #4 id:6...erikchen2015-09-201-3/+0
* content: Add a dummy variable to ResourceMsg_DataReceived.erikchen2015-09-191-0/+3
* content: Remove an implicit assumption of resource_dispatcher.cc.erikchen2015-09-101-1/+1
* Remove --block-cross-site-documents (for now). We'll need to reimplement this...nick2015-06-161-1/+0
* Make WebURLLoader capable of retaining received buffers.yhirano2015-06-031-0/+2
* Revert of Make WebURLLoader capable of retaining received buffers. (patchset ...maruel2015-06-031-2/+0
* Make WebURLLoader capable of retaining received buffers.yhirano2015-06-031-0/+2
* Remove ResourceLoaderBridge interface.jam2015-02-191-20/+30
* Throttle resource message requests during user interactionjdduke2015-02-051-0/+6
* Revert of Throttle resource message requests during user interaction (patchse...dcheng2015-02-051-6/+0
* Throttle resource message requests during user interactionjdduke2015-02-051-0/+6
* Threaded data provider: Support main thread data notifications (Chrome side)oysteine2015-02-051-0/+8
* ResourceDispatcher: put WeakPtrFactory lastdmichael2014-12-181-2/+2
* Introduce a ResourceSchedulingFilter and hook it up to the blink scheduler.alexclarke2014-12-171-1/+11
* Standardize usage of virtual/override/final in content/dcheng2014-10-211-2/+2
* Replace OVERRIDE and FINAL with override and final in content/child/[a-s]*anand.ratn2014-10-071-1/+1
* Refactoring the weak_ptr_factory order in src/content/childmohan.reddy2014-09-121-2/+2
* Move resource_loader_bridge.* from webkit/child to content/child.tfarina2014-09-051-6/+2
* Plumb redirect info out of net, through content, and into child processes.davidben@chromium.org2014-08-151-2/+5
* content: ResourceType cleanup.tfarina@chromium.org2014-07-311-3/+4
* Move resource_type.* from webkit/ to content/.tfarina@chromium.org2014-07-051-1/+1
* Fix leak WebURLLoaderImpl::Context leak on cancel.mmenke@chromium.org2014-06-231-2/+2
* Revert 276494 "Revert 275655 "Redirect HTML resource bytes direc..."oysteine@chromium.org2014-06-161-0/+11
* Fix a potential file handle leak in ResourceDispatchermmenke@chromium.org2014-06-161-1/+2
* Revert 275655 "Redirect HTML resource bytes directly to parser t..."inferno@chromium.org2014-06-111-11/+0
* Redirect HTML resource bytes directly to parser thread (Chrome side)oysteine@chromium.org2014-06-071-0/+11
* Move resource_response_info from webkit/ to content/pilgrim@chromium.org2014-05-281-5/+4
* Revert 269361 "Fix WebURLLoaderImpl::Context leak if a pending r..."erg@chromium.org2014-05-191-1/+0
* Move first-party cookie URL logic to browser process.davidben@chromium.org2014-05-141-0/+1
* Remove routing_id parameter from ResourceDispatcher::DidChangePriority().tfarina@chromium.org2014-05-131-2/+1
* Reland another small part of r267947. Second attempt.tfarina@chromium.org2014-05-091-34/+27
* Fix WebURLLoaderImpl::Context leak if a pending request is canceled.kcwu@chromium.org2014-05-091-0/+1