[Webkit-unassigned] [Bug 185072] [GTK] Some event tests failing after r230817

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 30 05:02:33 PDT 2018


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

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Ok, I know what's going on. Tests are finishing before all events are processed and logged. r230817 changed the behavior of mouse events and made it slower too, specially in the case of X11 that generates several crossing events (handled by WebKit as mouse move events). Before r230817 mouse down/up events were always sent to the web process immediately, now we wait for the response of all the previous mouse events sent to the web process. Also before r230817, when several mouse move events were received by the web view, we discarded the ones in the middle of the sequence, now we are always sending all of them and waiting for their responses. In the case of mouse events we don't really need to wait for previous events to send new ones.

-- 
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/20180430/d7ef27cc/attachment-0001.html>


More information about the webkit-unassigned mailing list