commit | 7d41038472f46b6ea8afa5d70a536214f3df2b41 | [log] [tgz] |
---|---|---|
author | Anna Tsvirchkova <atsvirchkova@google.com> | Thu Jun 13 11:03:38 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 13 11:03:38 2024 |
tree | 25d6efbf31efbc71b6ba1dda3481ee30a5b332cb | |
parent | 18748a38313fef562d70fa05e4acf81f31d5f4b0 [diff] |
[TTF] Ignore remember me checkmarks but respect CAPTCHAs Skip the checkboxes following after the password field as it's most probably a "remember me" checkmark. But CAPTCHAs often look like non-focusable text area fields and they should not be skipped (this is the reason why `ShouldIgnoreField` is not used here). Bug: 346494850 Change-Id: Ib396386013b7028bf0d10bd480045587c93d95ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5621090 Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Anna Tsvirchkova <atsvirchkova@google.com> Cr-Commit-Position: refs/heads/main@{#1314526}
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.