WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug