[Webkit-unassigned] [Bug 119836] webkitgtk will freeze gui when time go back to past

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 17 01:27:55 PDT 2013


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


Zan Dobersek <zandobersek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gns at gnome.org,
                   |                            |mrobinson at webkit.org,
                   |                            |zandobersek at gmail.com




--- Comment #1 from Zan Dobersek <zandobersek at gmail.com>  2013-08-17 01:27:27 PST ---
Do you have a reproducible test case that shows the problem?

Technically, timeSinceLastDisplay can end up being negative, but it would in the worst case simply cause skipping one paint (dropping a frame).
This can be avoided by using WTF::monotonicallyIncreasingTime() instead of WTF::currentTime().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list