NEW169343
Web Inspector: Relocate DOMDebuggerAgent instrumentation hooks to catch invalid node operations
https://bugs.webkit.org/show_bug.cgi?id=169343
Summary Web Inspector: Relocate DOMDebuggerAgent instrumentation hooks to catch inval...
Matt Baker
Reported 2017-03-07 22:38:06 PST
Summary: Relocate DOMDebuggerAgent instrumentation hooks to catch invalid node operations. Since executing script can result in arbitrary changes to the DOM, checks made by ContainerNode prior to performing a DOM operation will no longer be valid. Tests: - Pause on a DOM "node-removed", then move the Node being removed while paused, then continue - Pause on a DOM "subtree-modified", then modify the subtree again while paused, then continue
Attachments
Radar WebKit Bug Importer
Comment 1 2017-03-11 13:35:09 PST
Note You need to log in before you can comment on or make changes to this bug.