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

Issue 2662573002: [css-align] Implement place-content alignment shorthand (Closed)

Created:
3 years, 10 months ago by jfernandez
Modified:
3 years, 9 months ago
CC:
chromium-reviews, blink-reviews-style_chromium.org, blink-reviews-css, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, rwlbuis, Timothy Loh, sashab
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[css-align] Implement place-content alignment shorthand The CSS Box Alignment specification defines a new shorthand to set the Content Alignment properties (align-content and justify-content) at the same time. This patch provides the implementation of the CSS parsing logic and the required regression tests. For the time being, as it happens with the rest of the new alignment properties, the new parsing logic is implemented behind the CSS Grid Layout runtime flag. The intent-to-implement-and-ship of CSS Box Alignment shorthands is: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/DK189tnM8l4 BUG=668639 Review-Url: https://codereview.chromium.org/2662573002 Cr-Commit-Position: refs/heads/master@{#454864} Committed: https://chromium.googlesource.com/chromium/src/+/6c74eacf0850ef3ed1c3036af6231eb89cfb782f

Patch Set 1 #

Total comments: 12

Patch Set 2 : Applied suggested changes. #

Patch Set 3 : Fixed layout tests. #

Patch Set 4 : Fixing more layout tests. #

Patch Set 5 : Fixed error in the test description. #

Patch Set 6 : Patch rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+324 lines, -2 lines) Patch
A third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html View 1 2 3 4 1 chunk +245 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/alignment/resources/alignment-parsing-utils-th.js View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperties.json5 View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/StylePropertySerializer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/StylePropertySerializer.cpp View 1 2 chunks +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 3 4 5 2 chunks +49 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.cpp View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 54 (23 generated)
jfernandez
Sent out for review.
3 years, 10 months ago (2017-01-30 10:53:17 UTC) #3
svillar
I'll let the parser experts review it. Looks good overall. https://codereview.chromium.org/2662573002/diff/1/third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html File third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html (right): https://codereview.chromium.org/2662573002/diff/1/third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html#newcode3 ...
3 years, 10 months ago (2017-02-02 09:11:19 UTC) #4
jfernandez
timloh@ could you please take a look ?
3 years, 10 months ago (2017-02-06 14:16:04 UTC) #5
jfernandez
Thanks for the review. https://codereview.chromium.org/2662573002/diff/1/third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html File third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html (right): https://codereview.chromium.org/2662573002/diff/1/third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html#newcode3 third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html:3: <head> On 2017/02/02 09:11:19, svillar ...
3 years, 10 months ago (2017-02-06 15:17:17 UTC) #6
Timothy Loh
I don't work on style any more, meade@ is the current team lead and should ...
3 years, 10 months ago (2017-02-06 23:15:14 UTC) #8
meade_UTC10
FWIW, after Tim, sashab is probably the person in Sydney with the most knowledge of ...
3 years, 10 months ago (2017-02-09 07:00:49 UTC) #9
meade_UTC10
On 2017/02/09 07:00:49, Eddy wrote: > FWIW, after Tim, sashab is probably the person in ...
3 years, 10 months ago (2017-02-09 07:03:15 UTC) #10
jfernandez
Hi, On 2017/02/09 07:00:49, Eddy wrote: > FWIW, after Tim, sashab is probably the person ...
3 years, 10 months ago (2017-02-09 09:02:11 UTC) #11
jfernandez
New patch addressing the issues identified in the last review. https://codereview.chromium.org/2662573002/diff/1/third_party/WebKit/Source/core/css/CSSProperties.in File third_party/WebKit/Source/core/css/CSSProperties.in (right): https://codereview.chromium.org/2662573002/diff/1/third_party/WebKit/Source/core/css/CSSProperties.in#newcode576 ...
3 years, 10 months ago (2017-02-10 00:31:20 UTC) #12
jfernandez
@Eddy is there anything else to do on this CL ?
3 years, 10 months ago (2017-02-17 12:12:32 UTC) #13
meade_UTC10
lgtm sorry I think I lost this one!
3 years, 10 months ago (2017-02-22 06:46:01 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2662573002/20001
3 years, 10 months ago (2017-02-22 08:43:26 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/387265)
3 years, 10 months ago (2017-02-22 10:21:52 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2662573002/40001
3 years, 10 months ago (2017-02-22 22:37:12 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/387820)
3 years, 10 months ago (2017-02-23 00:47:53 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2662573002/60001
3 years, 10 months ago (2017-02-23 11:06:33 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/371148)
3 years, 10 months ago (2017-02-23 11:13:37 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2662573002/60001
3 years, 10 months ago (2017-02-23 12:50:25 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/371181)
3 years, 10 months ago (2017-02-23 12:56:55 UTC) #32
jfernandez
It seems I need API_OWNERS review to land this patch.
3 years, 10 months ago (2017-02-23 13:07:28 UTC) #34
tkent
On 2017/02/23 at 13:07:28, jfernandez wrote: > It seems I need API_OWNERS review to land ...
3 years, 9 months ago (2017-02-24 04:45:38 UTC) #35
Manuel Rego
On 2017/02/24 04:45:38, tkent wrote: > On 2017/02/23 at 13:07:28, jfernandez wrote: > > It ...
3 years, 9 months ago (2017-02-24 08:10:15 UTC) #36
tkent
> They're just shorthands of properties that have been already shipped, > but it seems ...
3 years, 9 months ago (2017-02-24 08:12:01 UTC) #37
Rick Byers
On 2017/02/24 08:12:01, tkent wrote: > > They're just shorthands of properties that have been ...
3 years, 9 months ago (2017-02-24 22:05:59 UTC) #38
Manuel Rego
As this hasn't landed yet and we need to wait for the intent-to-ship, maybe it's ...
3 years, 9 months ago (2017-02-28 09:27:06 UTC) #39
jfernandez
On 2017/02/24 22:05:59, Rick Byers wrote: > On 2017/02/24 08:12:01, tkent wrote: > > > ...
3 years, 9 months ago (2017-03-03 21:20:15 UTC) #40
Rick Byers
On 2017/03/03 21:20:15, jfernandez wrote: > On 2017/02/24 22:05:59, Rick Byers wrote: > > On ...
3 years, 9 months ago (2017-03-03 22:26:55 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2662573002/80001
3 years, 9 months ago (2017-03-04 00:06:41 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/164679) ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 9 months ago (2017-03-04 00:09:23 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2662573002/100001
3 years, 9 months ago (2017-03-06 12:52:02 UTC) #51
commit-bot: I haz the power
3 years, 9 months ago (2017-03-06 14:19:33 UTC) #54
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/6c74eacf0850ef3ed1c3036af623...

Powered by Google App Engine
This is Rietveld 408576698