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

Issue 424733002: Simplify SVGAnimat\w+Element::parseAttribute (Closed)

Created:
6 years, 4 months ago by kouhei (in TOK)
Modified:
6 years, 4 months ago
Reviewers:
haraken, pdr., fs
CC:
blink-reviews, ed+blinkwatch_opera.com, shans, rjwright, Mike Lawther (Google), blink-reviews-animation_chromium.org, rwlbuis, fs, kouhei+svg_chromium.org, dstockwell, Timothy Loh, krit, f(malita), gyuyoung.kim_webkit.org, darktears, Stephen Chennney, Steve Block, pdr., Eric Willigers
Project:
blink
Visibility:
Public.

Description

Simplify SVGAnimat\w+Element::parseAttribute - |SVGAnimate{Motion,Transform}Element::isSupportedAttribute| is only called from |SVGAnimate{Motion,Transform}Element::parseAttribute|. Inlined. BUG=397902 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179118

Patch Set 1 #

Patch Set 2 : SVGTests fix #

Patch Set 3 : Animation element should be inactive in SVGTest change #

Total comments: 4

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -30 lines) Patch
M Source/core/svg/SVGAnimateMotionElement.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimateMotionElement.cpp View 2 chunks +1 line, -14 lines 0 comments Download
M Source/core/svg/SVGAnimateTransformElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimateTransformElement.cpp View 2 chunks +1 line, -14 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kouhei (in TOK)
Would you take a look? https://codereview.chromium.org/424733002/diff/40001/Source/core/svg/SVGAnimationElement.cpp File Source/core/svg/SVGAnimationElement.cpp (left): https://codereview.chromium.org/424733002/diff/40001/Source/core/svg/SVGAnimationElement.cpp#oldcode213 Source/core/svg/SVGAnimationElement.cpp:213: return; This is handled ...
6 years, 4 months ago (2014-07-28 13:34:41 UTC) #1
fs
LGTM w/ potential nit. https://codereview.chromium.org/424733002/diff/40001/Source/core/svg/SVGAnimationElement.cpp File Source/core/svg/SVGAnimationElement.cpp (right): https://codereview.chromium.org/424733002/diff/40001/Source/core/svg/SVGAnimationElement.cpp#newcode216 Source/core/svg/SVGAnimationElement.cpp:216: if (!isSupportedAttribute(attrName) && !SVGTests::isKnownAttribute(attrName)) { ...
6 years, 4 months ago (2014-07-28 14:01:02 UTC) #2
kouhei (in TOK)
https://codereview.chromium.org/424733002/diff/40001/Source/core/svg/SVGAnimationElement.cpp File Source/core/svg/SVGAnimationElement.cpp (right): https://codereview.chromium.org/424733002/diff/40001/Source/core/svg/SVGAnimationElement.cpp#newcode216 Source/core/svg/SVGAnimationElement.cpp:216: if (!isSupportedAttribute(attrName) && !SVGTests::isKnownAttribute(attrName)) { On 2014/07/28 14:01:01, fs ...
6 years, 4 months ago (2014-07-28 14:28:58 UTC) #3
fs
https://codereview.chromium.org/424733002/diff/40001/Source/core/svg/SVGAnimationElement.cpp File Source/core/svg/SVGAnimationElement.cpp (right): https://codereview.chromium.org/424733002/diff/40001/Source/core/svg/SVGAnimationElement.cpp#newcode216 Source/core/svg/SVGAnimationElement.cpp:216: if (!isSupportedAttribute(attrName) && !SVGTests::isKnownAttribute(attrName)) { On 2014/07/28 14:28:58, kouhei ...
6 years, 4 months ago (2014-07-28 17:12:37 UTC) #4
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 4 months ago (2014-07-29 09:08:24 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/424733002/60001
6 years, 4 months ago (2014-07-29 09:09:25 UTC) #6
commit-bot: I haz the power
6 years, 4 months ago (2014-07-29 10:19:03 UTC) #7
Message was sent while issue was closed.
Change committed as 179118

Powered by Google App Engine
This is Rietveld 408576698