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

Issue 850926 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Dec 4
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DevTools should expect navigations to the same URL to be reloads

Project Member Reported by clamy@chromium.org, Jun 8 2018

Issue description

http/tests/inspector-protocol/network/disabled-cache-navigation.js makes several navigation to the same URL in the main frame, and does not expect them to be treated as reloads. This only works because they pass a FrameTreeNode id in their LoadURLParams, which is set in the NavigationEntry. The code to convert new navigations to reloads in NavigationController uses the presence of a FrameTreeNode id in the NavigationEntry to check if a the navigation is in the main frame or not, and does not check whether the FTN id corresponds to a main frame. This is incorrect and should be updated once this DevTOOL test no longer relies on navigations not being converted to reloads.
 
Components: Platform>DevTools

Comment 2 by kozy@chromium.org, Jun 11 2018

Owner: eostroukhov@chromium.org
Status: Assigned (was: Available)
Owner: dgozman@chromium.org
@clamy: could you elaborate how does the test depend on the navigation not being a reload? Or perhaps you have a patch which makes this test fail, so I can look at this locally?
Status: WontFix (was: Assigned)

Sign in to add a comment