| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
row.setAttribute('jslog', `${VisualLogging.tableRow('affected-cookie')}`);Since this is inside `AffectedRawCookieLinesView`, consider using `'affected-raw-cookie'` here to distinguish it from regular cookies (assuming `CommentAnchorResolver` needs them to be distinct). If you do make this change, don't forget to also add `'affected-raw-cookie'` to `KnownContextValues.ts`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
row.setAttribute('jslog', `${VisualLogging.tableRow('affected-cookie')}`);Since this is inside `AffectedRawCookieLinesView`, consider using `'affected-raw-cookie'` here to distinguish it from regular cookies (assuming `CommentAnchorResolver` needs them to be distinct). If you do make this change, don't forget to also add `'affected-raw-cookie'` to `KnownContextValues.ts`.
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. |
| Commit-Queue | +1 |
| 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 Issues panel for comment anchoring
Add jslog contexts to IssueView ('issue-description',
'affected-resources', 'affected-request' with data-network-request-id),
AffectedElementsView ('affected-element' with data-backend-node-id),
and AffectedCookiesView ('affected-cookie') to support
CommentAnchorResolver.
Bug: 542928776
Change-Id: I2583d62b88dc0b4b00eec2b6ffa5d1c092256c09
TAG=agy
CONV=fdf66637-1abc-41a3-afd9-c4f8272a49c8
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/8257557
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. |