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

Issue 1702013003: [css-grid] Swap columns and rows in grid-template shorthand (Closed)

Created:
4 years, 10 months ago by Manuel Rego
Modified:
4 years, 10 months ago
CC:
chromium-reviews, jfernandez, svillar, blink-reviews-css, Manuel Rego, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[css-grid] Swap columns and rows in grid-template shorthand The spec was modified past December to change the order of columns and rows in the grid-template shorthand: https://github.com/w3c/csswg-drafts/commit/f6c7691679a519017a80ebae44fd86c3eae5c5f9 Updated the parsing and modified the tests to follow the new syntax. BUG=583215 Committed: https://crrev.com/3d6b5d3df0a988475328dc5a4aabce5c4f4aa211 Cr-Commit-Position: refs/heads/master@{#376325}

Patch Set 1 #

Patch Set 2 : Swap columns and rows in tests under fast/repaint/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -108 lines) Patch
M third_party/WebKit/LayoutTests/fast/css-grid-layout/absolute-positioning-definite-sizes.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/flex-content-distribution.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-content.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-content-vertical-lr.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-content-vertical-rl.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-stretch-only-valid-for-auto-sized-tracks.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-gutters-and-alignment.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-gutters-and-flex-content.html View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-gutters-and-tracks.html View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-computed-style-crash.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set.html View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-template-shorthand-get-set.html View 5 chunks +33 lines, -33 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/implicit-tracks-before-explicit.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-align-items-changed.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-align-self-changed.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-indefinite-heights.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-justify-items-changed.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-justify-self-changed.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/align-self-change-grid.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-items-change.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-items-legacy-change.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-self-change.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-self-overflow-change.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp View 5 chunks +45 lines, -34 lines 0 comments Download

Messages

Total messages: 22 (11 generated)
Manuel Rego
grid-template shorthand has suffered some changes on the spec since it was implemented: https://drafts.csswg.org/css-grid/#explicit-grid-shorthand This ...
4 years, 10 months ago (2016-02-16 16:18:08 UTC) #2
rune
lgtm, but someone with more grid knowledge should take a look as well.
4 years, 10 months ago (2016-02-17 14:22:21 UTC) #4
Manuel Rego
@rune thanks for the quick review! Adding more grid reviewers. Please take a look.
4 years, 10 months ago (2016-02-17 15:51:22 UTC) #6
cbiesinger
lgtm
4 years, 10 months ago (2016-02-18 21:40:07 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702013003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702013003/1
4 years, 10 months ago (2016-02-18 22:00:43 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/52153)
4 years, 10 months ago (2016-02-18 22:39:25 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702013003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702013003/1
4 years, 10 months ago (2016-02-18 22:51:19 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/183300) mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 10 months ago (2016-02-18 23:19:17 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702013003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702013003/20001
4 years, 10 months ago (2016-02-18 23:44:24 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-19 01:11:24 UTC) #20
commit-bot: I haz the power
4 years, 10 months ago (2016-02-19 01:12:27 UTC) #22
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/3d6b5d3df0a988475328dc5a4aabce5c4f4aa211
Cr-Commit-Position: refs/heads/master@{#376325}

Powered by Google App Engine
This is Rietveld 408576698