Bug 97578 - Web Inspector: [TextEditor] Use DOM MutationObservers instead of deprecated MutationEvents
Summary: Web Inspector: [TextEditor] Use DOM MutationObservers instead of deprecated M...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 10:57 PDT by Adam Klein
Modified: 2014-12-12 13:42 PST (History)
12 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Klein 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.
Comment 1 Brian Burg 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.