[Webkit-unassigned] [Bug 23865] Safari can be frozen by rapidly adding timers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 10 11:08:10 PST 2009


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





------- Comment #3 from dimich at chromium.org  2009-02-10 11:08 PDT -------
>From looking at the code, it can be happening for a long time. Timers are
implemented using CFRunLoopAddTimer. According to Apple docs, the run loop
fetches the timers first and input second. So if there is always a timer ready
to be scheduled/fired, no input goes through.

This script also freezes FF2 and IE7.


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



More information about the webkit-unassigned mailing list