Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(368)

Issue 1303323003: Ignore in-page navigations on the initial blank page. (Closed)

Created:
5 years, 4 months ago by Charlie Reis
Modified:
5 years, 2 months ago
Reviewers:
CC:
chromium-reviews, jam, nasko+codewatch_chromium.org, creis+watch_chromium.org, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Ignore 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -4 lines) Patch
M content/browser/frame_host/navigation_controller_impl.cc View 1 2 chunks +13 lines, -4 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_browsertest.cc View 1 1 chunk +51 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698