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

Issue 2019993003: Set "auto" as default for rx and ry (Closed)

Created:
4 years, 6 months ago by Shanmuga Pandi
Modified:
4 years, 6 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Set "auto" as default for rx and ry Set initial value as "auto" for rx and ry. BUG=576811 Committed: https://crrev.com/c9cc8c9d40aa52810ee6b29a0717948cfad5c20a Cr-Commit-Position: refs/heads/master@{#397332}

Patch Set 1 #

Patch Set 2 : Added test #

Patch Set 3 : Added more test #

Patch Set 4 : Added some more tests #

Total comments: 2

Patch Set 5 : Align with review comments #

Total comments: 2

Patch Set 6 : Added CSS Parsing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -49 lines) Patch
M third_party/WebKit/LayoutTests/animations/interpolation/svg-rx-interpolation.html View 2 chunks +4 lines, -18 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/interpolation/svg-ry-interpolation.html View 2 chunks +4 lines, -18 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/custom/SVGEllipse-without-rx-or-ry.svg View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/custom/SVGEllipse-without-rx-or-ry-expected.svg View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/custom/SVGRect-explicit-zero-rounding-radius.svg View 1 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/custom/SVGRect-explicit-zero-rounding-radius-expected.svg View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry.svg View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-expected.svg View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg View 1 2 3 4 5 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperties.in View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 3 4 5 2 chunks +9 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/SVGComputedStyle.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGRectElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 28 (11 generated)
Shanmuga Pandi
On 2016/05/30 10:45:53, Shanmuga Pandi wrote: > mailto:shanmuga.m@samsung.com changed reviewers: > + mailto:rob.buis@samsung.com PTAL!! Thanks
4 years, 6 months ago (2016-05-30 10:46:14 UTC) #3
Shanmuga Pandi
PTAL!!! Thanks
4 years, 6 months ago (2016-05-31 06:25:04 UTC) #5
fs
This looks mostly ok, but please also add tests for <rect> without 'rx' and 'ry' ...
4 years, 6 months ago (2016-05-31 10:34:52 UTC) #6
Shanmuga Pandi
On 2016/05/31 10:34:52, fs wrote: > This looks mostly ok, but please also add tests ...
4 years, 6 months ago (2016-05-31 13:11:23 UTC) #7
fs
On 2016/05/31 at 13:11:23, shanmuga.m wrote: > On 2016/05/31 10:34:52, fs wrote: > > This ...
4 years, 6 months ago (2016-05-31 13:25:49 UTC) #8
Shanmuga Pandi
On 2016/05/31 13:25:49, fs wrote: > On 2016/05/31 at 13:11:23, shanmuga.m wrote: > > On ...
4 years, 6 months ago (2016-05-31 14:12:20 UTC) #9
fs
https://codereview.chromium.org/2019993003/diff/60001/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg File third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg (right): https://codereview.chromium.org/2019993003/diff/60001/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg#newcode5 third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg:5: height="100" fill="green" style="ry:10"/> The case we want to test ...
4 years, 6 months ago (2016-05-31 14:27:35 UTC) #10
Shanmuga Pandi
Updated the TC. https://codereview.chromium.org/2019993003/diff/60001/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg File third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg (right): https://codereview.chromium.org/2019993003/diff/60001/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg#newcode5 third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg:5: height="100" fill="green" style="ry:10"/> On 2016/05/31 14:27:35, ...
4 years, 6 months ago (2016-06-01 09:38:12 UTC) #11
fs
https://codereview.chromium.org/2019993003/diff/80001/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg File third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg (right): https://codereview.chromium.org/2019993003/diff/80001/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg#newcode3 third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg:3: ry="10" Since 'ry', from the inline style, would override ...
4 years, 6 months ago (2016-06-01 10:43:09 UTC) #12
Shanmuga Pandi
Done the changes https://codereview.chromium.org/2019993003/diff/80001/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg File third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg (right): https://codereview.chromium.org/2019993003/diff/80001/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg#newcode3 third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg:3: ry="10" On 2016/06/01 10:43:09, fs wrote: ...
4 years, 6 months ago (2016-06-01 12:34:28 UTC) #13
fs
lgtm
4 years, 6 months ago (2016-06-01 13:22:30 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2019993003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2019993003/100001
4 years, 6 months ago (2016-06-01 13:33:32 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/231373)
4 years, 6 months ago (2016-06-01 19:41:13 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2019993003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2019993003/100001
4 years, 6 months ago (2016-06-02 06:14:43 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2019993003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2019993003/100001
4 years, 6 months ago (2016-06-02 06:16:36 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 6 months ago (2016-06-02 07:46:58 UTC) #26
commit-bot: I haz the power
4 years, 6 months ago (2016-06-02 07:48:06 UTC) #28
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/c9cc8c9d40aa52810ee6b29a0717948cfad5c20a
Cr-Commit-Position: refs/heads/master@{#397332}

Powered by Google App Engine
This is Rietveld 408576698