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

Issue 1696373003: Add CSS parser support for the snap-height property (Closed)

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

Description

Add CSS parser support for the snap-height property This patch adds CSS parser support for the snap-height property, behind the CSSSnapSize runtime flag. Supporting layout will be in following patches. A test was imported from csswg-test and was marked as failure. This patch makes the test pass. Spec: https://drafts.csswg.org/css-snap-size/ Dashboard: https://www.chromestatus.com/features/5734273533345792 BUG=586413 TEST=imported/csswg-test/css-snap-size-1/snap-height-parsing-001.html Committed: https://crrev.com/856c2d86e6b57825e9afa596f326f7ff45e4c208 Cr-Commit-Position: refs/heads/master@{#376051}

Patch Set 1 #

Patch Set 2 : Several refines, tests, cleanup #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -17 lines) Patch
M third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-parsing-001-expected.txt View 1 1 chunk +0 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt View 1 2 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/CSSComputedStyleDeclaration.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperties.in View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp View 1 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 chunks +19 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp View 1 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.cpp View 1 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleRareInheritedData.h View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp View 4 chunks +7 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 13 (6 generated)
kojii
timloh@, PTAL. Is the use of converter more recommended than custom? This CL uses custom ...
4 years, 10 months ago (2016-02-17 08:10:44 UTC) #5
Timothy Loh
On 2016/02/17 08:10:44, kojii wrote: > timloh@, PTAL. > > Is the use of converter ...
4 years, 10 months ago (2016-02-18 00:25:26 UTC) #6
Timothy Loh
On 2016/02/18 00:25:26, Timothy Loh wrote: > On 2016/02/17 08:10:44, kojii wrote: > > timloh@, ...
4 years, 10 months ago (2016-02-18 00:25:50 UTC) #7
kojii
Thank you for your prompt review and advice!
4 years, 10 months ago (2016-02-18 00:33:58 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1696373003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1696373003/40001
4 years, 10 months ago (2016-02-18 00:35:42 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-18 00:47:25 UTC) #11
commit-bot: I haz the power
4 years, 10 months ago (2016-02-18 00:49:40 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/856c2d86e6b57825e9afa596f326f7ff45e4c208
Cr-Commit-Position: refs/heads/master@{#376051}

Powered by Google App Engine
This is Rietveld 408576698