Bug 11215 - Yet another round of Objective-C SVG DOM bindings auto-generation
Summary: Yet another round of Objective-C SVG DOM bindings auto-generation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-08 05:47 PDT by Sam Weinig
Modified: 2006-10-08 12:26 PDT (History)
1 user (show)

See Also:


Attachments
patch (95.42 KB, patch)
2006-10-08 06:03 PDT, Sam Weinig
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2006-10-08 05:47:16 PDT
Patch forthcoming.
Comment 1 Sam Weinig 2006-10-08 06:03:58 PDT
Created attachment 10976 [details]
patch

- Auto-generate DOMSVGPatternElement, DOMSVGPointList, DOMSVGPolygonElement, DOMSVGPolylineElement, DOMSVGRadialGradientElement, DOMSVGRenderingIntent, DOMSVGScriptElement, DOMSVGSetElement, DOMSVGStopElement, DOMSVGSwitchElement, DOMSVGSymbolElement, DOMSVGTRefElement, DOMSVGTSpanElement, DOMSVGTextContentElement, DOMSVGTextElement, DOMSVGTextPositioningElement, DOMSVGTitleElement, DOMSVGUnitTypes, DOMSVGUseElement, DOMSVGViewElement, DOMSVGZoomAndPan and DOMSVGZoomEvent.

- Auto-generate the implementations of DOMHTMLAppletElement and DOMHTMLEmbedElement using the new [ConvertFromString] property.

- Add forward declarations for NS* types to auto-generated classes.
Comment 2 Darin Adler 2006-10-08 07:00:39 PDT
Comment on attachment 10976 [details]
patch

Since the conversion is both to and from string, I think we eventually could come up with a better name than ConvertFromString.

r=me
Comment 3 Sam Weinig 2006-10-08 12:26:38 PDT
Landed in r16888.