commit | 3e83db35e691f08297a654f196705f40e8f7eb4c | [log] [tgz] |
---|---|---|
author | Christoph Schwering <schwering@google.com> | Tue Jun 10 21:56:02 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 10 21:56:02 2025 |
tree | deebe1bf7b68a7cd2f3bee197a7f867044092005 | |
parent | d4e544f19a315043d2f104026866c71beb2ec0e7 [diff] |
[Autofill] Remove some negations in ToSafeFieldType() This CL replaces the "is valid" check in ToSafeFieldType() with an "is invalid" check. That seems more intuitive to read because it has fewer negations. Bug: 40100455 Change-Id: Ie69848498fe213389eaccd57c6453c33b7d7899b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6624140 Reviewed-by: Jan Keitel <jkeitel@google.com> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/main@{#1472084}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.