Bug 20052

Summary: Export tag & attribute names as string literals within SVGNames
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, koivisto, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 20051    
Attachments:
Description Flags
Initial patch sam: review+

Description Nikolas Zimmermann 2008-07-16 05:25:11 PDT
The summary says it. I need this functionality for the new SVGAnimatedProperty concept. See master bug 20051 for details.
Comment 1 Nikolas Zimmermann 2008-07-16 05:25:40 PDT
Created attachment 22305 [details]
Initial patch
Comment 2 Sam Weinig 2008-07-16 16:16:06 PDT
Comment on attachment 22305 [details]
Initial patch

r=me with the one change we discussed in irc.

+        Allow to export the tag & attribute names as string literals. SVGAnimatedProperty contains two string literal
should read as:
Export the tag & attribute names string literals.
Comment 3 Nikolas Zimmermann 2008-07-16 17:43:44 PDT
Landed in r35205. "extern" declaration in the .cpp file removed, as discussed.