[webkit-reviews] review granted: [Bug 68368] [chromium] Gesture recognizer fires taptype only every other touch down/up sequence : [Attachment 107876] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 19 11:01:02 PDT 2011


Adam Barth <abarth at webkit.org> has granted Robert Kroeger
<rjkroege at chromium.org>'s request for review:
Bug 68368: [chromium] Gesture recognizer fires taptype only every other touch
down/up sequence
https://bugs.webkit.org/show_bug.cgi?id=68368

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=107876&action=review


> Source/WebCore/ChangeLog:9
> +	   outgoing edges in the recognizer state machine. Thsi change
simplifies the logic

Thsi => This

> Source/WebCore/platform/chromium/GestureRecognizerChromium.cpp:39
> +static const double maximumSecondsBetweenDoubleClick = .7;

Maybe use a leading 0 to be consistent with the declarations above?


More information about the webkit-reviews mailing list