Add test case for two URLs being loaded in quick succession when using WKBasedNavigationManager |
||
Issue descriptionWith WKBasedNavigationManager, loading of app-specific URLs are handled in two phases: first load about:blank placeholder URL to the WKWebView, then trigger the native controller of WebUI load. I'm concerned that if another navigation is initiated between the two phases will lead to bad outcome. We don't currently have any tests for this case.
,
Oct 29
This is still needed.
,
Nov 19
,
Nov 19
Correct, this shouldn't block launch. The only known scenario where this happens is in egtests when a test loads a web UI URL before chrome://newtab finishes loading. https://chromium-review.googlesource.com/1097564 added a special case in crw_web_controller.mm to work around this case. I think we can close this bug, because there's no other known way to exploit this situation. |
||
►
Sign in to add a comment |
||
Comment 1 by sheriffbot@chromium.org
, Oct 29Status: Untriaged (was: Available)