Bug 65167 - Prepare animVal support - phase 2
Summary: Prepare animVal support - phase 2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks: 12437
  Show dependency treegraph
 
Reported: 2011-07-26 00:46 PDT by Nikolas Zimmermann
Modified: 2011-07-26 03:08 PDT (History)
1 user (show)

See Also:


Attachments
Patch (14.99 KB, patch)
2011-07-26 01:03 PDT, Nikolas Zimmermann
krit: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2011-07-26 00:46:07 PDT
Prepare animVal support - phase 2.
Phase 1 is done, now that all (but one) types have been converted to the SVGAnimatedType concept.

Next step is to adjust the macros to return the animVal, when the property is animated. The third step is to move SVGAnimateElement to use the new updateAnimVal functionality.
Comment 1 Nikolas Zimmermann 2011-07-26 01:03:45 PDT
Created attachment 101978 [details]
Patch
Comment 2 Dirk Schulze 2011-07-26 01:43:44 PDT
Comment on attachment 101978 [details]
Patch

I needed some time to review this. But it looks good to me. r=me
Comment 3 Nikolas Zimmermann 2011-07-26 03:08:06 PDT
Thanks! Landed in r91748.