Bug 10653 - Auto-generate another 20 Objective-C DOM HTML bindings
Summary: Auto-generate another 20 Objective-C DOM HTML bindings
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-08-31 04:14 PDT by Sam Weinig
Modified: 2006-08-31 10:16 PDT (History)
0 users

See Also:


Attachments
patch (71.68 KB, patch)
2006-08-31 04:39 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-31 04:14:26 PDT
patch forcoming
Comment 1 Sam Weinig 2006-08-31 04:39:34 PDT
Created attachment 10332 [details]
patch

Auto-generates DOMHTMLBRElement, DOMHTMLButtonElement, DOMHTMLDListElement, 
DOMHTMLDirectoryElement, DOMHTMLDivElement, DOMHTMLFieldSetElement, DOMHTMLHeadingElement, DOMHTMLInputElement, DOMHTMLLIElement, DOMHTMLLabelElement, DOMHTMLLegendElement, DOMHTMLMenuElement, DOMHTMLOListElement, DOMHTMLOptGroupElement, DOMHTMLParagraphElement, DOMHTMLPreElement, DOMHTMLQuoteElement, DOMHTMLSelectElement, DOMHTMLTextAreaElement, and DOMHTMLUListElement.
Comment 2 Timothy Hatcher 2006-08-31 09:54:41 PDT
Comment on attachment 10332 [details]
patch

This is good.

I talked to Sam about this on IRC some.

He is goign to remove the commented out code for:

+//@implementation DOMHTMLLabelElement
+//
+//- (DOMHTMLFormElement *)form

The generated version is fine.
Comment 3 Sam Weinig 2006-08-31 10:16:54 PDT
Landed in r16146.