commit | 77ab773ee4b1697d628c28a291495af1fb8d5aef | [log] [tgz] |
---|---|---|
author | Christoph Schwering <schwering@google.com> | Fri Dec 29 15:19:52 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 29 15:19:52 2023 |
tree | b89a59d63d59d7d7264d924c0e747033dd6194f0 | |
parent | 1fb61d7c2a0eac07055ba840bff30ba772726af6 [diff] |
[Autofill] Replace MatchFieldType constants with FormControlType This CL eliminates the temporary aliases of the MatchFieldType constants. The CL is produced by the following text replacement: - sed 's/MatchFieldType::kTextArea\>/FormControlType::kTextArea/g' - sed 's/MatchFieldType::kText\>/FormControlType::kInputText/g' - sed 's/MatchFieldType::kSearch\>/FormControlType::kInputSearch/g' - sed 's/MatchFieldType::kNumber\>/FormControlType::kInputNumber/g' - sed 's/MatchFieldType::kTelephone\>/FormControlType::kInputTelephone/g' - sed 's/MatchFieldType::kPassword\>/FormControlType::kInputPassword/g' - sed 's/MatchFieldType::kEmail\>/FormControlType::kInputEmail/g' - sed 's/MatchFieldType::kSelectOne\>/FormControlType::kSelectOne/g' - sed 's/MatchFieldType::kSelectList\>/FormControlType::kSelectList/g' Bug: 1514693 Change-Id: I014c8ffea09101ba16e5242981f3fe55a018afd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5148821 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Bruno Braga <brunobraga@google.com> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/main@{#1241515}
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.