WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
234369
Move ownership of the WheelEventDeltaFilter from EventHandler to ThreadedScrollingTree
https://bugs.webkit.org/show_bug.cgi?id=234369
Summary
Move ownership of the WheelEventDeltaFilter from EventHandler to ThreadedScro...
Simon Fraser (smfr)
Reported
2021-12-15 15:29:15 PST
Move ownership of the WheelEventDeltaFilter from EventHandler to ThreadedScrollingTree
Attachments
Patch
(10.48 KB, patch)
2021-12-15 15:30 PST
,
Simon Fraser (smfr)
sam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2021-12-15 15:30:31 PST
Created
attachment 447291
[details]
Patch
Sam Weinig
Comment 2
2021-12-16 12:36:56 PST
Comment on
attachment 447291
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=447291&action=review
> Source/WebKit/WebProcess/WebPage/EventDispatcher.cpp:118 > +#if PLATFORM(COCOA) > + platformWheelEvent = scrollingTree->wheelEventAfterFiltering(platformWheelEvent); > +#endif
Can we have all platforms implement wheelEventAfterFiltering() (or the base class) as the identity function if they don't need to do any filtering to remove this #ifdef?
Radar WebKit Bug Importer
Comment 3
2021-12-22 15:30:18 PST
<
rdar://problem/86828138
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug