Bug 212455 - Prepare for async scrolling in passive wheel event handler regions
Summary: Prepare for async scrolling in passive wheel event handler regions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-27 22:48 PDT by Simon Fraser (smfr)
Modified: 2020-05-29 07:57 PDT (History)
10 users (show)

See Also:


Attachments
Patch (20.05 KB, patch)
2020-05-27 22:51 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (49.89 KB, patch)
2020-05-28 16:04 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (40.72 KB, patch)
2020-05-28 16:05 PDT, Simon Fraser (smfr)
no flags 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) 2020-05-27 22:48:42 PDT
Prepare for async scrolling in passive wheel event handler regions
Comment 1 Simon Fraser (smfr) 2020-05-27 22:51:09 PDT
Created attachment 400429 [details]
Patch
Comment 2 Simon Fraser (smfr) 2020-05-28 16:04:11 PDT
Created attachment 400519 [details]
Patch
Comment 3 Simon Fraser (smfr) 2020-05-28 16:05:45 PDT
Created attachment 400520 [details]
Patch
Comment 4 Tim Horton 2020-05-28 16:13:04 PDT
Comment on attachment 400520 [details]
Patch

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

> Source/WebCore/page/scrolling/ScrollingTree.cpp:66
> +OptionSet<WheelEventProcessingSteps> ScrollingTree::determineWheelEventProcessing(const PlatformWheelEvent& wheelEvent)

"determine ... processing" sounds kind of odd to me. "WheelEventProcessingSteps" does not sound odd, so... I'm not sure what it is.
Comment 5 EWS 2020-05-29 07:56:27 PDT
Committed r262294: <https://trac.webkit.org/changeset/262294>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 400520 [details].
Comment 6 Radar WebKit Bug Importer 2020-05-29 07:57:17 PDT
<rdar://problem/63759233>