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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brian Burg
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.