[Webkit-unassigned] [Bug 67930] Implement flick gesture in Chromium Gesture Recognizer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 13 08:57:26 PDT 2011


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





--- Comment #5 from Robert Kroeger <rjkroege at chromium.org>  2011-09-13 08:57:26 PST ---
(From update of attachment 107062)
View in context: https://bugs.webkit.org/attachment.cgi?id=107062&action=review

looks good to me.

> Source/WebCore/ChangeLog:8
> +        No new tests. (OOPS!)

Not so! You wrote unit tests. And if you leave this in, the commit queue will bounce the CL.

> Source/WebCore/platform/chromium/GestureRecognizerChromium.cpp:40
> +static const float minFlickSpeed = 1000.0;

I lowered this to 300.f (and you should have the trailing f to avoid a temporary.)

-- 
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