Bug 10628 - Auto-generate the remaining Objective-C DOM bindings
Summary: Auto-generate the remaining Objective-C DOM bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-29 11:31 PDT by Sam Weinig
Modified: 2006-08-29 13:50 PDT (History)
0 users

See Also:


Attachments
first patch for HTML DOM generation (83.79 KB, patch)
2006-08-29 11:38 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-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.