Bug 189776 - Web Inspector: push the document to the frontend whenever it updates
Summary: Web Inspector: push the document to the frontend whenever it updates
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-09-19 21:12 PDT by Devin Rousso
Modified: 2018-09-19 21:13 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2018-09-19 21:12:22 PDT
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.
Comment 1 Radar WebKit Bug Importer 2018-09-19 21:13:04 PDT
<rdar://problem/44628307>