New issue
Advanced search Search tips

Issue 789252 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Mac
Pri: 3
Type: Bug-Regression



Sign in to add a comment

PlzNavigate: Empty popups no longer receive WebContentsDelegate::LoadingStateChanged notification

Project Member Reported by marshall@chromium.org, Nov 28 2017

Issue description

Chrome Version: master revision adb61db1 (#508578)
OS: Windows 10 64-bit

What steps will reproduce the problem?
(1) Enter the following in the address bar:
javascript:window.open("javascript:window.open('https://www.google.com')")

What is the expected result?
This creates two popup windows, one empty and one loading https://www.google.com. Both popups should result in a call to WebContentsDelegate::LoadingStateChanged.

What happens instead?
With --disable-browser-side-navigation I get the expected behavior. With --enable-browser-side-navigation only the https://www.google.com navigation results in a call to WebContentsDelegate::LoadingStateChanged and I get the following warning:

[1128/152329.691:WARNING:render_frame_host_impl.cc(2647)] OnDidStopLoading was called twice.

 
Description: Show this description

Sign in to add a comment