| 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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
template <bool SupportReentry>(I usually see these named with constant-style names, e.g. kSupportReentry, but I don't feel strongly about this)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
(I usually see these named with constant-style names, e.g. kSupportReentry, but I don't feel strongly about this)
| 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/57992.
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. |
4 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: third_party/blink/renderer/bindings/core/v8/pass_as_span.h
Insertions: 7, Deletions: 7.
The diff is too large to show. Please review the diff.
```
[bindings] Retain underlying array buffer for [PassAsSpan] arrays...
if re-entry into JS is possible while converting other params or within the function
| 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/57992
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The test here was wrong (and the implemented behavior is wrong too I guess?)
The exact opposite should be happening
I fixed the test in WPT: https://github.com/web-platform-tests/wpt/pull/58101