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

Issue 2202053002: [SVGDom/experimental] Initial SVGLength support (Closed)

Created:
4 years, 4 months ago by f(malita)
Modified:
4 years, 4 months ago
CC:
reviews_skia.org
Base URL:
https://chromium.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

[SVGDom] Initial SVGLength support Mostly plumb new length types, but also introduce a stateful parser, rect shape and named color support. R=reed@google.com,robertphillips@google.com,stephana@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2202053002 Committed: https://skia.googlesource.com/skia/+/bffc2566872f99d378a1113d0a49ec9ee0d60b7a

Patch Set 1 #

Patch Set 2 : fix warnings #

Patch Set 3 : cleanup #

Total comments: 24

Patch Set 4 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+674 lines, -78 lines) Patch
M experimental/svg/model/SkSVGAttribute.h View 2 chunks +9 lines, -5 lines 0 comments Download
M experimental/svg/model/SkSVGAttribute.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A experimental/svg/model/SkSVGAttributeParser.h View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
A experimental/svg/model/SkSVGAttributeParser.cpp View 1 2 3 1 chunk +194 lines, -0 lines 0 comments Download
M experimental/svg/model/SkSVGDOM.cpp View 5 chunks +34 lines, -35 lines 0 comments Download
M experimental/svg/model/SkSVGNode.h View 2 chunks +1 line, -1 line 0 comments Download
M experimental/svg/model/SkSVGNode.cpp View 2 chunks +1 line, -4 lines 0 comments Download
M experimental/svg/model/SkSVGPath.h View 1 chunk +5 lines, -9 lines 0 comments Download
M experimental/svg/model/SkSVGPath.cpp View 2 chunks +4 lines, -11 lines 0 comments Download
A experimental/svg/model/SkSVGRect.h View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A experimental/svg/model/SkSVGRect.cpp View 1 2 3 1 chunk +68 lines, -0 lines 0 comments Download
M experimental/svg/model/SkSVGRenderContext.h View 1 2 3 2 chunks +26 lines, -3 lines 0 comments Download
M experimental/svg/model/SkSVGRenderContext.cpp View 1 2 3 1 chunk +37 lines, -1 line 0 comments Download
M experimental/svg/model/SkSVGSVG.h View 1 2 2 chunks +14 lines, -0 lines 0 comments Download
M experimental/svg/model/SkSVGSVG.cpp View 1 chunk +44 lines, -0 lines 0 comments Download
A experimental/svg/model/SkSVGShape.h View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A experimental/svg/model/SkSVGShape.cpp View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A experimental/svg/model/SkSVGTypes.h View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
M experimental/svg/model/SkSVGValue.h View 1 2 3 3 chunks +12 lines, -7 lines 0 comments Download
M experimental/svg/model/SkSVGValue.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M gyp/svg.gyp View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (9 generated)
f(malita)
4 years, 4 months ago (2016-08-02 18:20:14 UTC) #3
robertphillips
lgtm https://codereview.chromium.org/2202053002/diff/40001/experimental/svg/model/SkSVGAttributeParser.cpp File experimental/svg/model/SkSVGAttributeParser.cpp (right): https://codereview.chromium.org/2202053002/diff/40001/experimental/svg/model/SkSVGAttributeParser.cpp#newcode58 experimental/svg/model/SkSVGAttributeParser.cpp:58: consumeExpectedToken ? https://codereview.chromium.org/2202053002/diff/40001/experimental/svg/model/SkSVGAttributeParser.h File experimental/svg/model/SkSVGAttributeParser.h (right): https://codereview.chromium.org/2202053002/diff/40001/experimental/svg/model/SkSVGAttributeParser.h#newcode38 experimental/svg/model/SkSVGAttributeParser.h:38: ...
4 years, 4 months ago (2016-08-02 22:25:57 UTC) #8
stephana
On 2016/08/02 22:25:57, robertphillips wrote: > lgtm > > https://codereview.chromium.org/2202053002/diff/40001/experimental/svg/model/SkSVGAttributeParser.cpp > File experimental/svg/model/SkSVGAttributeParser.cpp (right): > ...
4 years, 4 months ago (2016-08-03 12:54:58 UTC) #9
reed1
perhaps we start adding (in a private storage) svg test cases, so ravi can help ...
4 years, 4 months ago (2016-08-03 13:18:20 UTC) #10
f(malita)
On 2016/08/03 12:54:58, stephana wrote: > Are there tests that show what it can parse ...
4 years, 4 months ago (2016-08-03 16:50:52 UTC) #11
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/2202053002/60001
4 years, 4 months ago (2016-08-03 16:52:15 UTC) #14
commit-bot: I haz the power
4 years, 4 months ago (2016-08-03 17:21:15 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/bffc2566872f99d378a1113d0a49ec9ee0d60b7a

Powered by Google App Engine
This is Rietveld 408576698