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}
Description was changed from ========== Clone children of FrameNavigationEntries for in-page navigations. BUG=623681 TEST=See bug ...
4 years, 5 months ago
(2016-07-20 05:20:09 UTC)
#1
Description was changed from
==========
Clone children of FrameNavigationEntries for in-page navigations.
BUG=623681
TEST=See bug for repro steps
==========
to
==========
Clone children of FrameNavigationEntries for in-page navigations.
BUG=623681
TEST=See bug for repro steps
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
==========
Charlie Reis
The CQ bit was checked by creis@chromium.org to run a CQ dry run
4 years, 5 months ago
(2016-07-20 05:45:36 UTC)
#2
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/193601)
4 years, 5 months ago
(2016-07-20 06:07:25 UTC)
#5
4 years, 4 months ago
(2016-07-25 22:53:00 UTC)
#9
Dry run: This issue passed the CQ dry run.
Charlie Reis
Description was changed from ========== Clone children of FrameNavigationEntries for in-page navigations. BUG=623681 TEST=See bug ...
4 years, 4 months ago
(2016-07-26 05:17:03 UTC)
#10
Description was changed from
==========
Clone children of FrameNavigationEntries for in-page navigations.
BUG=623681
TEST=See bug for repro steps
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
==========
to
==========
Clone children of FrameNavigationEntries for in-page navigations.
BUG=623681, 522193
TEST=See bug for repro steps
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
==========
Charlie Reis
The CQ bit was checked by creis@chromium.org to run a CQ dry run
4 years, 4 months ago
(2016-07-26 06:03:07 UTC)
#11
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/198859)
4 years, 4 months ago
(2016-07-26 07:20:45 UTC)
#14
Description was changed from ========== Clone children of FrameNavigationEntries for in-page navigations. BUG=623681, 522193 TEST=See ...
4 years, 4 months ago
(2016-07-26 14:49:29 UTC)
#17
Description was changed from
==========
Clone children of FrameNavigationEntries for in-page navigations.
BUG=623681, 522193
TEST=See bug for repro steps
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
==========
to
==========
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
==========
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@: Can you review? This fixes two of the remaining navigation layout tests
for UseSubframeNavigationEntries mode.
boliu@: Just giving you a heads up about the LoadDataWithBaseURL test
expectation fix.
https://codereview.chromium.org/2161393002/diff/80001/content/browser/frame_h...
File content/browser/frame_host/navigation_controller_impl_browsertest.cc
(left):
https://codereview.chromium.org/2161393002/diff/80001/content/browser/frame_h...
content/browser/frame_host/navigation_controller_impl_browsertest.cc:300: //
TODO(boliu): These expectations maybe incorrect due to crbug.com/561034.
boliu@: These were fixed by cloning the last committed entry for in-page
navigations in RendererDidNavigateToNewPage. Before, there was no pending entry
for the renderer-initiated navigation, so we created a new NavEntry from
scratch. Now we preserve this state from the last committed entry, which seems
better.
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
Description was changed from ========== Clone children of FrameNavigationEntries for in-page navigations. BUG=623681, 522193, 561034 ...
4 years, 4 months ago
(2016-07-26 17:06:09 UTC)
#28
Message was sent while issue was closed.
Description was changed from
==========
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
==========
to
==========
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
==========
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago
(2016-07-26 17:06:14 UTC)
#29
Message was sent while issue was closed.
Committed patchset #6 (id:100001)
commit-bot: I haz the power
Description was changed from ========== Clone children of FrameNavigationEntries for in-page navigations. BUG=623681, 522193, 561034 ...
4 years, 4 months ago
(2016-07-26 17:11:14 UTC)
#30
Message was sent while issue was closed.
Description was changed from
==========
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
==========
to
==========
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}
==========
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/f49dfc99b3f56809c450a79446bec728e0ca7cef Cr-Commit-Position: refs/heads/master@{#407832}
4 years, 4 months ago
(2016-07-26 17:11:16 UTC)
#31
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
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 6