RESOLVED FIXED 119563
Be more aggressive about sending fake mouse events less frequently
https://bugs.webkit.org/show_bug.cgi?id=119563
Summary Be more aggressive about sending fake mouse events less frequently
Simon Fraser (smfr)
Reported 2013-08-07 16:16:32 PDT
Be more aggressive about sending fake mouse events less frequntly
Attachments
Patch (2.80 KB, patch)
2013-08-07 16:21 PDT, Simon Fraser (smfr)
thorton: review+
Simon Fraser (smfr)
Comment 1 2013-08-07 16:21:57 PDT
Tim Horton
Comment 2 2013-08-07 17:23:28 PDT
Comment on attachment 208305 [details] Patch 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.
Simon Fraser (smfr)
Comment 3 2013-08-07 17:29:21 PDT
I need to fix the fast/scrolling/fake-mouse-event-throttling.html test
Simon Fraser (smfr)
Comment 4 2013-08-07 18:30:39 PDT
Simon Fraser (smfr)
Comment 5 2013-08-07 19:00:04 PDT
Note You need to log in before you can comment on or make changes to this bug.