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

Issue 316173007: Use ElementTraversal API in ContainerNode::checkForChildrenAdjacentRuleChanges() (Closed)

Created:
6 years, 6 months ago by Inactive
Modified:
6 years, 6 months ago
Reviewers:
esprehn
CC:
blink-reviews, blink-reviews-dom_chromium.org, dglazkov+blink, eae+blinkwatch, rwlbuis, sof
Visibility:
Public.

Description

Use ElementTraversal API in ContainerNode::checkForChildrenAdjacentRuleChanges() Use ElementTraversal API in ContainerNode::checkForChildrenAdjacentRuleChanges() as we are only interested in child Elements. R=esprehn@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175722

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rename to child #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -9 lines) Patch
M Source/core/dom/ContainerNode.cpp View 1 1 chunk +5 lines, -9 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
Inactive
6 years, 6 months ago (2014-06-06 00:54:11 UTC) #1
esprehn
lgtm https://codereview.chromium.org/316173007/diff/1/Source/core/dom/ContainerNode.cpp File Source/core/dom/ContainerNode.cpp (right): https://codereview.chromium.org/316173007/diff/1/Source/core/dom/ContainerNode.cpp#newcode1119 Source/core/dom/ContainerNode.cpp:1119: for (Element* childElement = ElementTraversal::firstChild(*this); childElement; childElement = ...
6 years, 6 months ago (2014-06-06 01:19:41 UTC) #2
Inactive
https://codereview.chromium.org/316173007/diff/1/Source/core/dom/ContainerNode.cpp File Source/core/dom/ContainerNode.cpp (right): https://codereview.chromium.org/316173007/diff/1/Source/core/dom/ContainerNode.cpp#newcode1119 Source/core/dom/ContainerNode.cpp:1119: for (Element* childElement = ElementTraversal::firstChild(*this); childElement; childElement = ElementTraversal::nextSibling(*childElement)) ...
6 years, 6 months ago (2014-06-06 01:27:59 UTC) #3
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 6 months ago (2014-06-06 01:28:02 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/316173007/20001
6 years, 6 months ago (2014-06-06 01:28:59 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu_triggered_tests on tryserver.chromium.gpu ...
6 years, 6 months ago (2014-06-06 02:28:51 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 02:29:11 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/14638)
6 years, 6 months ago (2014-06-06 02:29:12 UTC) #8
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 6 months ago (2014-06-06 02:31:17 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/316173007/20001
6 years, 6 months ago (2014-06-06 02:32:23 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu_triggered_tests on tryserver.chromium.gpu ...
6 years, 6 months ago (2014-06-06 02:33:06 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 02:33:27 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/14638)
6 years, 6 months ago (2014-06-06 02:33:28 UTC) #13
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 6 months ago (2014-06-06 02:49:02 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/316173007/20001
6 years, 6 months ago (2014-06-06 02:49:25 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu_triggered_tests on tryserver.chromium.gpu ...
6 years, 6 months ago (2014-06-06 02:49:56 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 02:50:17 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/14638)
6 years, 6 months ago (2014-06-06 02:50:18 UTC) #18
esprehn
The CQ bit was checked by esprehn@chromium.org
6 years, 6 months ago (2014-06-07 00:48:28 UTC) #19
esprehn
The CQ bit was checked by esprehn@chromium.org
6 years, 6 months ago (2014-06-07 00:48:28 UTC) #20
esprehn
The CQ bit was unchecked by esprehn@chromium.org
6 years, 6 months ago (2014-06-07 00:48:30 UTC) #21
esprehn
The CQ bit was checked by esprehn@chromium.org
6 years, 6 months ago (2014-06-07 00:48:39 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/316173007/20001
6 years, 6 months ago (2014-06-07 00:49:05 UTC) #23
commit-bot: I haz the power
6 years, 6 months ago (2014-06-07 03:29:44 UTC) #24
Message was sent while issue was closed.
Change committed as 175722

Powered by Google App Engine
This is Rietveld 408576698