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 204491
Associate each microtask with a task group and remove ActiveDOMCallbackMicrotask
https://bugs.webkit.org/show_bug.cgi?id=204491
Summary
Associate each microtask with a task group and remove ActiveDOMCallbackMicrotask
Ryosuke Niwa
Reported
2019-11-21 22:32:52 PST
We should associate each microtask with a EventLoopTaskGroup like we do with a regular task. This will allow suspension & stopping of each microtask when the task group's script execution context is suspend or stopped, and eliminates the need for ActiveDOMCallbackMicrotask.
Attachments
Cleanup
(23.89 KB, patch)
2019-11-21 22:44 PST
,
Ryosuke Niwa
koivisto
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2019-11-21 22:44:16 PST
Created
attachment 384125
[details]
Cleanup
Radar WebKit Bug Importer
Comment 2
2019-11-21 22:45:15 PST
<
rdar://problem/57420554
>
Ryosuke Niwa
Comment 3
2019-11-22 10:12:10 PST
Ping reviewers.
Antti Koivisto
Comment 4
2019-11-22 11:31:07 PST
Comment on
attachment 384125
[details]
Cleanup View in context:
https://bugs.webkit.org/attachment.cgi?id=384125&action=review
nice!
> Source/WebCore/ChangeLog:12 > + suspsned or stopped along with the script execution context without having to wrap each
typo suspended
Ryosuke Niwa
Comment 5
2019-11-22 17:53:21 PST
Committed
r252820
: <
https://trac.webkit.org/changeset/252820
>
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