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

Issue 2161393002: Clone children of FrameNavigationEntries for in-page navigations. (Closed)

Created:
4 years, 5 months ago by Charlie Reis
Modified:
4 years, 4 months ago
Reviewers:
Avi (use Gerrit), boliu
CC:
chromium-reviews, extensions-reviews_chromium.org, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, darin-cc_chromium.org, ajwong+watch_chromium.org, blink-reviews, chromium-apps-reviews_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Clone children of FrameNavigationEntries for in-page navigations. BUG=623681, 522193, 561034 TEST=See bug for repro steps CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/f49dfc99b3f56809c450a79446bec728e0ca7cef Cr-Commit-Position: refs/heads/master@{#407832}

Patch Set 1 #

Patch Set 2 : Clean up, rebase #

Patch Set 3 : Clean up, add test #

Patch Set 4 : Optimize. #

Patch Set 5 : Clean up. #

Total comments: 6

Patch Set 6 : Fix test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -50 lines) Patch
M content/browser/frame_host/navigation_controller_impl.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl.cc View 1 2 3 4 7 chunks +40 lines, -10 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_browsertest.cc View 1 2 3 4 5 4 chunks +31 lines, -6 lines 0 comments Download
M content/browser/frame_host/navigation_entry_impl.h View 1 2 2 chunks +19 lines, -8 lines 0 comments Download
M content/browser/frame_host/navigation_entry_impl.cc View 1 2 3 2 chunks +56 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/FlagExpectations/enable-browser-side-navigation View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/FlagExpectations/isolate-extensions View 1 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 31 (24 generated)
Charlie Reis
avi@: Can you review? This fixes two of the remaining navigation layout tests for UseSubframeNavigationEntries ...
4 years, 4 months ago (2016-07-26 14:53:15 UTC) #19
Avi (use Gerrit)
lgtm https://codereview.chromium.org/2161393002/diff/80001/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/2161393002/diff/80001/content/browser/frame_host/navigation_controller_impl.cc#newcode1062 content/browser/frame_host/navigation_controller_impl.cc:1062: if (is_in_page && GetLastCommittedEntry()) { Curious: how would ...
4 years, 4 months ago (2016-07-26 15:03:58 UTC) #20
boliu
lg2m https://codereview.chromium.org/2161393002/diff/80001/content/browser/frame_host/navigation_controller_impl_browsertest.cc File content/browser/frame_host/navigation_controller_impl_browsertest.cc (right): https://codereview.chromium.org/2161393002/diff/80001/content/browser/frame_host/navigation_controller_impl_browsertest.cc#newcode302 content/browser/frame_host/navigation_controller_impl_browsertest.cc:302: EXPECT_EQ(history_url, entry->GetVirtualURL()); this is repeated twice?
4 years, 4 months ago (2016-07-26 15:17:28 UTC) #21
Charlie Reis
https://codereview.chromium.org/2161393002/diff/80001/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (right): https://codereview.chromium.org/2161393002/diff/80001/content/browser/frame_host/navigation_controller_impl.cc#newcode1062 content/browser/frame_host/navigation_controller_impl.cc:1062: if (is_in_page && GetLastCommittedEntry()) { On 2016/07/26 15:03:58, Avi ...
4 years, 4 months ago (2016-07-26 15:30:46 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2161393002/100001
4 years, 4 months ago (2016-07-26 15:31:32 UTC) #27
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-07-26 17:06:14 UTC) #29
commit-bot: I haz the power
4 years, 4 months ago (2016-07-26 17:11:16 UTC) #31
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f49dfc99b3f56809c450a79446bec728e0ca7cef
Cr-Commit-Position: refs/heads/master@{#407832}

Powered by Google App Engine
This is Rietveld 408576698