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

Issue 131253002: [SVG] SVGAnimatedBoolean 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, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), rwlbuis, dstockwell, Timothy Loh, krit, f(malita), darktears, pdr, Stephen Chennney, Steve Block, dino_apple.com, Eric Willigers
Visibility:
Public.

Description

[SVG] SVGAnimatedBoolean migration to new SVG property impl. This CL replaces SVGAnimatedBoolean class with NewSVGProperty implementation. For details, see design doc: https://docs.google.com/document/d/1bg7CUyUszqdwmENY3JX6_PoQD6uHRCNcRPJMlC4qlkw/edit?usp=sharing BUG=308818 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165053

Patch Set 1 #

Total comments: 12

Patch Set 2 : rebase/address comments #

Total comments: 4

Patch Set 3 : rebased patch #

Patch Set 4 : fix compile err #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+300 lines, -286 lines) Patch
M Source/core/core.gypi View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimatedBoolean.h View 1 2 1 chunk +38 lines, -41 lines 0 comments Download
D Source/core/svg/SVGAnimatedBoolean.cpp View 1 chunk +0 lines, -88 lines 0 comments Download
M Source/core/svg/SVGAnimatedType.h View 3 chunks +0 lines, -8 lines 0 comments Download
M Source/core/svg/SVGAnimatedType.cpp View 1 3 chunks +2 lines, -11 lines 0 comments Download
M Source/core/svg/SVGAnimatorFactory.h View 2 chunks +1 line, -2 lines 0 comments Download
A + Source/core/svg/SVGBoolean.h View 1 2 1 chunk +34 lines, -27 lines 0 comments Download
A + Source/core/svg/SVGBoolean.cpp View 1 2 2 chunks +36 lines, -25 lines 0 comments Download
M Source/core/svg/SVGFEConvolveMatrixElement.h View 1 2 3 chunks +3 lines, -1 line 0 comments Download
M Source/core/svg/SVGFEConvolveMatrixElement.cpp View 5 chunks +9 lines, -12 lines 0 comments Download
M Source/core/svg/SVGLength.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/properties/NewSVGAnimatedProperty.h View 1 2 3 8 chunks +140 lines, -69 lines 0 comments Download
M Source/core/svg/properties/NewSVGAnimatedProperty.cpp View 1 2 chunks +34 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
kouhei (in TOK)
haraken: Would you take a look?
6 years, 11 months ago (2014-01-09 09:02:14 UTC) #1
haraken
I want to have pdr@ to take a look at changes to NewSVGAnimatedProperty. https://codereview.chromium.org/131253002/diff/1/Source/core/svg/SVGAnimatedType.cpp File ...
6 years, 11 months ago (2014-01-09 11:09:22 UTC) #2
kouhei (in TOK)
pdr: Would you take a look at NewSVGAnimatedProperty.h? The change is for supporting what previously ...
6 years, 11 months ago (2014-01-10 08:16:10 UTC) #3
pdr.
LGTM, another great change. Just two optional comments. https://codereview.chromium.org/131253002/diff/80001/Source/core/svg/SVGFEConvolveMatrixElement.h File Source/core/svg/SVGFEConvolveMatrixElement.h (right): https://codereview.chromium.org/131253002/diff/80001/Source/core/svg/SVGFEConvolveMatrixElement.h#newcode73 Source/core/svg/SVGFEConvolveMatrixElement.h:73: SVGAnimatedBoolean* ...
6 years, 11 months ago (2014-01-10 18:57:32 UTC) #4
haraken
https://codereview.chromium.org/131253002/diff/80001/Source/core/svg/SVGFEConvolveMatrixElement.h File Source/core/svg/SVGFEConvolveMatrixElement.h (right): https://codereview.chromium.org/131253002/diff/80001/Source/core/svg/SVGFEConvolveMatrixElement.h#newcode73 Source/core/svg/SVGFEConvolveMatrixElement.h:73: SVGAnimatedBoolean* preserveAlpha() const { return m_preserveAlpha.get(); } On 2014/01/10 ...
6 years, 11 months ago (2014-01-14 03:32:46 UTC) #5
kouhei (in TOK)
Thanks for review! https://codereview.chromium.org/131253002/diff/80001/Source/core/svg/properties/NewSVGAnimatedProperty.h File Source/core/svg/properties/NewSVGAnimatedProperty.h (right): https://codereview.chromium.org/131253002/diff/80001/Source/core/svg/properties/NewSVGAnimatedProperty.h#newcode85 Source/core/svg/properties/NewSVGAnimatedProperty.h:85: bool isReadOnly() const On 2014/01/10 18:57:32, ...
6 years, 11 months ago (2014-01-14 04:12:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/131253002/160001
6 years, 11 months ago (2014-01-14 04:29:22 UTC) #7
pdr.
On 2014/01/14 03:32:46, haraken wrote: > https://codereview.chromium.org/131253002/diff/80001/Source/core/svg/SVGFEConvolveMatrixElement.h > File Source/core/svg/SVGFEConvolveMatrixElement.h (right): > > https://codereview.chromium.org/131253002/diff/80001/Source/core/svg/SVGFEConvolveMatrixElement.h#newcode73 > ...
6 years, 11 months ago (2014-01-14 04:35:06 UTC) #8
commit-bot: I haz the power
Retried try job too often on mac_layout for step(s) webkit_lint http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_layout&number=17014
6 years, 11 months ago (2014-01-14 07:10:25 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/131253002/430001
6 years, 11 months ago (2014-01-14 07:23:48 UTC) #10
commit-bot: I haz the power
Failed to apply patch for Source/core/svg/SVGTextContentElement.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-14 09:12:47 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/131253002/480002
6 years, 11 months ago (2014-01-14 09:22:17 UTC) #12
commit-bot: I haz the power
6 years, 11 months ago (2014-01-14 10:22:33 UTC) #13
Message was sent while issue was closed.
Change committed as 165053

Powered by Google App Engine
This is Rietveld 408576698