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

Issue 420193007: Use new Traversal<> API more in the code base (Closed)

Created:
6 years, 4 months ago by Inactive
Modified:
6 years, 4 months ago
Reviewers:
esprehn, adamk
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, blink-reviews-rendering, dglazkov+blink, krit, eae+blinkwatch, ed+blinkwatch_opera.com, eric.carlson_apple.com, f(malita), fs, gasubic, gyuyoung.kim_webkit.org, jchaffraix+rendering, kouhei+svg_chromium.org, leviw+renderwatch, pdr., philipj_slow, rwlbuis, rune+blink, Stephen Chennney, sof, nessy, vcarbune.chromium, webcomponents-bugzilla_chromium.org, zoltan1
Project:
blink
Visibility:
Public.

Description

Use new Traversal<> API more in the code base Use new Traversal<> API more in the code base to simplify code a bit and increase readability. R=esprehn@chromium.org, adamk@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179067

Patch Set 1 #

Total comments: 5

Patch Set 2 : Take feedback into consideration #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -37 lines) Patch
M Source/core/css/AffectedByFocusTest.cpp View 1 chunk +7 lines, -7 lines 0 comments Download
M Source/core/dom/shadow/ShadowRoot.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/html/HTMLFieldSetElement.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/html/HTMLLabelElement.cpp View 2 chunks +4 lines, -14 lines 0 comments Download
M Source/core/html/track/vtt/VTTRegion.cpp View 1 1 chunk +3 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceClipper.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceMasker.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourcePattern.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Inactive
6 years, 4 months ago (2014-07-28 17:09:16 UTC) #1
adamk
https://codereview.chromium.org/420193007/diff/1/Source/core/html/track/vtt/VTTRegion.cpp File Source/core/html/track/vtt/VTTRegion.cpp (right): https://codereview.chromium.org/420193007/diff/1/Source/core/html/track/vtt/VTTRegion.cpp#newcode376 Source/core/html/track/vtt/VTTRegion.cpp:376: for (HTMLDivElement* child = Traversal<HTMLDivElement>::firstChild(*m_cueContainer); child && !m_scrollTimer.isActive(); child ...
6 years, 4 months ago (2014-07-28 21:06:38 UTC) #2
Inactive
https://codereview.chromium.org/420193007/diff/1/Source/core/html/track/vtt/VTTRegion.cpp File Source/core/html/track/vtt/VTTRegion.cpp (right): https://codereview.chromium.org/420193007/diff/1/Source/core/html/track/vtt/VTTRegion.cpp#newcode376 Source/core/html/track/vtt/VTTRegion.cpp:376: for (HTMLDivElement* child = Traversal<HTMLDivElement>::firstChild(*m_cueContainer); child && !m_scrollTimer.isActive(); child ...
6 years, 4 months ago (2014-07-28 21:13:34 UTC) #3
Inactive
https://codereview.chromium.org/420193007/diff/1/Source/core/html/track/vtt/VTTRegion.cpp File Source/core/html/track/vtt/VTTRegion.cpp (right): https://codereview.chromium.org/420193007/diff/1/Source/core/html/track/vtt/VTTRegion.cpp#newcode376 Source/core/html/track/vtt/VTTRegion.cpp:376: for (HTMLDivElement* child = Traversal<HTMLDivElement>::firstChild(*m_cueContainer); child && !m_scrollTimer.isActive(); child ...
6 years, 4 months ago (2014-07-28 21:41:06 UTC) #4
adamk
lgtm
6 years, 4 months ago (2014-07-28 21:42:04 UTC) #5
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 4 months ago (2014-07-28 21:44:12 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/420193007/20001
6 years, 4 months ago (2014-07-28 21:45:18 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_blink_rel on tryserver.blink ...
6 years, 4 months ago (2014-07-28 23:08:13 UTC) #8
commit-bot: I haz the power
6 years, 4 months ago (2014-07-28 23:51:35 UTC) #9
Message was sent while issue was closed.
Change committed as 179067

Powered by Google App Engine
This is Rietveld 408576698