RESOLVED FIXED 10669
Auto-generate the remaining Objective-C HTML DOM bindings
https://bugs.webkit.org/show_bug.cgi?id=10669
Summary Auto-generate the remaining Objective-C HTML DOM bindings
Sam Weinig
Reported 2006-08-31 15:59:36 PDT
patch to come
Attachments
patch (126.55 KB, patch)
2006-08-31 18:58 PDT, Sam Weinig
timothy: review+
Sam Weinig
Comment 1 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.
Timothy Hatcher
Comment 2 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.
Timothy Hatcher
Comment 3 2006-08-31 21:13:58 PDT
Landed in r16172.
Timothy Hatcher
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.