Bug 97578

Summary: Web Inspector: [TextEditor] Use DOM MutationObservers instead of deprecated MutationEvents
Product: WebKit Reporter: Adam Klein <adamk>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, ojan, pfeldman, pmuellr, rafaelw, rik, syoichi, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Adam Klein
Reported 2012-09-25 10:57:33 PDT
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.
Attachments
Brian Burg
Comment 1 2014-12-12 13:39:53 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.