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

Issue 2136873002: Clear child FrameNavigationEntries if a history navigation redirects. (Closed)

Created:
4 years, 5 months ago by Charlie Reis
Modified:
3 years, 11 months ago
Reviewers:
clamy, hanifiqah9496, nasko
CC:
chromium-reviews, extensions-reviews_chromium.org, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, darin-cc_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

Clear child FrameNavigationEntries if a history navigation redirects. After the redirect, we shouldn't attempt to load the previous child items in the new page. BUG=585194 TBR=clamy TEST=http/tests/navigation/back-to-redirect-with-frame.php in --isolate-sites-for-testing=*.is mode. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/913c63ce72b8783efda4971ff35ddbc01c8b69a6 Cr-Commit-Position: refs/heads/master@{#405948}

Patch Set 1 #

Patch Set 2 : Update tests and fixes #

Patch Set 3 : Rebase #

Patch Set 4 : Clean up and disable test in --site-per-process. #

Total comments: 19

Patch Set 5 : Update test. #

Patch Set 6 : Disable test on PlzNavigate. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+305 lines, -26 lines) Patch
M content/browser/frame_host/navigation_controller_impl.cc View 1 4 chunks +21 lines, -20 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_browsertest.cc View 1 2 3 4 3 chunks +258 lines, -4 lines 0 comments Download
M content/browser/frame_host/navigation_entry_impl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigation_entry_impl.cc View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M content/renderer/history_controller.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/FlagExpectations/isolate-extensions View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 37 (19 generated)
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-15 22:42:18 UTC) #4
Charlie Reis
Nasko, can you take a look? There's a couple different bugs here being fixed, but ...
4 years, 5 months ago (2016-07-15 22:43:00 UTC) #6
nasko
LGTM with a few comments. https://codereview.chromium.org/2136873002/diff/60001/content/browser/frame_host/navigation_controller_impl.cc File content/browser/frame_host/navigation_controller_impl.cc (left): https://codereview.chromium.org/2136873002/diff/60001/content/browser/frame_host/navigation_controller_impl.cc#oldcode1344 content/browser/frame_host/navigation_controller_impl.cc:1344: // See https://crbug.com/495161. On ...
4 years, 5 months ago (2016-07-15 23:21:54 UTC) #7
Charlie Reis
Thanks! I also had to disable the test in PlzNavigate, since it's failing a bunch ...
4 years, 5 months ago (2016-07-16 00:02:34 UTC) #11
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/2136873002/40002
4 years, 5 months ago (2016-07-16 00:04:36 UTC) #15
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-16 00:04:38 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/256970)
4 years, 5 months ago (2016-07-16 02:14:06 UTC) #18
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/2136873002/40002
4 years, 5 months ago (2016-07-16 03:23:17 UTC) #20
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-16 03:23:19 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/257047)
4 years, 5 months ago (2016-07-16 05:45:08 UTC) #23
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/2136873002/40002
4 years, 5 months ago (2016-07-16 16:19:41 UTC) #25
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-16 16:19:43 UTC) #26
commit-bot: I haz the power
Committed patchset #6 (id:40002)
4 years, 5 months ago (2016-07-16 19:53:09 UTC) #28
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-16 19:53:10 UTC) #29
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/913c63ce72b8783efda4971ff35ddbc01c8b69a6 Cr-Commit-Position: refs/heads/master@{#405948}
4 years, 5 months ago (2016-07-16 19:54:32 UTC) #31
hanifiqah9496
lgtm
4 years, 5 months ago (2016-07-17 19:29:26 UTC) #33
hanifiqah9496
lgtm
4 years, 5 months ago (2016-07-17 19:29:30 UTC) #34
hanifiqah9496
4 years, 5 months ago (2016-07-17 19:29:30 UTC) #35
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698