Bug 11206 - 10 more SVG Objective-C auto-generated bindings
Summary: 10 more SVG Objective-C auto-generated bindings
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-07 09:54 PDT by Sam Weinig
Modified: 2006-10-07 10:29 PDT (History)
1 user (show)

See Also:


Attachments
patch (51.11 KB, patch)
2006-10-07 09:58 PDT, Sam Weinig
timothy: 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-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.