commit | 5e3e996da02aa94e4255056fc43f49819b22a1c3 | [log] [tgz] |
---|---|---|
author | Wolfgang Billenstein <bwolfgang@google.com> | Tue Feb 13 09:40:36 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 13 09:40:36 2024 |
tree | c4ad8258ee06f5163d3c457cd3abe335014ba351 | |
parent | d4610c1527f1e924605926ba324aee9b9c4a5b4e [diff] |
[Autofill] Fix crash via unrelated field in address form Prevents a NOTREACHED_NORETURN() call from being reached. This was previously possible when a field with an unrelated type, e.g. a credit card number field in an address form, was skipped because it had a value on page load. Fixed: 324811625 Change-Id: I7b8c2a54006c813d680f5a4a5867e7ff8062c382 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5285757 Reviewed-by: Jihad Hanna <jihadghanna@google.com> Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Commit-Queue: Wolfgang Billenstein <bwolfgang@google.com> Cr-Commit-Position: refs/heads/main@{#1259734}
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.