[Webkit-unassigned] [Bug 17133] Should support pausing JavaScript execution without hanging the process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 15 20:54:57 PDT 2008


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


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19771|review+                     |
               Flag|                            |




------- Comment #43 from aroben at apple.com  2008-03-15 20:54 PDT -------
(From update of attachment 19771)
After some more thinking, I've realized we don't need to worry about new timers
being installed while JavaScript is paused. The timers can only be installed
programmatically, which can't happen while JavaScript is paused.

So, the PausedTimeouts refactoring is not necessary, and I'll post a newer
version of this patch.


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