Bug 11191 - Auto-generate the interfaces even for Objective-C DOM bindings that need custom implementations
Summary: Auto-generate the interfaces even for Objective-C DOM bindings that need cust...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-06 12:21 PDT by Sam Weinig
Modified: 2006-10-06 14:18 PDT (History)
1 user (show)

See Also:


Attachments
patch (70.94 KB, patch)
2006-10-06 12:23 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-06 12:21:18 PDT
Patch forthcoming.
Comment 1 Sam Weinig 2006-10-06 12:23:33 PDT
Created attachment 10952 [details]
patch

- Fully auto-generate DOMEventTarget, DOMNodeFilter and DOMHTMLOptionElement.

- Auto-generate just the interface for DOMHTMLAppletElement, DOMHTMLEmbedElement, DOMSVGNumber, DOMSVGPoint and DOMSVGRect using the new IDL property ObjCCustomImplementation.
Comment 2 Timothy Hatcher 2006-10-06 13:31:28 PDT
Comment on attachment 10952 [details]
patch

This is good, one step closer to 100%! r=me
Comment 3 Sam Weinig 2006-10-06 14:18:25 PDT
Landed in r16860.