RESOLVED INVALID Bug 97578
Web Inspector: [TextEditor] Use DOM MutationObservers instead of deprecated MutationEvents
https://bugs.webkit.org/show_bug.cgi?id=97578
Summary Web Inspector: [TextEditor] Use DOM MutationObservers instead of deprecated M...
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.