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

Issue 1167693007: PlzNavigate: renderer-initiated navigations create a pending NavigationEntry (Closed)

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

Description

PlzNavigate: renderer-initiated navigations create a pending NavigationEntry This CL creates a pending NavigationEntry in the NavigationController at the beginning of a renderer-initiated navigation when browser-side navigation is enabled (this is done currently upon reception of the DidStartProvisionalLoad IPC). In particular, this allows to display a url in a new window created by clicking on a targeted-link (RenderFrameHostManagerTest.ShowLoadingURLUntilSpoof test). BUG=475027 Committed: https://crrev.com/fa0939fd8a3f28642852025737ccb807afd3d204 Cr-Commit-Position: refs/heads/master@{#332798}

Patch Set 1 #

Total comments: 11

Patch Set 2 : Rebase #

Patch Set 3 : Addressed Charlie's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -32 lines) Patch
M content/browser/frame_host/navigator_impl.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigator_impl.cc View 1 2 4 chunks +49 lines, -32 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
clamy
@avi, creis: PTAL @carlosk, fdegans: FYI
5 years, 6 months ago (2015-06-02 16:47:38 UTC) #2
Charlie Reis
Ah, https://crbug.com/9682. Yes, this seems reasonable to share. A few nits and questions below. https://codereview.chromium.org/1167693007/diff/1/content/browser/frame_host/navigator_impl.cc ...
5 years, 6 months ago (2015-06-02 17:36:18 UTC) #3
clamy
Thanks! https://codereview.chromium.org/1167693007/diff/1/content/browser/frame_host/navigator_impl.cc File content/browser/frame_host/navigator_impl.cc (right): https://codereview.chromium.org/1167693007/diff/1/content/browser/frame_host/navigator_impl.cc#newcode642 content/browser/frame_host/navigator_impl.cc:642: if (frame_tree_node->IsMainFrame()) { On 2015/06/02 17:36:18, Charlie Reis ...
5 years, 6 months ago (2015-06-03 09:11:11 UTC) #4
Charlie Reis
Thanks! LGTM. https://codereview.chromium.org/1167693007/diff/1/content/browser/frame_host/navigator_impl.cc File content/browser/frame_host/navigator_impl.cc (right): https://codereview.chromium.org/1167693007/diff/1/content/browser/frame_host/navigator_impl.cc#newcode644 content/browser/frame_host/navigator_impl.cc:644: // RenderFrameHost will not be swapped. Therefore ...
5 years, 6 months ago (2015-06-03 20:26:04 UTC) #5
Charlie Reis
(I'll run a CQ dry run so it's quick to land when you're ready.)
5 years, 6 months ago (2015-06-03 20:26:59 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1167693007/40001
5 years, 6 months ago (2015-06-03 20:28:45 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-03 21:23:16 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1167693007/40001
5 years, 6 months ago (2015-06-04 08:35:33 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 6 months ago (2015-06-04 08:39:23 UTC) #13
commit-bot: I haz the power
5 years, 6 months ago (2015-06-04 08:40:14 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/fa0939fd8a3f28642852025737ccb807afd3d204
Cr-Commit-Position: refs/heads/master@{#332798}

Powered by Google App Engine
This is Rietveld 408576698