Bug 213499
Summary: | Web Inspector: allow DOM nodes to be instrumented at any point, regardless of whether the main document has also been instrumented | ||
---|---|---|---|
Product: | WebKit | Reporter: | Devin Rousso <hi> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | inspector-bugzilla-changes |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=189687 https://bugs.webkit.org/show_bug.cgi?id=213441 |
Devin Rousso
It doesn't make sense to require that the main `document` is instrumented to assign a `DOM.NodeId`, especially since the backend clearly already has a `WebCore::Node` object, meaning that the main `document` should exist (either active or in cache).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |