Code-Review | +1 |
Stamping right away, since crashes don't look related to me either.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
If we're relanding this as-is, can the CL description note the reason why it's safe to do so?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
If we're relanding this as-is, can the CL description note the reason why it's safe to do so?
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. |
Owners-Override | +1 |
Since the non-Blink changes are a straightforward consequence of the type change in the Blink public API, using OO.
This change will be blocked from submission as there are files which do not meet the coverage criteria. Following files have incremental coverage(all tests) < 70%.
Please add tests for uncovered lines, or add Low-Coverage-Reason:<reason> in the change description to bypass. See https://bit.ly/46jhjS9 to understand when it is okay to bypass. If you think coverage is underreported, file a bug at https://bit.ly/3ENM7Pe
Code-Coverage | -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. |
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Reland "Change blink::WebKeyboardEvent to use std::array in is members"
This is a reland of commit ddb1b5f2be65873e58f754f37d8d417c1343b356
This CL is relanding as-is, because it did not cause the red bots on
the waterfall.
Original change's description:
> Change blink::WebKeyboardEvent to use std::array in is members
>
> Change the `text` and `unmodified_text` members from C-arrays to
> std::array, per guidance on:
> https://chromium.googlesource.com/chromium/src/+/main/docs/unsafe_buffers.md#use-of-std_array
>
> Then update callers that no longer compile to either call data() or take
> a span. Also fix a few lint errors.
>
> Low-Coverage-Reason: LARGE_SCALE_REFACTOR switching to std::array
> Change-Id: Ic29e49ef8ae20702c6df561406e8fe34a66a7af7
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5685241
> Reviewed-by: Andrey Kosyakov <ca...@chromium.org>
> Reviewed-by: Robert Flack <fla...@chromium.org>
> Commit-Queue: Lei Zhang <the...@chromium.org>
> Reviewed-by: Daniel Cheng <dch...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1324966}
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |