DescriptionFix going back to a script-injected about:blank frame.
This is a minimal change that avoids having the renderer make IPCs to
the browser to get history items that would just turn out to be
about:blank. The renderer can commit these synchronously.
This approach has one known issue: going back to a page whose
subframe had a real initial URL but was navigated to about:blank will
break (and load the initial URL rather than about:blank).
BUG=657896
TEST=See bug for repro steps.
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
[Closed in favor of a more correct fix: https://codereview.chromium.org/2438743005/]
Patch Set 1 #Patch Set 2 : Updated fix, revised tests #Patch Set 3 : Add tests for about:blank and srcdoc #Patch Set 4 : Disable srcdoc test in PlzNavigate #
Total comments: 10
Patch Set 5 : Fix nits. #
Messages
Total messages: 29 (22 generated)
|