WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 203137
Integrate setTimeout and setInterval with HTML5 event loop
https://bugs.webkit.org/show_bug.cgi?id=203137
Summary
Integrate setTimeout and setInterval with HTML5 event loop
Ryosuke Niwa
Reported
2019-10-17 21:49:13 PDT
We need to integrate DOM timers with HTML5 event loop.
Attachments
WIP
(19.92 KB, patch)
2019-10-18 21:08 PDT
,
Ryosuke Niwa
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-10-17 21:50:24 PDT
<
rdar://problem/56396746
>
Ryosuke Niwa
Comment 2
2019-10-18 21:08:45 PDT
Created
attachment 381366
[details]
WIP
Ryosuke Niwa
Comment 3
2019-11-20 23:42:22 PST
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.
Ryosuke Niwa
Comment 4
2023-08-09 19:30:51 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/16550
EWS
Comment 5
2023-08-11 13:27:54 PDT
Committed
266828@main
(43d0b6dbeebf): <
https://commits.webkit.org/266828@main
> Reviewed commits have been landed. Closing PR #16550 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug