Bug 30466 - Cleanup SVGElement code, preparing for animVal support
Summary: Cleanup SVGElement code, preparing for animVal support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-16 15:34 PDT by Nikolas Zimmermann
Modified: 2009-10-17 15:53 PDT (History)
3 users (show)

See Also:


Attachments
Initial patch (39.59 KB, patch)
2009-10-16 16:08 PDT, Nikolas Zimmermann
no flags Details | Formatted Diff | Diff
Updated patch (36.18 KB, patch)
2009-10-16 16:16 PDT, Nikolas Zimmermann
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2009-10-16 15:34:54 PDT
SVGElement should be cleaned up, it stores unrelated SVG <-> XML synchronization support functionality, that can be broken out in a new class 'SynchronizablePropertyController'. This is a preparation for upcoming animVal patches.
Comment 1 Nikolas Zimmermann 2009-10-16 16:08:10 PDT
Created attachment 41337 [details]
Initial patch
Comment 2 Nikolas Zimmermann 2009-10-16 16:16:25 PDT
Created attachment 41338 [details]
Updated patch
Comment 3 Nikolas Zimmermann 2009-10-17 15:53:23 PDT
Comment on attachment 41338 [details]
Updated patch

Clearing flags on attachment: 41338

Committed r49745: <http://trac.webkit.org/changeset/49745>
Comment 4 Nikolas Zimmermann 2009-10-17 15:53:31 PDT
All reviewed patches have been landed.  Closing bug.