[Webkit-unassigned] [Bug 204491] New: Associate each microtask with a task group and remove ActiveDOMCallbackMicrotask

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 21 22:32:52 PST 2019


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

            Bug ID: 204491
           Summary: Associate each microtask with a task group and remove
                    ActiveDOMCallbackMicrotask
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org

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.

-- 
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/20191122/5517e718/attachment.htm>


More information about the webkit-unassigned mailing list