[Webkit-unassigned] [Bug 203137] Integrate setTimeout and setInterval with HTML5 event loop
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 20 23:42:22 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=203137
--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
Hm... integrating SuspendableTimerBase with EventLoop is a bit tricky because at the time of Document creation, we don't know to which EventLoop we belong due to the security origin of the document not being initialized until later in the constructor yet DocumentEventQueue relies on SuspendableTimerBase. We may need to do more refactoring to make this work.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191121/0493090d/attachment.htm>
More information about the webkit-unassigned
mailing list