Andrey, could you please take a look?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm with comments
[CDP] Expose TargetInfo.parentFrameId for worker targetsPlease update [the comment here](https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/public/devtools_protocol/domains/Target.pdl;l=30) accordingly.
std::string(),Would it make sense to actually plumb the parent as well? Looks like we do so for worklets.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[CDP] Expose TargetInfo.parentFrameId for worker targetsPlease update [the comment here](https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/public/devtools_protocol/domains/Target.pdl;l=30) accordingly.
Done
Would it make sense to actually plumb the parent as well? Looks like we do so for worklets.
Yeah, I will follow up with that.
What about worker started by a worker? ;-)
I'll include this case in the follow up where we also report the parent id.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +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. |
[CDP] Expose TargetInfo.parentFrameId for worker targets
Currently, there is no way to attribute worker to the owning frame,
which is a missing bit in reconstructing targets tree.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |