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.
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.
Comment 1 by marshall@chromium.org
, Nov 28 2017