| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
data-backend-node-id=${domNode ? domNode.id : nothing}`domNode.id` returns the `NodeId`. Since the attribute is named `data-backend-node-id`, you likely want to use `domNode.backendNodeId()` instead.
data-backend-node-id=${domNode ? domNode.id : nothing}`domNode.id` returns the `NodeId`. You probably want to use `domNode.backendNodeId()` here to match the attribute name.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
`domNode.id` returns the `NodeId`. Since the attribute is named `data-backend-node-id`, you likely want to use `domNode.backendNodeId()` instead.
Done
`domNode.id` returns the `NodeId`. You probably want to use `domNode.backendNodeId()` here to match the attribute name.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Add visual logging contexts to Layers panel for comment anchoring
Add jslog contexts and data-backend-node-id to LayerTreeOutline
('layer-item') and LayerDetailsView ('layer-details' section and
'detail-row' rows) to support CommentAnchorResolver.
Bug: 542928776
Change-Id: I2cbb05c985137d30973028b8d769429da48d2b79
TAG=agy
CONV=fdf66637-1abc-41a3-afd9-c4f8272a49c8
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/8257559
Reviewed-by: Yulun Zeng <yul...@chromium.org>
Commit-Queue: Alex Rudenko <alexr...@chromium.org>
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |