summaryrefslogtreecommitdiffstats
path: root/content/child/web_url_loader_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Add workerReady timing for ServiceWorker controlled requests [2/3]ksakamoto2015-06-081-0/+2
* Make WebURLLoader capable of retaining received buffers.yhirano2015-06-031-12/+14
* Revert of Make WebURLLoader capable of retaining received buffers. (patchset ...maruel2015-06-031-14/+12
* Make WebURLLoader capable of retaining received buffers.yhirano2015-06-031-12/+14
* Refactoring timing info for ServiceWorker controlled requests [2/3]ksakamoto2015-05-281-6/+2
* Move the IsSupported* mime functions out of //net and into //components/mime_...rsleevi2015-04-301-2/+2
* Fix MimeHandlerView plugin loading for data: URLsraymes2015-04-231-0/+5
* PlzNavigate: Show error pages when the navigation failed before commitclamy2015-04-161-37/+9
* PlzNavigate: make RenderViewtest helper functions workclamy2015-04-091-7/+9
* Fixed an ignored return value introduced by the ResourceLoaderBridge removaloysteine2015-03-091-1/+1
* Remove obsolete code path that uses double as time stamp for metadata in the ...yangguo2015-02-211-4/+1
* Update instrumentation for many different bugs based on new UMA data.pkasting2015-02-211-6/+0
* Use int64 time stamp when storing metadata to the HTTP cache.yangguo2015-02-201-0/+3
* Fix regression from r317126 that caused a DCHECK in ResourceDispatcher.jam2015-02-201-8/+17
* Remove ResourceLoaderBridge interface.jam2015-02-191-35/+29
* Adding instrumentation to locate the source of jankiness.Peter Kasting2015-02-051-0/+6
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-231-1/+1
* Get rid of net::DO_NOT_PROMPT_FOR_LOGINbaranovich2015-01-151-0/+4
* replace COMPILE_ASSERT with static_assert in content/mostynb2015-01-131-93/+93
* WebUrlLoader: pick-up npnNegotiatedProtocol for DevTools.eustas2014-12-251-0/+2
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-4/+4
* PlzNavigate: Fill the FrameHostMsg_BeginNavigation_Params structure.fdegans2014-12-181-51/+1
* WebUrlLoader: pick-up wasFetchedViaSpdy bit.eustas2014-12-171-0/+1
* Properly handle defers loading in WebURLLoaderImpl for data urisjoaoe2014-12-081-1/+20
* Revert of Properly handle defers loading in WebURLLoaderImpl for data uris (p...kbr2014-12-021-22/+1
* Properly handle defers loading in WebURLLoaderImpl for data urisjoaoe2014-12-011-1/+22
* Support "shouldResetAppCache" request parameter.eustas2014-11-271-0/+2
* Revert of Support "shouldResetAppCache" request parameter. (patchset #9 id:16...eustas2014-11-271-2/+0
* Support "shouldResetAppCache" request parameter.eustas2014-11-271-0/+2
* Revert of Support "shouldResetAppCache" request parameter. (patchset #8 id:14...eustas2014-11-261-2/+0
* Support "shouldResetAppCache" request parameter.eustas2014-11-261-0/+2
* Use the request URL as the URL of the resources which are fetched ServiceWork...horo2014-11-201-6/+3
* PlzNavigate: support renderer-initiated navigationsclamy2014-11-191-0/+7
* Use content::Referrer to pass around referrers in the plugin codejochen2014-11-191-3/+2
* content: Post WebUrlLoader tasks through the RendererScheduler::DefaultTaskRu...rmcilroy2014-11-171-8/+16
* [Streams] Use WebDataConsumerHandle for URL loading.yhirano2014-11-171-6/+167
* [ServiceWorker] Pass FetchEvent related properties of WebURLRequest to Blink ...horo2014-11-121-0/+3
* Make the proxy server HostPortPair available in document_state so thatjeremyim2014-10-311-0/+1
* Revert "Make the proxy server HostPortPair available in document_state so that"Mike Wittman2014-10-311-1/+0
* Make the proxy server HostPortPair available in document_state so thatjeremyim2014-10-301-0/+1
* Get rid of net::LOAD_ENABLE_UPLOAD_PROGRESS.ljagielski2014-10-291-1/+1
* Revert "Get rid of net::LOAD_ENABLE_UPLOAD_PROGRESS."Mitsuru Oshima2014-10-241-1/+1
* Get rid of net::LOAD_ENABLE_UPLOAD_PROGRESS.ljagielski2014-10-241-1/+1
* Standardize usage of virtual/override/final in content/dcheng2014-10-211-17/+16
* [ServiceWorker] pipe ServiceWorkerResponseType from the SW to the page [2/2 c...horo2014-10-211-0/+1
* PlzNavigate: RequestNavigation on the renderer sideclamy2014-10-141-85/+3
* PlzNavigate: Implement CommitNavigation on the renderer sideclamy2014-10-071-1/+32
* Replace OVERRIDE and FINAL with override and final in content/child/[a-s]*anand.ratn2014-10-071-7/+7
* [ServiceWorker] pipe RequestContext and FrameType to ServiceWorker. [2/2 chro...horo2014-10-031-0/+89
* [ServiceWorker] Plumbing the request credentials mode to the ServiceWorker. [...horo2014-10-021-0/+15