New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 692595 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Plznavigate: FrameLoader::shouldContinueForNavigationPolicy is called two time per request, shouldCheckMainWorldContentSecurityPolicy is always true the second time.

Project Member Reported by arthurso...@chromium.org, Feb 15 2017

Issue description

With PlzNavigate, we currently use a dirty hack to commit navigation inside
blink. It is temporarily. After the navigation has been done in the browser, it
is committed inside the renderer. The browser sends a request to the renderer,
but in a way, it is the response. It is essentially a request with a few
attributes that tells the renderer that it doesn't have to submit a new network
request and where it can find the response.
So 2 requests are made, one for the request and one for the "response".

For the second request, the renderer doesn't know if the request was submitted
from an isolated world and it will block the request if we don't prevent it to
do so.

This bug will be solved when one of these solutions is true:
1) When PlzNavigate will use a more elegant way to send a response into the renderer
2) If shouldContinueForNavigationPolicy call is disabled when the request is a
   response.
3) If shouldCheckMainWorldContentSecurityPolicy is sent back to the renderer.
 
Components: UI>Browser>Navigation
Project Member

Comment 2 by sheriffbot@chromium.org, Feb 16 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Labels: -Hotlist-Recharge-Cold
Status: Assigned (was: Untriaged)
It will be solved once 1) is done. (NavigationMojoResponse)
Reassigning to me.

Sign in to add a comment