[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 13:56:39 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=213306

--- Comment #7 from Elena <elucherini at apple.com> ---
(In reply to John Wilander from comment #3)
> Taking a step back, I would try to add this code to the existing
> WebCore::ResourceLoadObserver and its subclass
> WebKit::WebResourceLoadObserver since it is already set up as a singleton in
> the web content process and has the capability to forward data to the
> network process and ITP.

I changed the design and integrated EventCollector in ResourceLoadObserver/WebResourceLoadObserver. The patch I uploaded simply logs the events. I removed the code in WebKit::NetworkConnectionToWebProcess that detects that a page has loaded.

-- 
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/4c3b3db2/attachment.htm>


More information about the webkit-unassigned mailing list