[Webkit-unassigned] [Bug 22755] Next step to Timers in Workers: moving timer code from other places to DOMTimer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 27 13:26:02 PST 2008


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


dimich at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




------- Comment #7 from dimich at chromium.org  2008-12-27 13:26 PDT -------
I fixed all issues mentioned by Darin. The bug where different windows shared
same timeout id space and could 'guess' and clear each other's timers is fixed
by moving timeoutId map back to Document where it was, for the reasons
mentioned above. I think I'll move it to ScriptExecutionContext in a separate
patch. 
This patch seems to be ready for a second look. Thanks!


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