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

Issue 300843011: [CSS Shapes] serialization of the computed value should omit the default radii (Closed)

Created:
6 years, 6 months ago by rwlbuis
Modified:
6 years, 6 months ago
CC:
blink-reviews, blink-reviews-css, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rune+blink, alancutter (OOO until 2018)
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[CSS Shapes] serialization of the computed value should omit the default radii We should omit closest-side value, wherever is possible. Specification: ​http://www.w3.org/TR/2014/CR-css-shapes-1-20140320/#basic-shape-computed-values This change aligns the behavior to the specification. Added new test cases for the shape-outside parsing tests. This is a merge of http://trac.webkit.org/changeset/169406 by Zoltan Horvath <zoltan@webkit.org>;. BUG=371934 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175085

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -38 lines) Patch
M LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt View 3 chunks +28 lines, -18 lines 0 comments Download
M LayoutTests/fast/shapes/parsing/parsing-test-utils.js View 1 chunk +22 lines, -17 lines 0 comments Download
M Source/core/css/CSSBasicShapes.cpp View 2 chunks +21 lines, -3 lines 2 comments Download

Messages

Total messages: 11 (0 generated)
rwlbuis
PTAL :)
6 years, 6 months ago (2014-05-28 20:32:48 UTC) #1
Zoltan
lgtm, thanks!
6 years, 6 months ago (2014-05-28 21:30:13 UTC) #2
rwlbuis
PTAL, just a serialization fix.
6 years, 6 months ago (2014-05-28 21:33:37 UTC) #3
leviw_travelin_and_unemployed
Okay. LGTM.
6 years, 6 months ago (2014-05-28 22:07:41 UTC) #4
eseidel
https://codereview.chromium.org/300843011/diff/1/Source/core/css/CSSBasicShapes.cpp File Source/core/css/CSSBasicShapes.cpp (right): https://codereview.chromium.org/300843011/diff/1/Source/core/css/CSSBasicShapes.cpp#newcode118 Source/core/css/CSSBasicShapes.cpp:118: if (m_radius && m_radius->getValueID() != CSSValueClosestSide) This smells odd. ...
6 years, 6 months ago (2014-05-28 22:08:09 UTC) #5
Zoltan
On 2014/05/28 22:08:09, eseidel wrote: > https://codereview.chromium.org/300843011/diff/1/Source/core/css/CSSBasicShapes.cpp > File Source/core/css/CSSBasicShapes.cpp (right): > > https://codereview.chromium.org/300843011/diff/1/Source/core/css/CSSBasicShapes.cpp#newcode118 > ...
6 years, 6 months ago (2014-05-28 22:33:06 UTC) #6
eseidel
This still seems confusing to me, but you have a review from levi. How would ...
6 years, 6 months ago (2014-05-29 15:37:57 UTC) #7
rwlbuis
On 2014/05/29 15:37:57, eseidel wrote: > This still seems confusing to me, but you have ...
6 years, 6 months ago (2014-05-29 15:50:56 UTC) #8
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 6 months ago (2014-05-29 15:51:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/300843011/1
6 years, 6 months ago (2014-05-29 15:52:35 UTC) #10
commit-bot: I haz the power
6 years, 6 months ago (2014-05-30 00:49:16 UTC) #11
Message was sent while issue was closed.
Change committed as 175085

Powered by Google App Engine
This is Rietveld 408576698