New issue
Advanced search Search tips

Issue 740130 link

Starred by 5 users

Issue metadata

Status: Duplicate
Merged: issue 747130
Owner:
Closed: May 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug
Proj-Servicification

Blocked on:
issue 603396
issue 689549

Blocking:
issue 598073
issue 715630



Sign in to add a comment

Always use mojom::URLLoader for NavigationRequest

Project Member Reported by jam@chromium.org, Jul 7 2017

Issue description

Currently there are two NavigationURLLoader implementations: one that uses ResourceDispatcherHost (NavigationURLLoaderImpl) and one that uses network service (NavigationURLLoaderNetworkService).

As we've discussed, in order to migrate many features' networking glue to be compatible with the network service, we need to use the URLLoader interface whether the network service is in use or not. That way, for example service worker or download code can use the same interface to talk to the provider of network requests. We could ship the new code independent of the network service launch.

It shouldn't be much work to wrap the plznavigate use of RDH through a URLLoader interface. We need to wait for MojoLoading and PlzNavigate to launch first though.
 

Comment 1 by jam@chromium.org, Jul 13 2017

Owner: clamy@chromium.org
Status: Assigned (was: Available)
Assigning to Camille since she said someone from PAR will look at this in Q3.

Comment 2 by dougt@chromium.org, Oct 20 2017

Components: Internals>Network>Service

Comment 3 by laforge@google.com, Nov 7 2017

Components: -Internals>Network>Service Internals>Services>Network
Apologies, applied the wrong component in bulk.

Comment 4 by jam@chromium.org, May 1 2018

Mergedinto: 747130
Status: Duplicate (was: Assigned)

Sign in to add a comment