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

Issue 1500973002: This patch adds NextSibling() to FrameTreeNode. (Closed)

Created:
5 years ago by paulmeyer
Modified:
4 years, 7 months ago
Reviewers:
Charlie Reis
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org, Fady Samuel, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

This patch adds NextSibling() to FrameTreeNode. This will be used (in addition to PreviousSibling()) by FindRequestManager as part of the multi-process find-in-page implementation. (https://codereview.chromium.org/1959183002/) BUG=457440 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/322777fb2949adea7de55d0cc085b440548730b4 Cr-Commit-Position: refs/heads/master@{#393974}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebased and addressed comments. #

Total comments: 2

Patch Set 3 : Rebased and addressed comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -11 lines) Patch
M content/browser/frame_host/frame_tree_node.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M content/browser/frame_host/frame_tree_node.cc View 1 2 2 chunks +22 lines, -9 lines 0 comments Download
M content/browser/frame_host/frame_tree_unittest.cc View 1 2 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 35 (16 generated)
paulmeyer
5 years ago (2015-12-04 18:37:43 UTC) #3
paulmeyer
5 years ago (2015-12-04 18:40:27 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/1500973002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1500973002/1
5 years ago (2015-12-08 19:40:58 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/139975) linux_chromium_gn_chromeos_rel on ...
5 years ago (2015-12-08 20:15:26 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1500973002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1500973002/1
5 years ago (2015-12-08 21:57:54 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-08 23:16:10 UTC) #14
Charlie Reis
Thanks. Is there a CL that will use this which is ready for review? We ...
5 years ago (2015-12-09 22:29:15 UTC) #15
paulmeyer
On 2015/12/09 22:29:15, Charlie Reis wrote: > Thanks. > > Is there a CL that ...
5 years ago (2015-12-09 22:31:46 UTC) #16
paulmeyer
https://codereview.chromium.org/1500973002/diff/1/content/browser/frame_host/frame_tree_node.cc File content/browser/frame_host/frame_tree_node.cc (right): https://codereview.chromium.org/1500973002/diff/1/content/browser/frame_host/frame_tree_node.cc#newcode391 content/browser/frame_host/frame_tree_node.cc:391: return offset >= parent_->child_count() ? nullptr On 2015/12/09 22:29:15, ...
5 years ago (2015-12-09 22:38:43 UTC) #17
Charlie Reis
https://codereview.chromium.org/1500973002/diff/1/content/browser/frame_host/frame_tree_node.cc File content/browser/frame_host/frame_tree_node.cc (right): https://codereview.chromium.org/1500973002/diff/1/content/browser/frame_host/frame_tree_node.cc#newcode391 content/browser/frame_host/frame_tree_node.cc:391: return offset >= parent_->child_count() ? nullptr On 2015/12/09 22:38:43, ...
5 years ago (2015-12-09 23:49:48 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1500973002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1500973002/20001
4 years, 7 months ago (2016-05-12 18:52:53 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-12 21:03:11 UTC) #23
paulmeyer
https://codereview.chromium.org/1500973002/diff/1/content/browser/frame_host/frame_tree_node.cc File content/browser/frame_host/frame_tree_node.cc (right): https://codereview.chromium.org/1500973002/diff/1/content/browser/frame_host/frame_tree_node.cc#newcode391 content/browser/frame_host/frame_tree_node.cc:391: return offset >= parent_->child_count() ? nullptr On 2015/12/09 23:49:48, ...
4 years, 7 months ago (2016-05-13 13:44:16 UTC) #24
Charlie Reis
Can you reference the CL that will be using this in the CL description? I'm ...
4 years, 7 months ago (2016-05-13 23:18:38 UTC) #25
paulmeyer
https://codereview.chromium.org/1500973002/diff/20001/content/browser/frame_host/frame_tree_node.cc File content/browser/frame_host/frame_tree_node.cc (right): https://codereview.chromium.org/1500973002/diff/20001/content/browser/frame_host/frame_tree_node.cc#newcode498 content/browser/frame_host/frame_tree_node.cc:498: size_t offset = i + relative_offset; On 2016/05/13 23:18:38, ...
4 years, 7 months ago (2016-05-16 15:12:21 UTC) #28
Charlie Reis
Thanks, LGTM.
4 years, 7 months ago (2016-05-16 21:31:19 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1500973002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1500973002/60001
4 years, 7 months ago (2016-05-16 21:48:45 UTC) #31
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 7 months ago (2016-05-16 23:15:51 UTC) #33
commit-bot: I haz the power
4 years, 7 months ago (2016-05-16 23:18:25 UTC) #35
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/322777fb2949adea7de55d0cc085b440548730b4
Cr-Commit-Position: refs/heads/master@{#393974}

Powered by Google App Engine
This is Rietveld 408576698