Bug 169343
| Summary: | Web Inspector: Relocate DOMDebuggerAgent instrumentation hooks to catch invalid node operations | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Baker <mattbaker> |
| Component: | Web Inspector | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/30994791>