Bug 63399

Summary: SVGAnimatedType should support SVGLengthList animation
Product: WebKit Reporter: Dirk Schulze <krit>
Component: SVGAssignee: Dirk Schulze <krit>
Status: RESOLVED FIXED    
Severity: Normal CC: ossy, webkit.review.bot, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 41761    
Attachments:
Description Flags
Patch zimmermann: review+

Dirk Schulze
Reported 2011-06-26 06:50:47 PDT
SVGAnimatedType should support SVGLengthList animation
Attachments
Patch (44.55 KB, patch)
2011-06-26 12:57 PDT, Dirk Schulze
zimmermann: review+
Dirk Schulze
Comment 1 2011-06-26 12:57:15 PDT
WebKit Review Bot
Comment 2 2011-06-26 12:59:49 PDT
Attachment 98638 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/svg/..." exit_code: 1 Source/WebCore/svg/SVGAnimatedLengthList.cpp:43: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGAnimatedLengthList.cpp:43: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGAnimatedLengthList.cpp:54: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGAnimatedLengthList.cpp:54: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGAnimatedLengthList.cpp:77: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGAnimatedLengthList.cpp:77: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGAnimatedLengthList.cpp:77: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGAnimatedLengthList.h:50: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGAnimatedLengthList.h:50: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGAnimatedLengthList.h:51: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGAnimatedLengthList.h:51: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGAnimatedLengthList.h:53: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGAnimatedLengthList.h:53: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGAnimatedLengthList.h:53: The parameter type should use PassOwnPtr instead of OwnPtr. [readability/pass_ptr] [5] Source/WebCore/svg/SVGLength.h:73: The parameter name "mode" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/svg/SVGLength.h:73: The parameter name "type" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 16 in 28 files If any of these errors are false positives, please file a bug against check-webkit-style.
Nikolas Zimmermann
Comment 3 2011-06-26 13:49:29 PDT
Comment on attachment 98638 [details] Patch Dirk, I love your pace :-) r=me. How many are left? AnimBool? AnimEnum? AnimTrafoList?
Dirk Schulze
Comment 4 2011-06-26 23:16:37 PDT
Csaba Osztrogonác
Comment 5 2011-06-27 01:50:35 PDT
SVG animation pause API is missing in WebKit2, and we always have to add new tests to mac-wk2/Skipped list because of this bug. Guys, could you add this kind of tests automatically to the Skipped list when you add a new test, please? [WK2] SVG animation pause API missing https://bugs.webkit.org/show_bug.cgi?id=63396
Nikolas Zimmermann
Comment 6 2011-06-27 08:41:09 PDT
(In reply to comment #5) > SVG animation pause API is missing in WebKit2, and we always have to add new tests to mac-wk2/Skipped list because of this bug. Guys, could you add this kind of tests automatically to the Skipped list when you add a new test, please? > > [WK2] SVG animation pause API missing > https://bugs.webkit.org/show_bug.cgi?id=63396 Dirk, please remember this when landing the next one!
Note You need to log in before you can comment on or make changes to this bug.