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

Issue 235663004: [CSS Grid Layout] Add GridSpan::iterator (Closed)

Created:
6 years, 8 months ago by Manuel Rego
Modified:
6 years, 8 months ago
CC:
blink-reviews, jfernandez, zoltan1, svillar, bemjb+rendering_chromium.org, leviw+renderwatch, eae+blinkwatch, jchaffraix+rendering, dsinclair, pdr., rune+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[CSS Grid Layout] Add GridSpan::iterator As suggested when GridResolvedPosition was introduced, this patch adds a GridSpan::iterator which allows to simplify the loops over GridResolvedPositions. BUG=258258 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172404

Patch Set 1 #

Total comments: 1

Patch Set 2 : New patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -13 lines) Patch
M Source/core/css/parser/CSSPropertyParser.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderGrid.cpp View 1 9 chunks +15 lines, -12 lines 0 comments Download
M Source/core/rendering/style/GridCoordinate.h View 1 1 chunk +12 lines, -0 lines 0 comments Download
M Source/core/rendering/style/GridResolvedPosition.h View 1 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Manuel Rego
This was suggested at https://codereview.chromium.org/166623002/#msg6
6 years, 8 months ago (2014-04-11 22:53:16 UTC) #1
Julien - ping for review
https://codereview.chromium.org/235663004/diff/1/Source/core/rendering/style/GridCoordinate.h File Source/core/rendering/style/GridCoordinate.h (right): https://codereview.chromium.org/235663004/diff/1/Source/core/rendering/style/GridCoordinate.h#newcode180 Source/core/rendering/style/GridCoordinate.h:180: } It would be better to match the WTF ...
6 years, 8 months ago (2014-04-21 19:00:07 UTC) #2
Manuel Rego
On 2014/04/21 19:00:07, Julien Chaffraix - PST wrote: > https://codereview.chromium.org/235663004/diff/1/Source/core/rendering/style/GridCoordinate.h > File Source/core/rendering/style/GridCoordinate.h (right): > ...
6 years, 8 months ago (2014-04-22 22:40:15 UTC) #3
Julien - ping for review
Not a huge fan of the next() calls but I could live with it. LGTM
6 years, 8 months ago (2014-04-23 15:30:31 UTC) #4
Manuel Rego
The CQ bit was checked by rego@igalia.com
6 years, 8 months ago (2014-04-23 17:31:26 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rego@igalia.com/235663004/20001
6 years, 8 months ago (2014-04-23 17:31:42 UTC) #6
commit-bot: I haz the power
6 years, 8 months ago (2014-04-23 21:17:26 UTC) #7
Message was sent while issue was closed.
Change committed as 172404

Powered by Google App Engine
This is Rietveld 408576698