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

Issue 1071863002: Prefer ComposedTreeTraversal to NodeRenderingTraversal. (Closed)

Created:
5 years, 8 months ago by hayato
Modified:
5 years, 8 months ago
Reviewers:
tkent, kochi
CC:
blink-reviews, blink-reviews-html_chromium.org, zoltan1, webcomponents-bugzilla_chromium.org, sof, eae+blinkwatch, leviw+renderwatch, Dominik Röttsches, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews-rendering, jchaffraix+rendering, pdr+renderingwatchlist_chromium.org, blink-reviews-events_chromium.org, rwlbuis
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Prefer ComposedTreeTraversal to NodeRenderingTraversal. This CL is one of a series of patches for BUG 472973. The replacement is almost done, except for a few cases where NodeRenderingTraversal should be used. I'll take a deeper look at remaining cases in a follow-up patch. BUG=472973 TEST=None Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193425

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -20 lines) Patch
M Source/core/dom/Document.cpp View 5 chunks +8 lines, -7 lines 0 comments Download
M Source/core/dom/Node.cpp View 3 chunks +2 lines, -3 lines 2 comments Download
M Source/core/dom/shadow/ComposedTreeTraversal.h View 1 chunk +7 lines, -0 lines 0 comments Download
M Source/core/html/HTMLTablePartElement.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/HitTestResult.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutListItem.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/page/EventHandler.cpp View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
hayato
PTAL
5 years, 8 months ago (2015-04-09 04:42:39 UTC) #2
kochi
lgtm (with a comment) https://codereview.chromium.org/1071863002/diff/1/Source/core/dom/Node.cpp File Source/core/dom/Node.cpp (right): https://codereview.chromium.org/1071863002/diff/1/Source/core/dom/Node.cpp#newcode797 Source/core/dom/Node.cpp:797: if (dialog && this != ...
5 years, 8 months ago (2015-04-09 05:01:47 UTC) #3
tkent
lgtm
5 years, 8 months ago (2015-04-09 05:29:33 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1071863002/1
5 years, 8 months ago (2015-04-09 05:34:54 UTC) #6
hayato
https://codereview.chromium.org/1071863002/diff/1/Source/core/dom/Node.cpp File Source/core/dom/Node.cpp (right): https://codereview.chromium.org/1071863002/diff/1/Source/core/dom/Node.cpp#newcode797 Source/core/dom/Node.cpp:797: if (dialog && this != document() && canParticipateInComposedTree() && ...
5 years, 8 months ago (2015-04-09 05:35:01 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=193425
5 years, 8 months ago (2015-04-09 07:49:07 UTC) #8
dsinclair
5 years, 8 months ago (2015-04-09 19:50:52 UTC) #9
Message was sent while issue was closed.
On 2015/04/09 at 07:49:07, commit-bot wrote:
> Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193425

This seems to have broken hit testing on ::backdrop elements. Can you please
take a look at crbug.com/475565.

Powered by Google App Engine
This is Rietveld 408576698