Chromium Code Reviews
DescriptionIgnore in-page navigations on the initial blank page.
The initial blank page has no committed NavigationEntry, and in-page
navigations preserve the frame tree. To be consistent, we should not
have NavigationEntries for in-page navigations on that page either.
BUG=522193
TEST=Add subframe to initial about:blank, then in-page navigation,
then add grandchild subframe. Shouldn't crash in --site-per-process.
[Closed: Decided to create NavEntries for the initial blank page instead.]
Patch Set 1 #Patch Set 2 : Clean up and add test #
|
||||||||||||||||||||||||||||