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

Issue 132233016: [SVG] SVGAnimatedPointList migration to new SVG property impl. (Closed)

Created:
6 years, 11 months ago by kouhei (in TOK)
Modified:
6 years, 11 months ago
Reviewers:
haraken, pdr.
CC:
blink-reviews, shans, eae+blinkwatch, adamk+blink_chromium.org, pdr, Steve Block, dino_apple.com, rwlbuis, Nils Barth (inactive), jamesr, Nate Chapin, arv+blink, alancutter (OOO until 2018), bemjb+rendering_chromium.org, dsinclair, Timothy Loh, abarth-chromium, danakj, marja+watch_chromium.org, dglazkov+blink, Rik, jchaffraix+rendering, pdr., Eric Willigers, rjwright, zoltan1, sof, jbroman, krit, darktears, haraken, dstockwell, kojih, jsbell+bindings_chromium.org, leviw+renderwatch, Mike Lawther (Google), f(malita), Inactive, Stephen Chennney, watchdog-blink-watchlist_google.com
Visibility:
Public.

Description

[SVG] SVGAnimatedPointList migration to new SVG property impl. This CL replaces SVGAnimatedPointList class with NewSVGProperty implementation, and moves matrixTransform out of platform/FloatRect to SVGPoint. For details, see design doc: https://docs.google.com/document/d/1bg7CUyUszqdwmENY3JX6_PoQD6uHRCNcRPJMlC4qlkw/edit?usp=sharing BUG=302829 BUG=308818 TBR=pdr@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165697

Patch Set 1 #

Total comments: 28

Patch Set 2 : haraken's comments #

Patch Set 3 : rebased #

Patch Set 4 : listbugfix #

Patch Set 5 : rebased #

Patch Set 6 : set NeedsRebaseline #

