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

Issue 63523004: Give FrameTreeNodes a browser-global ID for use in navigation. (Closed)

Created:
7 years, 1 month ago by Charlie Reis
Modified:
7 years, 1 month ago
Reviewers:
awong, nasko
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, site-isolation-reviews_chromium.org
Visibility:
Public.

Description

Give FrameTreeNodes a browser-global ID for use in navigation. This is the first step in removing renderer-specific frame IDs. BUG=314791 TEST=No visible change. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233827

Patch Set 1 : Initial patch #

Total comments: 3

Patch Set 2 : Update parameter name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -25 lines) Patch
M content/browser/frame_host/frame_tree.h View 1 3 chunks +16 lines, -5 lines 0 comments Download
M content/browser/frame_host/frame_tree.cc View 6 chunks +36 lines, -12 lines 0 comments Download
M content/browser/frame_host/frame_tree_node.h View 3 chunks +20 lines, -4 lines 0 comments Download
M content/browser/frame_host/frame_tree_node.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Charlie Reis
Albert, can you take a look? I was hoping to remove the renderer-specific frame ID ...
7 years, 1 month ago (2013-11-07 02:46:38 UTC) #1
nasko
Just a drive-by nit. https://codereview.chromium.org/63523004/diff/30001/content/browser/frame_host/frame_tree.h File content/browser/frame_host/frame_tree.h (right): https://codereview.chromium.org/63523004/diff/30001/content/browser/frame_host/frame_tree.h#newcode95 content/browser/frame_host/frame_tree.h:95: // Returns the FrameTreeNode with ...
7 years, 1 month ago (2013-11-07 14:28:00 UTC) #2
Charlie Reis
https://codereview.chromium.org/63523004/diff/30001/content/browser/frame_host/frame_tree.h File content/browser/frame_host/frame_tree.h (right): https://codereview.chromium.org/63523004/diff/30001/content/browser/frame_host/frame_tree.h#newcode95 content/browser/frame_host/frame_tree.h:95: // Returns the FrameTreeNode with the given |frame_id|. For ...
7 years, 1 month ago (2013-11-07 16:49:41 UTC) #3
Charlie Reis
https://codereview.chromium.org/63523004/diff/30001/content/browser/frame_host/frame_tree.h File content/browser/frame_host/frame_tree.h (right): https://codereview.chromium.org/63523004/diff/30001/content/browser/frame_host/frame_tree.h#newcode97 content/browser/frame_host/frame_tree.h:97: FrameTreeNode* FindByFrameID(int64 frame_tree_node_id); Ah, here's the issue! The parameter ...
7 years, 1 month ago (2013-11-07 17:10:01 UTC) #4
awong
LGTM
7 years, 1 month ago (2013-11-07 17:31:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/creis@chromium.org/63523004/130001
7 years, 1 month ago (2013-11-07 17:50:05 UTC) #6
commit-bot: I haz the power
7 years, 1 month ago (2013-11-08 08:26:59 UTC) #7
Message was sent while issue was closed.
Change committed as 233827

Powered by Google App Engine
This is Rietveld 408576698