summaryrefslogtreecommitdiffstats
path: root/content/child/web_url_loader_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Update {virtual,override} to follow C++11 style in content.nick2015-04-241-21/+21
* Remove ResourceLoaderBridge interface.jam2015-02-191-81/+22
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* Introduce a ResourceSchedulingFilter and hook it up to the blink scheduler.alexclarke2014-12-171-1/+1
* Properly handle defers loading in WebURLLoaderImpl for data urisjoaoe2014-12-081-1/+39
* Revert of Properly handle defers loading in WebURLLoaderImpl for data uris (p...kbr2014-12-021-20/+1
* Properly handle defers loading in WebURLLoaderImpl for data urisjoaoe2014-12-011-1/+20
* content: Post WebUrlLoader tasks through the RendererScheduler::DefaultTaskRu...rmcilroy2014-11-171-7/+9
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-1/+1
* Standardize usage of virtual/override/final in content/dcheng2014-10-211-12/+11
* PlzNavigate: Implement CommitNavigation on the renderer sideclamy2014-10-071-2/+60
* Replace OVERRIDE and FINAL with override and final in content/child/[a-s]*anand.ratn2014-10-071-16/+16
* Move resource_loader_bridge.* from webkit/child to content/child.tfarina2014-09-051-3/+3
* Add some includes to web_url_loader_impl.tyoshino@chromium.org2014-08-221-0/+1
* Plumb redirect info out of net, through content, and into child processes.davidben@chromium.org2014-08-151-1/+7
* Fix leak WebURLLoaderImpl::Context leak on cancel.mmenke@chromium.org2014-06-231-0/+643