Bug 10766

Summary: Auto-generate the Objective-C DOM Events 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 darin: review+

Sam Weinig
Reported 2006-09-07 06:53:34 PDT
patch on it's way
Attachments
patch (105.49 KB, patch)
2006-09-07 07:04 PDT, Sam Weinig
darin: review+
Sam Weinig
Comment 1 2006-09-07 07:04:44 PDT
Created attachment 10433 [details] patch - Auto-generates DOMEvent, DOMKeyboardEvent, DOMMouseEvent, DOMMutationEvent, DOMOverflowEvent, DOMUIEvent, and DOMWheelEvent. - Splits out DOMEventListener and DOMEventTarget into their own files. This patch also includes some whitespace changes to CodeGenerator.pm to make it consistent.
Sam Weinig
Comment 2 2006-09-07 07:07:14 PDT
Tim, One thing I forgot to change before I posted the patch was that I tried out a aligning some of the if-statements in CodeGeneratorObjC.pm. I'm not sure if I like this style, but I was trying it out. If you don't like it I can easily get rid of the extra whitespace. Just a heads up on that.
Darin Adler
Comment 3 2006-09-07 08:39:56 PDT
Comment on attachment 10433 [details] patch Copyright should be 2004, 2005, 2006 rather than 2004-2006. r=me
Sam Weinig
Comment 4 2006-09-07 10:02:37 PDT
Landed in r16262.
Note You need to log in before you can comment on or make changes to this bug.