[Webkit-unassigned] [Bug 213306] WIP: we should be able to capture mouse, keyboard, and wheel events to investigate tracking
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 19 14:53:11 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213306
--- Comment #10 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 402302
--> https://bugs.webkit.org/attachment.cgi?id=402302
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=402302&action=review
> Source/WebKit/WebProcess/WebCoreSupport/WebResourceLoadObserver.cpp:422
> + WTFLogAlways("Mouse event at x=%d, y=%d, type %d, button %d, clickcount %d, force %f", platformMouseEvent.position().x(), platformMouseEvent.position().y(), platformMouseEvent.type(), platformMouseEvent.button(), platformMouseEvent.clickCount(), platformMouseEvent.force());
Doesn't this generate a LOT of logging whenever I move the mouse on the view?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200619/83c107bd/attachment.htm>
More information about the webkit-unassigned
mailing list