Unified diffs Side-by-side diffs Delta from patch set Stats (+740 lines, -616 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/resources/js-test.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/custom/immutable-properties-expected.txt View 1 chunk +4 lines, -3 lines 0 comments Download
M LayoutTests/svg/custom/poly-parsing-error-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/svg/custom/polyline-invalid-points-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/custom/polyline-setattribute-points-null-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/custom/script-tests/immutable-properties.js View 1 chunk +5 lines, -8 lines 0 comments Download
M LayoutTests/svg/custom/use-property-synchronization-crash-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/svg/dom/SVGLengthList-basics.xhtml View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/svg/dom/SVGPointList-basics.xhtml View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/svg/dom/SVGPointList-basics-expected.txt View 1 2 3 2 chunks +1 line, -5 lines 0 comments Download
M LayoutTests/svg/dom/points-parser-expected.txt View 1 chunk +11 lines, -11 lines 0 comments Download
M Source/bindings/scripts/code_generator_v8.pm View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/V8TestSVG.cpp View 1 2 3 4 10 chunks +14 lines, -38 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M Source/core/html/HTMLCanvasElement.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLCanvasElement.cpp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGRoot.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGPathData.cpp View 1 2 3 4 1 chunk +13 lines, -19 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderTreeAsText.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/SVGTextQuery.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGTextQuery.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGAnimatedNewPropertyAnimator.cpp View 1 3 chunks +8 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedPointList.h View 1 chunk +27 lines, -36 lines 0 comments Download
D Source/core/svg/SVGAnimatedPointList.cpp View 1 chunk +0 lines, -117 lines 0 comments Download
M Source/core/svg/SVGAnimatedType.h View 1 2 4 chunks +0 lines, -9 lines 0 comments Download
M Source/core/svg/SVGAnimatedType.cpp View 1 2 7 chunks +11 lines, -13 lines 0 comments Download
M Source/core/svg/SVGAnimatorFactory.h View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/svg/SVGGeometryElement.h View 1 chunk +4 lines, -3 lines 0 comments Download
M Source/core/svg/SVGGeometryElement.cpp View 4 chunks +5 lines, -4 lines 0 comments Download
M Source/core/svg/SVGParserUtilities.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGParserUtilities.cpp View 1 chunk +0 lines, -72 lines 0 comments Download
M Source/core/svg/SVGPathElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPathElement.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathTraversalStateBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPathTraversalStateBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPathUtilities.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPathUtilities.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPoint.h View 1 1 chunk +84 lines, -21 lines 0 comments Download
A Source/core/svg/SVGPoint.cpp View 1 2 3 1 chunk +147 lines, -0 lines 0 comments Download
M Source/core/svg/SVGPoint.idl View 1 2 3 4 1 chunk +6 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPointList.h View 1 1 chunk +58 lines, -25 lines 0 comments Download
M Source/core/svg/SVGPointList.cpp View 1 2 3 1 chunk +177 lines, -6 lines 0 comments Download
M Source/core/svg/SVGPointList.idl View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
A + Source/core/svg/SVGPointListTearOff.h View 2 chunks +10 lines, -10 lines 0 comments Download
A + Source/core/svg/SVGPointTearOff.h View 1 chunk +13 lines, -13 lines 0 comments Download
A + Source/core/svg/SVGPointTearOff.cpp View 3 chunks +9 lines, -24 lines 0 comments Download
M Source/core/svg/SVGPolyElement.h View 2 chunks +6 lines, -12 lines 0 comments Download
M Source/core/svg/SVGPolyElement.cpp View 3 chunks +5 lines, -64 lines 0 comments Download
M Source/core/svg/SVGPolygonElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPolylineElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGSVGElement.h View 1 2 3 4 5 chunks +9 lines, -6 lines 0 comments Download
M Source/core/svg/SVGSVGElement.cpp View 1 2 3 4 3 chunks +30 lines, -4 lines 0 comments Download
M Source/core/svg/SVGSVGElement.idl View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTextContentElement.h View 2 chunks +4 lines, -3 lines 0 comments Download
M Source/core/svg/SVGTextContentElement.cpp View 1 2 3 2 chunks +10 lines, -8 lines 0 comments Download
M Source/core/svg/SVGTextContentElement.idl View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGZoomEvent.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/svg/SVGZoomEvent.cpp View 3 chunks +9 lines, -4 lines 0 comments Download
M Source/core/svg/SVGZoomEvent.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/properties/SVGPropertyInfo.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/platform/geometry/FloatPoint.h View 2 chunks +0 lines, -7 lines 0 comments Download
M Source/platform/geometry/FloatPoint.cpp View 2 chunks +0 lines, -16 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kouhei (in TOK)
pdr, haraken: Would you take a look?
6 years, 11 months ago (2014-01-17 07:58:49 UTC) #1
haraken
LGTM with comments. https://codereview.chromium.org/132233016/diff/1/Source/core/rendering/svg/SVGPathData.cpp File Source/core/rendering/svg/SVGPathData.cpp (right): https://codereview.chromium.org/132233016/diff/1/Source/core/rendering/svg/SVGPathData.cpp#newcode88 Source/core/rendering/svg/SVGPathData.cpp:88: path.addLineTo(it->value()); In the previous code, we ...
6 years, 11 months ago (2014-01-17 11:50:17 UTC) #2
kouhei (in TOK)
https://codereview.chromium.org/132233016/diff/1/Source/core/rendering/svg/SVGPathData.cpp File Source/core/rendering/svg/SVGPathData.cpp (right): https://codereview.chromium.org/132233016/diff/1/Source/core/rendering/svg/SVGPathData.cpp#newcode88 Source/core/rendering/svg/SVGPathData.cpp:88: path.addLineTo(it->value()); On 2014/01/17 11:50:18, haraken wrote: > > In ...
6 years, 11 months ago (2014-01-20 01:10:25 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/132233016/290001
6 years, 11 months ago (2014-01-24 01:31:58 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/132233016/430001
6 years, 11 months ago (2014-01-24 03:19:29 UTC) #5
commit-bot: I haz the power
6 years, 11 months ago (2014-01-24 04:43:51 UTC) #6
Message was sent while issue was closed.
Change committed as 165697

Powered by Google App Engine
This is Rietveld 408576698