Issue metadata
Sign in to add a comment
|
PAGE_TRANSITION_CLIENT_REDIRECT flag after DOMContentLoaded. |
||||||||||||||||||||
Issue descriptionThe 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.
,
Aug 20
I think this is still a good thing to fix and is correctly at P3 priority. |
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by sheriffbot@chromium.org
, Aug 20Status: Untriaged (was: Available)