[Webkit-unassigned] [Bug 204492] New: There should be one MicrotaskQueue per EventLoop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 21 22:49:13 PST 2019


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

            Bug ID: 204492
           Summary: There should be one MicrotaskQueue per EventLoop
           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

HTML5 spec mandates that we should have one microtask queue per similar origin documents.
This leads to bugs like https://bugs.webkit.org/show_bug.cgi?id=199565.

In addition, MutationObserver's compound microtask queue must be per similar origin windows,
and Custom Element's backup queue must be per micro per similar origin windows.

-- 
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/5e6f6659/attachment-0001.htm>


More information about the webkit-unassigned mailing list