Bug 189776
Summary: | Web Inspector: push the document to the frontend whenever it updates | ||
---|---|---|---|
Product: | WebKit | Reporter: | Devin Rousso <hi> |
Component: | Web Inspector | Assignee: | Devin Rousso <hi> |
Status: | NEW | ||
Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=178282 |
Devin Rousso
Considering how much infrastructure relies upon the document being bound by DOMAgent (e.g. `Canvas.command.requestNode` and `Network.type.Initiator.nodeId`), we should automatically bind and send the document to the frontend whenever it is updated. This makes even more sense when you consider that the main DOM tree will almost immediately re-request the document after it changes.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/44628307>