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

Issue 2750843002: [css-align] Adapt content-alignment properties to the new baseline syntax (Closed)

Created:
3 years, 9 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, sashab, bugsnash
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[css-align] Adapt content-alignment properties to the new baseline syntax The baseline-position syntax has changed recently, so we need to update the CSS properties using the old syntax. This patch address only the content-alignment (align-content and justify-content). I used this patch to adapt the implementation of the parsing logic for these properties to the new Blink's CSS Parsing Design. The new baseline syntax is "[first | last ]? baseline" which implies modifying the parsing and computed value logic. There are several layout tests affected by this change, so I'll update them accordingly. BUG=565883 Review-Url: https://codereview.chromium.org/2750843002 Cr-Commit-Position: refs/heads/master@{#457434} Committed: https://chromium.googlesource.com/chromium/src/+/81ac6e10b85aa327c1e26799807da952a7b930d8

Patch Set 1 #

Patch Set 2 : Don't use raw pointers attributes on a GC managed class. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+502 lines, -744 lines) Patch
M third_party/WebKit/LayoutTests/fast/alignment/parse-align-content.html View 1 4 chunks +179 lines, -200 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/alignment/parse-align-content-expected.txt View 1 chunk +0 lines, -144 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/alignment/parse-justify-content.html View 1 4 chunks +179 lines, -193 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/alignment/parse-justify-content-expected.txt View 1 chunk +0 lines, -144 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSContentDistributionValue.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSContentDistributionValue.cpp View 1 1 chunk +11 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperties.json5 View 1 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValueKeywords.json5 View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp View 1 chunk +22 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 chunks +0 lines, -51 lines 0 comments Download
M third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAlignOrJustifyContent.cpp View 1 chunk +14 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.cpp View 1 4 chunks +86 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
jfernandez
Patch ready for review.
3 years, 9 months ago (2017-03-14 14:25:59 UTC) #3
meade_UTC10
lgtm This looks great, and thanks for moving stuff to the new CSSPropertyAPI format! Added ...
3 years, 9 months ago (2017-03-15 05:50:46 UTC) #4
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/2750843002/1
3 years, 9 months ago (2017-03-15 08:36:51 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/340523) linux_chromium_tsan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
3 years, 9 months ago (2017-03-15 08:42:12 UTC) #8
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/2750843002/20001
3 years, 9 months ago (2017-03-16 12:59:47 UTC) #11
commit-bot: I haz the power
3 years, 9 months ago (2017-03-16 15:04:26 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/81ac6e10b85aa327c1e26799807d...

Powered by Google App Engine
This is Rietveld 408576698