Bug 20052 - Export tag & attribute names as string literals within SVGNames
Summary: Export tag & attribute names as string literals within SVGNames
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks: 20051
  Show dependency treegraph
 
Reported: 2008-07-16 05:25 PDT by Nikolas Zimmermann
Modified: 2008-07-16 17:43 PDT (History)
3 users (show)

See Also:


Attachments
Initial patch (6.64 KB, patch)
2008-07-16 05:25 PDT, Nikolas Zimmermann
sam: 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 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.