| commit | d56ffa7fe12ed886db4b35b89d78142f01c8c810 | [log] [tgz] |
|---|---|---|
| author | Arthur Sonzogni <[email protected]> | Thu Dec 04 15:39:39 2025 |
| committer | Copybara-Service <[email protected]> | Thu Dec 04 15:48:01 2025 |
| tree | e61cc5866cde8d3db8faf18ce6aa6ee4c9963cb3 | |
| parent | 2788e6d76919db47d867c1d667bbbbdac3c1802a [diff] |
Convert to UNSAFE_TODO in components [1/4] This is an automated #cleanup patch using the [Script] below. We are migrating from coarse-grained file-level suppression (#pragma allow_unsafe_buffers) to granular, expression-level markers (UNSAFE_TODO()). The pragma disables safety checks for an entire file, whereas UNSAFE_TODO() isolates specific potentially unsafe operations, allowing the rest of the file to be enforced as safe. This CL was uploaded by an experimental version of git cl split (https://crbug.com/389069356). [email protected] Script: https://docs.google.com/document/d/1ORQGBNn2R-CEvNbDTjRd-GrOBOFlCxIHdcvSUA_EhR4/edit?usp=sharing AX-Relnotes: N/A Cleanup: This is an automated #cleanup. Bug: 409340989 Change-Id: I1ea9d4a1c176aa262b4beeb58fc63280b00e0baf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7228422 Auto-Submit: Arthur Sonzogni <[email protected]> Commit-Queue: Arthur Sonzogni <[email protected]> Commit-Queue: Colin Blundell <[email protected]> Reviewed-by: Colin Blundell <[email protected]> Cr-Commit-Position: refs/heads/main@{#1554008} NOKEYCHECK=True GitOrigin-RevId: a1ee611b3f7e0b9517c064113a3dc282a996e3c4