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

Issue 2642013002: Implements CSSPropertyAPI for the shape-outside property. (Closed)

Created:
3 years, 11 months ago by ktyliu
Modified:
3 years, 11 months ago
Reviewers:
sashab, aazzam
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, chromium-reviews, dglazkov+blink, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implements CSSPropertyAPI for the shape-outside property. A part of Project Ribbon, separating the parsing logic for CSS properties from the parser into an API. This patch removes CSSPropertyShapeOutside from the switch statement in parseSingleValue, and calls the API instead. A function pointer to the parseSingleValue function from the API for the page property is stored in a CSSPropertyDescriptor, and is called from CSSPropertyParser. This patch: - Adds CSSPropertyAPIShapeOutside.cpp to the BUILD.gn file. - Adds api_class flag to CSSProperties.in, which indicates that CSSPropertyAPIShapeOutside.h is generated. - Moves the parsing logic for page from CSSPropertyParser.cpp to CSSPropertyAPIShapeOutside.cpp, which implements CSSPropertyAPI.h. BUG=668012 Review-Url: https://codereview.chromium.org/2642013002 Cr-Commit-Position: refs/heads/master@{#444958} Committed: https://chromium.googlesource.com/chromium/src/+/81764f7d4806e67c5db9b46de3cf861a43af380b

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix Utils #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -23 lines) Patch
M third_party/WebKit/Source/core/css/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperties.in View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 chunks +0 lines, -22 lines 0 comments Download
A third_party/WebKit/Source/core/css/properties/CSSPropertyAPIShapeOutside.cpp View 1 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (16 generated)
aazzam
lgtm with comments, ptal sasha :) https://codereview.chromium.org/2642013002/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp (right): https://codereview.chromium.org/2642013002/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp#newcode26 third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp:26: void complete4Sides(CSSValue* side[4]) ...
3 years, 11 months ago (2017-01-19 01:48:38 UTC) #4
aazzam
sorry kevin, could you possibly move out the logic into utils file in a separate ...
3 years, 11 months ago (2017-01-19 01:50:27 UTC) #5
ktyliu
On 2017/01/19 at 01:50:27, aazzam wrote: > sorry kevin, could you possibly move out the ...
3 years, 11 months ago (2017-01-19 04:04:24 UTC) #11
ktyliu
On 2017/01/19 at 04:04:24, ktyliu wrote: > On 2017/01/19 at 01:50:27, aazzam wrote: > > ...
3 years, 11 months ago (2017-01-20 01:26:13 UTC) #14
aazzam
lgtm, sasha ptal :)
3 years, 11 months ago (2017-01-20 01:54:48 UTC) #18
sashab
LGTM! Nice work ktyliu
3 years, 11 months ago (2017-01-20 02:35:29 UTC) #19
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/2642013002/20001
3 years, 11 months ago (2017-01-20 02:36:27 UTC) #21
commit-bot: I haz the power
3 years, 11 months ago (2017-01-20 02:41:36 UTC) #24
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/81764f7d4806e67c5db9b46de3cf...

Powered by Google App Engine
This is Rietveld 408576698