RESOLVED FIXED 11082
Simplify Internal methods for the auto-generated Objective-C DOM code
https://bugs.webkit.org/show_bug.cgi?id=11082
Summary Simplify Internal methods for the auto-generated Objective-C DOM code
Sam Weinig
Reported 2006-09-29 06:07:19 PDT
Patch forthcoming.
Attachments
patch (62.60 KB, patch)
2006-09-29 06:10 PDT, Sam Weinig
timothy: review-
patch 2 (40.10 KB, patch)
2006-09-29 12:50 PDT, Sam Weinig
timothy: review+
Sam Weinig
Comment 1 2006-09-29 06:10:49 PDT
Created attachment 10835 [details] patch - Lets the Objective-C classes handle the init functionality themselves, rather than relying on the parent classes to handle it.
Timothy Hatcher
Comment 2 2006-09-29 09:59:46 PDT
Comment on attachment 10835 [details] patch This patch is good, but we still need a way for other code in WebCore to make the correct ObjC class when they have a node. Right now this patch would start returning DOMNode for every node returned from JavaScript. We'll talk about this more on IRC.
Sam Weinig
Comment 3 2006-09-29 12:50:01 PDT
Created attachment 10839 [details] patch 2 Simpler attempt.
Sam Weinig
Comment 4 2006-09-29 13:31:53 PDT
Landed in r16645.
Note You need to log in before you can comment on or make changes to this bug.