| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
<3 (don't forget to update the documentation to mark supported now!)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/56045.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
📍 Job mac-m1_mini_2020-perf-pgo/speedometer3 complete.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/16627748310000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
<3 (don't forget to update the documentation to mark supported now!)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
TaskAttribution: Propagate through EventTarget::EnqueueEvent()
EventTarget::EnqueueEvent() is used for some events to dispatch the
event asynchronously in a new task. This can be used during API calls,
e.g. HTMLMediaElement.addTextTrack(), or from misc spec algorithms, e.g.
queuing the hashchange event during a same-document navigation -- which
is a case that needs to be instrumented to support soft navigation
detection. In either case, we should propagate the current context to
match causal/disptach propagation semantics.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/56045
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |