RESOLVED FIXED 11198
Auto-generate a few more Objective-C DOM interfaces.
https://bugs.webkit.org/show_bug.cgi?id=11198
Summary Auto-generate a few more Objective-C DOM interfaces.
Sam Weinig
Reported 2006-10-06 18:18:11 PDT
The remaining three!!! Patch forthcoming.
Attachments
patch (62.68 KB, patch)
2006-10-06 18:24 PDT, Sam Weinig
timothy: review+
Sam Weinig
Comment 1 2006-10-06 18:24:39 PDT
Created attachment 10958 [details] patch - Fully auto-generate DOMAbstractView and DOMRange. - Auto-generate just the interface for DOMRGBColor. - Add DOMRanges.h as the new top level file for Ranges module. - Add DOMRanges.h and DOMXPath.h to DOM.mm
Timothy Hatcher
Comment 2 2006-10-06 18:55:00 PDT
Comment on attachment 10958 [details] patch Make sure the IDL files arn't copied into the resources. Lets remove the: +#if defined(LANGUAGE_JAVASCRIPT) in Range.idl, those methods will just be private for ObjC, and thats good.
Sam Weinig
Comment 3 2006-10-07 09:19:43 PDT
Landed in r16882.
Note You need to log in before you can comment on or make changes to this bug.