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

Issue 1362683003: [css-grid] Small refactoring in LayoutGrid::layoutPositionedObjects() (Closed)

Created:
5 years, 3 months ago by Manuel Rego
Modified:
5 years, 2 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[css-grid] Small refactoring in LayoutGrid::layoutPositionedObjects() We were passing too many arguments to LayoutGrid::offsetAndBreadthForPositionedChild(). It seems simpler to move some code there from LayoutGrid::layoutPositionedObjects(). Committed: https://crrev.com/7c8c5489cd8c2367316d96a5a3d3a0d6d43831c4 Cr-Commit-Position: refs/heads/master@{#351056}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -16 lines) Patch
M third_party/WebKit/Source/core/layout/LayoutGrid.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutGrid.cpp View 3 chunks +15 lines, -15 lines 4 comments Download

Messages

Total messages: 10 (2 generated)
Manuel Rego
5 years, 3 months ago (2015-09-24 10:32:05 UTC) #2
svillar
lgtm https://codereview.chromium.org/1362683003/diff/1/third_party/WebKit/Source/core/layout/LayoutGrid.cpp File third_party/WebKit/Source/core/layout/LayoutGrid.cpp (right): https://codereview.chromium.org/1362683003/diff/1/third_party/WebKit/Source/core/layout/LayoutGrid.cpp#newcode1471 third_party/WebKit/Source/core/layout/LayoutGrid.cpp:1471: } So now you're doing this before all ...
5 years, 2 months ago (2015-09-28 08:09:28 UTC) #3
Manuel Rego
Thanks for the review. https://codereview.chromium.org/1362683003/diff/1/third_party/WebKit/Source/core/layout/LayoutGrid.cpp File third_party/WebKit/Source/core/layout/LayoutGrid.cpp (right): https://codereview.chromium.org/1362683003/diff/1/third_party/WebKit/Source/core/layout/LayoutGrid.cpp#newcode1471 third_party/WebKit/Source/core/layout/LayoutGrid.cpp:1471: } On 2015/09/28 08:09:28, svillar ...
5 years, 2 months ago (2015-09-28 09:49:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1362683003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1362683003/1
5 years, 2 months ago (2015-09-28 09:49:42 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 2 months ago (2015-09-28 11:18:25 UTC) #7
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/7c8c5489cd8c2367316d96a5a3d3a0d6d43831c4 Cr-Commit-Position: refs/heads/master@{#351056}
5 years, 2 months ago (2015-09-28 11:19:42 UTC) #8
cbiesinger
lgtm https://codereview.chromium.org/1362683003/diff/1/third_party/WebKit/Source/core/layout/LayoutGrid.cpp File third_party/WebKit/Source/core/layout/LayoutGrid.cpp (right): https://codereview.chromium.org/1362683003/diff/1/third_party/WebKit/Source/core/layout/LayoutGrid.cpp#newcode1407 third_party/WebKit/Source/core/layout/LayoutGrid.cpp:1407: // FIXME: Detect properly if start/end is auto ...
5 years, 2 months ago (2015-09-30 14:27:35 UTC) #9
Manuel Rego
5 years, 2 months ago (2015-09-30 20:53:51 UTC) #10
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/1362683003/diff/1/third_party/WebKit/S...
File third_party/WebKit/Source/core/layout/LayoutGrid.cpp (right):

https://chromiumcodereview.appspot.com/1362683003/diff/1/third_party/WebKit/S...
third_party/WebKit/Source/core/layout/LayoutGrid.cpp:1407: // FIXME: Detect
properly if start/end is auto for inexistent named grid lines.
On 2015/09/30 14:27:35, cbiesinger wrote:
> This comment should probably move to offsetAndBreadthForPositionedChild? Or
> rather be removed after https://codereview.chromium.org/1375173002/

Yep, you're right, I forgot to move it in this patch.
I'm already removing it in the mentioned patch.

Powered by Google App Engine
This is Rietveld 408576698