[Webkit-unassigned] [Bug 72986] New: [MutationObservers] Cleanup duplicated code in Element & CharacterData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 22 14:14:42 PST 2011


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

           Summary: [MutationObservers] Cleanup duplicated code in Element
                    & CharacterData
           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: rafaelw at chromium.org
                CC: sam at webkit.org, ojan at chromium.org, rniwa at webkit.org,
                    adamk at chromium.org
            Blocks: 68729


There is nearly indentical code in Element & CharacterData which collects a set of interested MutationObservers, creates appropriate mutation records (with & without oldValues) and delivers them.

We should create some sort of "MutationObserverInterestGroup" which encapsulates this logic

-- 
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