[Webkit-unassigned] [Bug 97578] New: Web Inspector: [TextEditor] Use DOM MutationObservers instead of deprecated MutationEvents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 25 10:57:06 PDT 2012


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

           Summary: Web Inspector: [TextEditor] Use DOM MutationObservers
                    instead of deprecated MutationEvents
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adamk at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    ojan at chromium.org, pmuellr at yahoo.com,
                    joepeck at webkit.org, rafaelw at chromium.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


MutationEvents are deprecated in DOM3 Events, and removed in DOM4 (see http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#mutationevent) in favor of MutationObservers (http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#mutation-observers). The inspector's text editor makes use of DOMNodeInserted, DOMNodeInsertedIntoDocument, and DOMSubtreeModified. It would be ideal if that usage could be replaced with MutationObservers.

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