Bug 217523

Summary: Refactor wheel event coalescing into its own class
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: UI EventsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: sam, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
sam: review+, ews-feeder: commit-queue-
For EWS
ews-feeder: commit-queue-
For EWS none

Description Simon Fraser (smfr) 2020-10-09 11:14:58 PDT
Refactor wheel event coalescing into its own class
Comment 1 Simon Fraser (smfr) 2020-10-09 11:21:31 PDT
Created attachment 410955 [details]
Patch
Comment 2 Sam Weinig 2020-10-09 11:24:51 PDT
Comment on attachment 410955 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=410955&action=review

> Source/WebKit/WebProcess/WebPage/WebWheelEventCoalescer.cpp:37
> +static const unsigned wheelEventQueueSizeThreshold = 10;

constexpr please.
Comment 3 Simon Fraser (smfr) 2020-10-09 11:39:01 PDT Comment hidden (obsolete)
Comment 4 Simon Fraser (smfr) 2020-10-09 12:09:10 PDT
Created attachment 410960 [details]
For EWS
Comment 5 Simon Fraser (smfr) 2020-10-09 13:55:42 PDT
I will move WebWheelEventCoalescer.cpp to WebKit/Shared
Comment 6 Simon Fraser (smfr) 2020-10-09 14:00:47 PDT
https://trac.webkit.org/changeset/268287/webkit
Comment 7 Radar WebKit Bug Importer 2020-10-09 14:01:18 PDT
<rdar://problem/70152324>