Bug 105931 - [chromium] support webkitDirectionInvertedFromDevice on Chromium
Summary: [chromium] support webkitDirectionInvertedFromDevice on Chromium
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Robert Kroeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-02 10:59 PST by Robert Kroeger
Modified: 2013-04-08 15:32 PDT (History)
7 users (show)

See Also:


Attachments
Patch (3.33 KB, patch)
2013-01-02 11:28 PST, Robert Kroeger
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Kroeger 2013-01-02 10:59:35 PST
Chromium does not set m_directionInvertedFromDevice on PlatformWheelEvent instances when constructing them and so leaves the webkitDirectionInvertedFromDevice property always set to false. Plumb this property through the Chromium WebKit layer.
Comment 1 Robert Kroeger 2013-01-02 11:28:12 PST
Created attachment 181038 [details]
Patch
Comment 2 WebKit Review Bot 2013-01-02 11:33:02 PST
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Comment 3 Robert Kroeger 2013-01-02 12:46:46 PST
Comment on attachment 181038 [details]
Patch

This CL is incomplete and needs some more work.