[Webkit-unassigned] [Bug 18044] Timer Bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 27 14:31:30 PDT 2008


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


mike.emmel at gmail.com changed:

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




------- Comment #10 from mike.emmel at gmail.com  2008-03-27 14:31 PDT -------
Created an attachment (id=20136)
 --> (http://bugs.webkit.org/attachment.cgi?id=20136&action=view)
Removed uneeded fireTimersInNestedEventLoop


This patch removes the uneeded and incorrect fireTimersInNestedEventLoop and
cleans up the Timer patch.

The reason fireTimersInNestedEventLoop is incorrect is that nesting of event
loops is done inside the GTK application WebKit cannot correctly determine if
its running in a nested event loop set up by the application using the the
WebKit widget.  So its wrong to not function correctly in nested event loops
that may be created using the platform api outside of the scope of WebKit.


-- 
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