commit | cb165eb92ad52815a4d2bb0b7a704e411d84bf08 | [log] [tgz] |
---|---|---|
author | Christoph Schwering <schwering@google.com> | Wed Apr 09 13:55:26 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 09 13:55:26 2025 |
tree | 543179bbf09e1cc4aba2948fb01cb955c73007a6 | |
parent | fcd69c9f3551c151c72b05f7a4fcb3bcf57d594b [diff] |
[Autofill] Add / and . to invalid-label characters This CL adds / and . to the list of characters which must not be the only ones in a label. For example, before this CL, the labels of the three fields in DD/MM/YYYY: <input size=2>/<input size=2>/<input size=4> were "DD/MM/YYYY", "/", and "/", respectively. After this CL, they all have the label "DD/MM/YYYY". Bug: 396325496 Change-Id: I841651671c7825ea8342d5133b3cc604b40bf9fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6360977 Reviewed-by: Dominic Battré <battre@chromium.org> Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/main@{#1444696}
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.