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+

Description Sam Weinig 2006-09-07 06:53:34 PDT
patch on it's way
Comment 1 Sam Weinig 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.
Comment 2 Sam Weinig 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.
Comment 3 Darin Adler 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
Comment 4 Sam Weinig 2006-09-07 10:02:37 PDT
Landed in r16262.