[webkit-reviews] review granted: [Bug 119563] Be more aggressive about sending fake mouse events less frequently : [Attachment 208305] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 7 17:23:48 PDT 2013


Tim Horton <thorton at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 119563: Be more aggressive about sending fake mouse events less frequently
https://bugs.webkit.org/show_bug.cgi?id=119563

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

------- Additional Comments from Tim Horton <thorton at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=208305&action=review


> Source/WebCore/ChangeLog:15
> +	   Fix by dropping back to sending events every 250ms, rather than
every
> +	   100ms, if the slowest mousemove takes 10ms or more (less than one
frame).

Is this sentence right? The fallback was already to 250ms, the only thing
you've changed is the threshold.


More information about the webkit-reviews mailing list