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

Issue 1776983003: Move some grid related longhands into CSSPropertyParser (Closed)

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

Description

Move some grid related longhands into CSSPropertyParser Move the following grid related shorthands from LegacyCSSPropertyParser into CSSPropertyParser: justify-self, justify-items, align-self, align-items BUG=499780 Committed: https://crrev.com/4699914d8fe7b1594c711c94a3c3362b8fe54c1f Cr-Commit-Position: refs/heads/master@{#380513}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address review comments #

Patch Set 3 : V3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -114 lines) Patch
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 2 chunks +48 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp View 3 chunks +0 lines, -111 lines 0 comments Download

Messages

Total messages: 32 (14 generated)
rwlbuis
PTAL.
4 years, 9 months ago (2016-03-09 23:07:48 UTC) #3
Timothy Loh
ccing jfernandez - fyi this will conflict with a patch you have up. Also could ...
4 years, 9 months ago (2016-03-10 00:12:14 UTC) #4
jfernandez
https://codereview.chromium.org/1776983003/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/1776983003/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode3570 third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp:3570: if (isItemPositionKeyword(range.peek().id())) { On 2016/03/10 00:12:14, Timothy Loh wrote: ...
4 years, 9 months ago (2016-03-10 14:11:02 UTC) #6
rwlbuis
On 2016/03/10 14:11:02, jfernandez wrote: > https://codereview.chromium.org/1776983003/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp > File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): > > https://codereview.chromium.org/1776983003/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode3570 > ...
4 years, 9 months ago (2016-03-10 19:20:19 UTC) #7
jfernandez
On 2016/03/10 19:20:19, rwlbuis wrote: > On 2016/03/10 14:11:02, jfernandez wrote: > > > https://codereview.chromium.org/1776983003/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp ...
4 years, 9 months ago (2016-03-10 19:39:39 UTC) #8
rwlbuis
On 2016/03/10 19:39:39, jfernandez wrote: > Better use this spec version > > https://drafts.csswg.org/css-align/#align-self-property Thanks, ...
4 years, 9 months ago (2016-03-10 19:48:37 UTC) #9
Timothy Loh
On 2016/03/10 19:48:37, rwlbuis wrote: > On 2016/03/10 19:39:39, jfernandez wrote: > > Better use ...
4 years, 9 months ago (2016-03-10 23:08:22 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1776983003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1776983003/40001
4 years, 9 months ago (2016-03-10 23:13:38 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/129085)
4 years, 9 months ago (2016-03-10 23:58:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1776983003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1776983003/40001
4 years, 9 months ago (2016-03-11 00:03:09 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/129166)
4 years, 9 months ago (2016-03-11 00:41:32 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1776983003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1776983003/40001
4 years, 9 months ago (2016-03-11 01:10:23 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/129265)
4 years, 9 months ago (2016-03-11 01:47:34 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1776983003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1776983003/40001
4 years, 9 months ago (2016-03-11 02:32:11 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/129370)
4 years, 9 months ago (2016-03-11 03:06:59 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1776983003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1776983003/40001
4 years, 9 months ago (2016-03-11 03:31:39 UTC) #28
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 9 months ago (2016-03-11 05:14:01 UTC) #30
commit-bot: I haz the power
4 years, 9 months ago (2016-03-11 05:14:58 UTC) #32
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/4699914d8fe7b1594c711c94a3c3362b8fe54c1f
Cr-Commit-Position: refs/heads/master@{#380513}

Powered by Google App Engine
This is Rietveld 408576698