RESOLVED FIXED 11177
Another round of Objective-C SVG DOM bindings auto-generation
https://bugs.webkit.org/show_bug.cgi?id=11177
Summary Another round of Objective-C SVG DOM bindings auto-generation
Sam Weinig
Reported 2006-10-05 14:18:31 PDT
27 this time, with 3 stubs. Patch forthcoming.
Attachments
patch (117.18 KB, patch)
2006-10-05 14:26 PDT, Sam Weinig
timothy: review+
Sam Weinig
Comment 1 2006-10-05 14:26:13 PDT
Created attachment 10935 [details] patch - Auto-generate DOMSVGAnimatedNumberList, DOMSVGAnimatedRect, DOMSVGComponentTransferFunctionElement, DOMSVGFEBlendElement, DOMSVGFEColorMatrixElement, DOMSVGFEComponentTransferElement, DOMSVGFECompositeElement, DOMSVGFEDiffuseLightingElement, DOMSVGFEDisplacementMapElement, DOMSVGFEDistantLightElement, DOMSVGFEFloodElement, DOMSVGFEFuncAElement, DOMSVGFEFuncBElement, DOMSVGFEFuncGElement, DOMSVGFEFuncRElement, DOMSVGFEGaussianBlurElement, DOMSVGFEImageElement, DOMSVGFEMergeElement, DOMSVGFEMergeNodeElement, DOMSVGFEOffsetElement, DOMSVGFEPointLightElement, DOMSVGFESpecularLightingElement, DOMSVGFESpotLightElement, DOMSVGFETileElement, DOMSVGFETurbulenceElement, DOMSVGFilterPrimitiveStandardAttributes and DOMSVGNumberList. - Adds interfaces and implementation stubs for DOMSVGNumber, DOMSVGPoint and DOMSVGRect. - IDL clean up. - Make numOctaves in SVGFETurbulenceElement use a long instead of an int in it's macro declaration and definition.
Timothy Hatcher
Comment 2 2006-10-05 15:28:16 PDT
Comment on attachment 10935 [details] patch I really want to see these stubbed classes auto-generated. We should not need to have hand written code for SVG since it is all new. r=me to let you move forward getting the other classes, please file a bug about these stubs.
Sam Weinig
Comment 3 2006-10-06 20:30:16 PDT
Landed in r16850.
Note You need to log in before you can comment on or make changes to this bug.