[Webkit-unassigned] [Bug 32029] Mousewheel event delta has reversed sign on Linux Chrome

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 15:59:17 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32029





--- Comment #9 from Evan Stade <estade at chromium.org>  2009-12-02 15:59:16 PST ---
With respect to testing this automatically and DRT: DRT (or for chromium, Test
Shell/EventSendingController) generates its own WebInputEvent objects, it does
not start with a platform object (for gtk, GdkEvent*) and use this code to
convert it, hence layout tests do not and can not cover this code without major
structural changes. On the other hand, infrastructure to test event conversion
code is largely in place in the Chromium tree in the form of the
Automation/UIControls infrastructure, which is used in our automated test suite
(interactive tests, browser tests, UI tests, etc.).

When I said "manual test", I simply meant "this is how I know the patch is
correct", I didn't intend that this should be added to WebCore/manual-tests. In
light of the fact that it can be automatically tested (within Chromium), I
think it should not be a manual test.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list