RESOLVED FIXED206298
Add more mousewheel-scrolling logging and improve the latching code
https://bugs.webkit.org/show_bug.cgi?id=206298
Summary Add more mousewheel-scrolling logging and improve the latching code
Simon Fraser (smfr)
Reported 2020-01-15 10:55:04 PST
Add more mousewheel-scrolling logging and improve the latching code
Attachments
Patch (17.91 KB, patch)
2020-01-15 10:56 PST, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2020-01-15 10:56:33 PST
WebKit Commit Bot
Comment 2 2020-01-15 13:23:01 PST
Comment on attachment 387804 [details] Patch Clearing flags on attachment: 387804 Committed r254631: <https://trac.webkit.org/changeset/254631>
WebKit Commit Bot
Comment 3 2020-01-15 13:23:03 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2020-01-15 13:24:15 PST
Darin Adler
Comment 5 2020-01-15 13:25:35 PST
Comment on attachment 387804 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=387804&action=review > Source/WebCore/platform/PlatformWheelEvent.h:41 > +#if ENABLE(KINETIC_SCROLLING) > +namespace WTF { > +class TextStream; > +} > +#endif This is inside an #if. > Source/WebCore/platform/PlatformWheelEvent.h:242 > +WTF::TextStream& operator<<(WTF::TextStream&, const PlatformWheelEvent&); This is not. One of these must be a mistake?
Simon Fraser (smfr)
Comment 6 2020-01-15 13:35:25 PST
You're right, will fix.
Simon Fraser (smfr)
Comment 7 2020-01-15 14:48:49 PST
Note You need to log in before you can comment on or make changes to this bug.