Bug 10669

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

Description Sam Weinig 2006-08-31 15:59:36 PDT
patch to come
Comment 1 Sam Weinig 2006-08-31 18:58:41 PDT
Created attachment 10342 [details]
patch

Auto-generates DOMHTMLAnchorElement, DOMHTMLAreaElement, DOMHTMLBaseFontElement, DOMHTMLFontElement, DOMHTMLFrameElement, DOMHTMLFrameSetElement, DOMHTMLHRElement, DOMHTMLIFrameElement, DOMHTMLImageElement, DOMHTMLMapElement, DOMHTMLModElement, DOMHTMLObjectElement, DOMHTMLParamElement, DOMHTMLScriptElement, DOMHTMLTableCaptionElement, DOMHTMLTableCellElement, DOMHTMLTableColElement, DOMHTMLTableElement, DOMHTMLTableRowElement, and DOMHTMLTableSectionElement.  

Splits DOMHTMLAppletElement and DOMHTMLOptionElement into their own files.
Comment 2 Timothy Hatcher 2006-08-31 20:43:47 PDT
Comment on attachment 10342 [details]
patch

Looks good. One thing:

+ * Copyright (C) 2004 Apple Computer, Inc.  All rights reserved.

That should be 2004, 2005, 2006.

r=me. I will land this.
Comment 3 Timothy Hatcher 2006-08-31 21:13:58 PDT
Landed in r16172.
Comment 4 Timothy Hatcher 2006-08-31 21:16:25 PDT
We really need to use @propery in non-generated files when building for 10.5 as the min target. I have an idea how to do this, filed bug 10671 for that.