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

Issue 551443002: Keep a copy of page id in RenderViewHost. (Closed)

Created:
6 years, 3 months ago by Avi (use Gerrit)
Modified:
6 years, 3 months ago
Reviewers:
Charlie Reis, nasko
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Keep a copy of page id in RenderViewHost. Note that this copy may not be completely in sync with the renderer’s copy. That’s OK. BUG=407376 TEST=no visible change R=creis@chromium.org, nasko@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/2ee9c7dbd6d1ecd1ebc13cb00cb7361773df2689

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -17 lines) Patch
M content/browser/frame_host/navigation_controller_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 6 chunks +14 lines, -7 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/frame_messages.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 chunk +2 lines, -0 lines 5 comments Download
M content/test/test_render_frame_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/test/test_render_view_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/test/test_render_view_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
Avi (use Gerrit)
Nasko: Yours Charlie: FYI; you've approved this a million times by now I keep committing ...
6 years, 3 months ago (2014-09-06 01:43:03 UTC) #2
Charlie Reis
I think this should be fine. One question below that I'm wondering if you've thought ...
6 years, 3 months ago (2014-09-08 16:04:37 UTC) #3
Avi (use Gerrit)
https://codereview.chromium.org/551443002/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/551443002/diff/1/content/renderer/render_frame_impl.cc#newcode2233 content/renderer/render_frame_impl.cc:2233: Send(new FrameHostMsg_DidAssignPageId(routing_id_, render_view_->page_id_)); On 2014/09/08 16:04:37, Charlie Reis (OOO ...
6 years, 3 months ago (2014-09-08 16:40:48 UTC) #4
Charlie Reis
https://codereview.chromium.org/551443002/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/551443002/diff/1/content/renderer/render_frame_impl.cc#newcode2233 content/renderer/render_frame_impl.cc:2233: Send(new FrameHostMsg_DidAssignPageId(routing_id_, render_view_->page_id_)); On 2014/09/08 16:40:48, Avi wrote: > ...
6 years, 3 months ago (2014-09-08 16:51:00 UTC) #5
Avi (use Gerrit)
https://codereview.chromium.org/551443002/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/551443002/diff/1/content/renderer/render_frame_impl.cc#newcode2233 content/renderer/render_frame_impl.cc:2233: Send(new FrameHostMsg_DidAssignPageId(routing_id_, render_view_->page_id_)); On 2014/09/08 16:51:00, Charlie Reis (OOO ...
6 years, 3 months ago (2014-09-08 17:02:09 UTC) #6
Charlie Reis
LGTM. Nasko, can you approve the IPC change? https://codereview.chromium.org/551443002/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/551443002/diff/1/content/renderer/render_frame_impl.cc#newcode2233 content/renderer/render_frame_impl.cc:2233: Send(new ...
6 years, 3 months ago (2014-09-08 17:28:53 UTC) #7
nasko
IPC LGTM
6 years, 3 months ago (2014-09-08 17:42:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/551443002/1
6 years, 3 months ago (2014-09-08 17:57:02 UTC) #10
Avi (use Gerrit)
Landed it myself. Someone forgot to turn the CQ on this morning.
6 years, 3 months ago (2014-09-08 19:47:57 UTC) #12
Avi (use Gerrit)
Committed patchset #1 (id:1) manually as 2ee9c7d (presubmit successful).
6 years, 3 months ago (2014-09-08 20:10:51 UTC) #13
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:47:42 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/2ee9c7dbd6d1ecd1ebc13cb00cb7361773df2689
Cr-Commit-Position: refs/heads/master@{#293771}

Powered by Google App Engine
This is Rietveld 408576698