Bug 11206

Summary: 10 more SVG Objective-C auto-generated bindings
Product: WebKit Reporter: Sam Weinig <sam>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch timothy: review+

Description Sam Weinig 2006-10-07 09:54:34 PDT
Patch forthcoming.
Comment 1 Sam Weinig 2006-10-07 09:58:57 PDT
Created attachment 10966 [details]
patch

- Auto-generate DOMSVGFilterElement, DOMSVGFitToViewBox, DOMSVGForeignObjectElement, DOMSVGGElement, DOMSVGGradientElement, DOMSVGImageElement, DOMSVGLineElement, DOMSVGLinearGradientElement, DOMSVGMarkerElement, DOMSVGMaskElement and DOMSVGPaint.

- Auto-generate the text method for DOMRange.
Comment 2 Timothy Hatcher 2006-10-07 10:21:18 PDT
Comment on attachment 10966 [details]
patch

We should factor these if conditions out into a new method or hash since this is used other places. r=me though

$type eq "URL" or $type eq "Color" or $type eq "DOMTimeStamp" or $type eq "CompareHow" or $type eq "SVGPaintType"
Comment 3 Sam Weinig 2006-10-07 10:29:33 PDT
Landed in r16883.