[webkit-reviews] review denied: [Bug 103278] [chromium] Simplify fling handling : [Attachment 176045] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 12:39:09 PST 2012


James Robinson <jamesr at chromium.org> has denied Alexandre Elias
<aelias at chromium.org>'s request for review:
Bug 103278: [chromium] Simplify fling handling
https://bugs.webkit.org/show_bug.cgi?id=103278

Attachment 176045: Patch
https://bugs.webkit.org/attachment.cgi?id=176045&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
I think you want to pick between wheel-like and touch-like flings based on the
input event's SourceDevice.  If it's touchpad, do the wheel fling.  If it's
touchscreen, do a touch fling.


More information about the webkit-reviews mailing list