[Webkit-unassigned] [Bug 79710] New: Deliver to MutationObservers in creation order

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 15:44:02 PST 2012


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

           Summary: Deliver to MutationObservers in creation order
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adamk at chromium.org
                CC: ojan at chromium.org, rafaelw at chromium.org,
                    rniwa at webkit.org


Currently, delivery is in the order of the first mutation per observer per microtask. It should be, instead, in order of MutationObserver creation, oldest-to-newest.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16092

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list