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

Issue 1733463004: PlzNavigate: notify a WebUI of RVH creation when it is commited at creation (Closed)

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

Description

PlzNavigate: notify a WebUI of RVH creation when it is commited at creation This CL makes it so that a newly created WebUI is notified that a RenderViewHost was created for it when it is committed immediately after being created (when the current RenderFrameHost is not live). This was not previously the case, as the code tried to get the navigating WebUI, defined as the WebUI of the speculative RenderFrameHost or the pending WebUI of the current RenderFrameHost. In the case where the speculative RenderFrameHost is created, the new WebUI becomes the current WebUI of the current RenderFrameHost, and GetNavigatingWebUI() returns nullptr. BUG=475027 Committed: https://crrev.com/3b14d074ebf91788a01ee3b0544b66e1f65f1bca Cr-Commit-Position: refs/heads/master@{#378430}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M content/browser/frame_host/render_frame_host_manager.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 29 (15 generated)
clamy
@nasko: PTAL
4 years, 10 months ago (2016-02-24 18:23:21 UTC) #4
nasko
LGTM
4 years, 10 months ago (2016-02-26 18:16:48 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1733463004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1733463004/1
4 years, 10 months ago (2016-02-26 18:18:19 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/27958)
4 years, 10 months ago (2016-02-26 19:11:32 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1733463004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1733463004/1
4 years, 9 months ago (2016-02-29 11:45:03 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_site_isolation on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_site_isolation/builds/1140)
4 years, 9 months ago (2016-02-29 16:33:04 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1733463004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1733463004/1
4 years, 9 months ago (2016-02-29 16:40:38 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_site_isolation on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_site_isolation/builds/1142)
4 years, 9 months ago (2016-02-29 19:16:52 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1733463004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1733463004/1
4 years, 9 months ago (2016-03-01 11:10:07 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_site_isolation on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_site_isolation/builds/1158)
4 years, 9 months ago (2016-03-01 12:45:04 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1733463004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1733463004/1
4 years, 9 months ago (2016-03-01 13:20:50 UTC) #24
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-01 14:52:32 UTC) #26
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/3b14d074ebf91788a01ee3b0544b66e1f65f1bca Cr-Commit-Position: refs/heads/master@{#378430}
4 years, 9 months ago (2016-03-01 14:54:08 UTC) #28
carlosk
4 years, 9 months ago (2016-03-15 13:09:07 UTC) #29
Message was sent while issue was closed.
Nice catch on this one!

Powered by Google App Engine
This is Rietveld 408576698