[Webkit-unassigned] [Bug 18044] Timer Bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 26 19:52:09 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18044


mike.emmel at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20114|                            |review?
               Flag|                            |




------- Comment #8 from mike.emmel at gmail.com  2008-03-26 19:52 PDT -------
Created an attachment (id=20114)
 --> (http://bugs.webkit.org/attachment.cgi?id=20114&action=view)
Nested event loop patch


I looked at the log and this is really the same problem that was supposedly
fixed by <rdar://problem/5094895> REGRESSION (r19094)

I re factored the patch to make at cleaner and remove the case of someone
resetting and removing a timer from the fire list that has not yet fired. Now a
timer is only removed from the fire list right before it fires and the fire
list is not mutated out side of the shared callback.

The special 
fireTimersInNestedEventLoop

is not needed anymore.


-- 
Configure bugmail: http://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