Fix initial erroneous navigation in iframe to not add history entry.
commit100347913bd4cc00b33d116fcb6a298e565e468a
authornasko@chromium.org <nasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 3 Oct 2013 02:35:02 +0000 (3 02:35 +0000)
committernasko@chromium.org <nasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 3 Oct 2013 02:35:02 +0000 (3 02:35 +0000)
tree1a8452475d2fdf13cfe2360c9b119dbb3fa8d3d6
parent42c770f028f7fc90e25b30f4250b813e80bb4b33
Fix initial erroneous navigation in iframe to not add history entry.

The underlying issue is that AUTO_SUBFRAME transition type was incorrectly being set on subframe navigations. I'm fixing this to be compliant with the HTML5 spec.

Blink side of this patch is https://codereview.chromium.org/25269006/.

BUG=178380

Review URL: https://codereview.chromium.org/15294012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226669 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/errorpage_browsertest.cc
content/renderer/render_view_impl.cc