Bug 10628

Summary: Auto-generate the remaining Objective-C DOM bindings
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
first patch for HTML DOM generation timothy: review+

Description Sam Weinig 2006-08-29 11:31:29 PDT
Auto-generate the remaining Objective-C DOM bindings
Comment 1 Sam Weinig 2006-08-29 11:38:48 PDT
Created attachment 10299 [details]
first patch for HTML DOM generation

Auto-generates DOMHTMLCollection, DOMHTMLElement, DOMHTMLFormElement, and DOMHTMLOptionsCollection, and lays groundwork for the rest of the HTML DOM bindings by adding/fixing the appropriate IDL's and updating the CodeGeneratorObjC.pm build script.
Comment 2 Timothy Hatcher 2006-08-29 12:17:39 PDT
Comment on attachment 10299 [details]
first patch for HTML DOM generation

This looks good. r=me
Comment 3 Sam Weinig 2006-08-29 13:50:22 PDT
Landed in r16098.