Bug 60182 - Add NativeWebWheelEvent class
Summary: Add NativeWebWheelEvent class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-04 10:03 PDT by Jeff Miller
Modified: 2011-05-04 11:05 PDT (History)
0 users

See Also:


Attachments
Patch (19.73 KB, patch)
2011-05-04 10:07 PDT, Jeff Miller
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Miller 2011-05-04 10:03:11 PDT
Add NativeWebWheelEvent class
Comment 1 Jeff Miller 2011-05-04 10:06:44 PDT
This will be needed soon when we start notifying the UI process that a mouse wheel event wasn't handled by WebKit.
Comment 2 Jeff Miller 2011-05-04 10:07:02 PDT
Created attachment 92269 [details]
Patch
Comment 3 Jeff Miller 2011-05-04 10:29:20 PDT
Committed r85756: <http://trac.webkit.org/changeset/85756>
Comment 4 Jeff Miller 2011-05-04 11:05:00 PDT
Steve Falkenburg pointed out that I misspelled the svn:eol-style property on NativeWebWheelEventMac.mm, which I fixed in http://trac.webkit.org/changeset/85764