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

Issue 1885913002: [css-grid] Use grid-template-areas to determine the explicit grid (Closed)

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

Description

[css-grid] Use grid-template-areas to determine the explicit grid From the spec (https://drafts.csswg.org/css-grid/#grid-definition): "The size of the explicit grid is determined by the larger of the number of rows/columns defined by grid-template-areas and the number of rows/columns sized by grid-template-rows/grid-template-columns." So we need to take into account the rows/columns defined by grid-template-areas to determine the size of the explicit grid. On top of that this patch is also taking into account this in LayoutGrid::explicitGridDidResize(). Created a new test to check the right behavior and added new test cases to check the style changes too. BUG=603160 TEST=fast/css-grid-layout/explicit-grid-size.html Committed: https://crrev.com/2b77da3c2afb9ef469d69a52250e7769ae74aca1 Cr-Commit-Position: refs/heads/master@{#387261}

Patch Set 1 #

Messages

Total messages: 23 (9 generated)
Manuel Rego
4 years, 8 months ago (2016-04-13 17:01:16 UTC) #2
cbiesinger
lgtm
4 years, 8 months ago (2016-04-13 19:49:55 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1885913002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1885913002/1
4 years, 8 months ago (2016-04-13 20:02:55 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_rel/builds/50402)
4 years, 8 months ago (2016-04-13 20:15:14 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1885913002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1885913002/1
4 years, 8 months ago (2016-04-13 20:23:24 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/53257)
4 years, 8 months ago (2016-04-13 21:04:32 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1885913002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1885913002/1
4 years, 8 months ago (2016-04-14 07:05:00 UTC) #13
svillar
non-lgtm. The patch is wrong because it breaks gridTrackSize() resolution as you are not considering ...
4 years, 8 months ago (2016-04-14 07:36:57 UTC) #14
svillar
On 2016/04/14 07:36:57, svillar wrote: > non-lgtm. The patch is wrong because it breaks gridTrackSize() ...
4 years, 8 months ago (2016-04-14 07:37:27 UTC) #15
svillar
On 2016/04/14 07:37:27, svillar wrote: > On 2016/04/14 07:36:57, svillar wrote: > > non-lgtm. The ...
4 years, 8 months ago (2016-04-14 07:45:52 UTC) #17
Manuel Rego
On 2016/04/14 07:45:52, svillar wrote: > It looks like I missunderstood the specs. The tracks ...
4 years, 8 months ago (2016-04-14 07:49:35 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1885913002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1885913002/1
4 years, 8 months ago (2016-04-14 07:49:57 UTC) #20
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-04-14 08:31:02 UTC) #21
commit-bot: I haz the power
4 years, 8 months ago (2016-04-14 08:32:42 UTC) #23
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/2b77da3c2afb9ef469d69a52250e7769ae74aca1
Cr-Commit-Position: refs/heads/master@{#387261}

Powered by Google App Engine
This is Rietveld 408576698