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

Issue 756749 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug-Regression



Sign in to add a comment

PAGE_TRANSITION_CLIENT_REDIRECT flag after DOMContentLoaded.

Project Member Reported by arthurso...@chromium.org, Aug 18 2017

Issue description

The client redirect page transition should be added only if the frame navigates itself by Javascript before it has seen the DOMContentLoaded event.

That is not the case if you reproduce this:
* Navigate to http://example.com. Wait until page is loaded.
* Open DevTool, type: location.href = "https://www.google.com"
* For instance, in NavigationRequest::CreateRendererInitiated(), page_transition = 0x40000000
  0x40000000 => PAGE_TRANSITION_LINK | PAGE_TRANSITION_CLIENT_REDIRECT.
 
Project Member

Comment 1 by sheriffbot@chromium.org, Aug 20

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.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Labels: -Hotlist-Recharge-Cold
I think this is still a good thing to fix and is correctly at P3 priority.

Sign in to add a comment