[Webkit-unassigned] [Bug 177449] REGRESSION(r222392): [GTK] Many forms tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 25 14:49:55 PDT 2017


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

--- Comment #10 from Chris Dumez <cdumez at apple.com> ---
Ok, I think that the simulated PlatformEvents from GTK may be 0 as timestamp (WallTime). When it gets converted to a MonotonicTime, we may end with a negative value when calling WallTime::approximateMonotonicTime().

If we get a negative MonotonicTime value, the following check in TypeAhead::handleEvent() will always be true:
    if (event->timeStamp() < m_lastTypeTime)
        return -1;

.. because m_lastTypeTime is 0.

-- 
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/20170925/bb27dd9f/attachment.html>


More information about the webkit-unassigned mailing list