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

Issue 339163002: Implemented applyPropertyAll for applying all shorthand property. (Closed)

Created:
6 years, 6 months ago by tasak
Modified:
6 years, 6 months ago
Reviewers:
esprehn, dglazkov, rune
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, dglazkov+blink, ed+blinkwatch_opera.com, rwlbuis, rune+blink
Project:
blink
Visibility:
Public.

Description

Implemented applyPropertyAll for applying all shorthand property. applyPropertyAll expands all shorthand property to longhand properties, and apply each longhand property according to all's value (e.g. if all's value is initial, initial). Spec: http://dev.w3.org/csswg/css-cascade/#all-shorthand BUG=172051 TEST=fast/css/all-shorthand.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176396

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -41 lines) Patch
M LayoutTests/fast/css/all-shorthand.html View 1 chunk +5 lines, -7 lines 0 comments Download
M LayoutTests/fast/css/all-shorthand-expected.html View 1 chunk +14 lines, -16 lines 0 comments Download
M Source/build/scripts/templates/StylePropertyShorthand.h.tmpl View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/css/CSSProperty.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/CSSProperty.cpp View 1 chunk +14 lines, -0 lines 0 comments Download
M Source/core/css/StylePropertyShorthandCustom.cpp View 1 chunk +16 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.h View 2 chunks +7 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 4 chunks +109 lines, -18 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
tasak
Would you review this CL? This is a patch for applying all shorthand property. I ...
6 years, 6 months ago (2014-06-17 11:07:32 UTC) #1
dglazkov
lgtm https://codereview.chromium.org/339163002/diff/40001/Source/core/css/StylePropertyShorthandCustom.cpp File Source/core/css/StylePropertyShorthandCustom.cpp (right): https://codereview.chromium.org/339163002/diff/40001/Source/core/css/StylePropertyShorthandCustom.cpp#newcode121 Source/core/css/StylePropertyShorthandCustom.cpp:121: // "font: initial; font-family: initial;...". To avoid this, ...
6 years, 6 months ago (2014-06-17 15:13:14 UTC) #2
tasak
Thank you for reviewing. https://codereview.chromium.org/339163002/diff/40001/Source/core/css/StylePropertyShorthandCustom.cpp File Source/core/css/StylePropertyShorthandCustom.cpp (right): https://codereview.chromium.org/339163002/diff/40001/Source/core/css/StylePropertyShorthandCustom.cpp#newcode121 Source/core/css/StylePropertyShorthandCustom.cpp:121: // "font: initial; font-family: initial;...". ...
6 years, 6 months ago (2014-06-18 05:16:31 UTC) #3
tasak
The CQ bit was checked by tasak@google.com
6 years, 6 months ago (2014-06-18 05:16:38 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tasak@google.com/339163002/100001
6 years, 6 months ago (2014-06-18 05:17:36 UTC) #5
commit-bot: I haz the power
6 years, 6 months ago (2014-06-18 06:25:59 UTC) #6
Message was sent while issue was closed.
Change committed as 176396

Powered by Google App Engine
This is Rietveld 408576698