Bug 169343

Summary: Web Inspector: Relocate DOMDebuggerAgent instrumentation hooks to catch invalid node operations
Product: WebKit Reporter: Matt Baker <mattbaker>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 168101    
Bug Blocks:    

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.