Bug 119563 - Be more aggressive about sending fake mouse events less frequently
Summary: Be more aggressive about sending fake mouse events less frequently
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-08-07 16:16 PDT by Simon Fraser (smfr)
Modified: 2013-08-27 07:48 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.80 KB, patch)
2013-08-07 16:21 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2013-08-07 16:16:32 PDT
Be more aggressive about sending fake mouse events less frequntly
Comment 1 Simon Fraser (smfr) 2013-08-07 16:21:57 PDT
Created attachment 208305 [details]
Patch
Comment 2 Tim Horton 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.
Comment 3 Simon Fraser (smfr) 2013-08-07 17:29:21 PDT
I need to fix the fast/scrolling/fake-mouse-event-throttling.html test
Comment 4 Simon Fraser (smfr) 2013-08-07 18:30:39 PDT
http://trac.webkit.org/changeset/153809
Comment 5 Simon Fraser (smfr) 2013-08-07 19:00:04 PDT
<rdar://problem/14669029>