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

Issue 2230683003: [LayoutNG] Initial implementation of NGBoxIterator (Closed)

Created:
4 years, 4 months ago by Gleb Lanbin
Modified:
4 years, 4 months ago
Reviewers:
cbiesinger, ikilpatrick, eae
CC:
chromium-reviews, szager+layoutwatch_chromium.org, zoltan1, blink-reviews-layout_chromium.org, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[LayoutNG] Initial implementation of NGBoxIterator NOTRY=true BUG=635619 Committed: https://crrev.com/8ba5761a1d6c8f1dc7f972b75487205bfb530256 Cr-Commit-Position: refs/heads/master@{#411263}

Patch Set 1 #

Total comments: 7

Patch Set 2 : ng_BoxIterator -> boxIterator, added comments #

Patch Set 3 : synced to the head #

Patch Set 4 : synced to the head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -19 lines) Patch
M third_party/WebKit/Source/core/core.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h View 1 2 3 3 chunks +6 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_box.h View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_box.cc View 2 chunks +1 line, -9 lines 0 comments Download
A third_party/WebKit/Source/core/layout/ng/ng_box_iterator.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/layout/ng/ng_box_iterator.cc View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (13 generated)
Gleb Lanbin
4 years, 4 months ago (2016-08-10 18:54:07 UTC) #3
ikilpatrick
lgtm
4 years, 4 months ago (2016-08-10 19:46:59 UTC) #5
cbiesinger
lgtm https://codereview.chromium.org/2230683003/diff/1/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h File third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h (right): https://codereview.chromium.org/2230683003/diff/1/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h#newcode22 third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h:22: NGBlockLayoutAlgorithm(PassRefPtr<const ComputedStyle>, NGBoxIterator); Can you add a comment ...
4 years, 4 months ago (2016-08-10 19:55:24 UTC) #6
eae
LGTM https://codereview.chromium.org/2230683003/diff/1/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h File third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h (right): https://codereview.chromium.org/2230683003/diff/1/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h#newcode33 third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h:33: NGBoxIterator m_ngBoxIterator; On 2016/08/10 19:55:24, cbiesinger wrote: > ...
4 years, 4 months ago (2016-08-10 19:59:32 UTC) #7
Gleb Lanbin
https://codereview.chromium.org/2230683003/diff/1/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h File third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h (right): https://codereview.chromium.org/2230683003/diff/1/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h#newcode22 third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h:22: NGBlockLayoutAlgorithm(PassRefPtr<const ComputedStyle>, NGBoxIterator); On 2016/08/10 19:55:24, cbiesinger wrote: > ...
4 years, 4 months ago (2016-08-10 20:11:44 UTC) #8
cbiesinger
lgtm
4 years, 4 months ago (2016-08-10 20:14:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2230683003/40001
4 years, 4 months ago (2016-08-10 21:22:46 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/120243)
4 years, 4 months ago (2016-08-11 01:03:43 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2230683003/40001
4 years, 4 months ago (2016-08-11 03:28:06 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/235678)
4 years, 4 months ago (2016-08-11 03:33:33 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2230683003/60001
4 years, 4 months ago (2016-08-11 04:14:11 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-11 04:18:02 UTC) #24
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/8ba5761a1d6c8f1dc7f972b75487205bfb530256 Cr-Commit-Position: refs/heads/master@{#411263}
4 years, 4 months ago (2016-08-11 04:20:29 UTC) #26
samli
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2234263002/ by samli@chromium.org. ...
4 years, 4 months ago (2016-08-11 04:34:01 UTC) #27
findit-for-me
4 years, 4 months ago (2016-08-11 04:37:54 UTC) #28
Message was sent while issue was closed.
FYI: Findit try jobs (rerunning failed compile or tests) identified this CL
at revision 411263 as the culprit for failures in the build cycles as shown on:
https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3Itb...

Powered by Google App Engine
This is Rietveld 408576698