Bug 10669 - Auto-generate the remaining Objective-C HTML DOM bindings
Summary: Auto-generate the remaining Objective-C HTML DOM 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 15:59 PDT by Sam Weinig
Modified: 2006-08-31 21:16 PDT (History)
0 users

See Also:


Attachments
patch (126.55 KB, patch)
2006-08-31 18:58 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 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.