Bug 10766 - Auto-generate the Objective-C DOM Events bindings
Summary: Auto-generate the Objective-C DOM Events 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-09-07 06:53 PDT by Sam Weinig
Modified: 2006-09-07 10:02 PDT (History)
0 users

See Also:


Attachments
patch (105.49 KB, patch)
2006-09-07 07:04 PDT, Sam Weinig
darin: 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-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.