| commit | a19a26ce632a835906042efcf9366784c48f801f | [log] [tgz] |
|---|---|---|
| author | Ho Cheung <[email protected]> | Fri Aug 29 11:19:55 2025 |
| committer | Copybara-Service <[email protected]> | Fri Aug 29 11:22:35 2025 |
| tree | 74f85a23461c954f6d50d14b0d02d49ff91f1567 | |
| parent | 9348f601b7db964bedff06374cd698caff2a1bb7 [diff] |
Replace ternary with logical expressions in //components Convert, e.g. x ? y : false -> x && y x ? false : y -> !x && y x ? y : true - > !x || y x ? true : y -> x || y Bug: 416294715 Change-Id: I5b5cd2a2fffdc74ff4711352f0b80b28b168ff83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6898575 Reviewed-by: Sylvain Defresne <[email protected]> Commit-Queue: Ho Cheung <[email protected]> Cr-Commit-Position: refs/heads/main@{#1508281} NOKEYCHECK=True GitOrigin-RevId: 6cdb114695626c964e5ee1cc4d8a9508639beb01