commit | e2e3d9f979005817fa235de81f131ac6835ff639 | [log] [tgz] |
---|---|---|
author | Norge Vizcay <vizcay@google.com> | Mon Jan 22 15:09:01 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 22 15:09:01 2024 |
tree | 8062a4e10642bd12f9e9c7293587eef3f6ec3e08 | |
parent | e569bdf8017eddc937cc6da8f8b3f7f5ff091830 [diff] |
Improve IsTypeEnabledForCountry to support legacy requests. The CL now enables IsTypeEnabledForCountry to handle queries related to field types within both legacy and newer hierarchies. Context: - The IsTypeEnabledForCountry function is primarily used in the address_field_parser to ensure that newly added field types can function in their designated countries. - In scenarios where no custom hierarchy was present, the function would incorrectly indicate that a field type was unsupported, even if it belonged to the legacy hierarchy. Impact of the Change: This resolves the incorrect behavior and allows IsTypeEnabledForCountry to accurately process field types from both legacy and newer hierarchies. Bug: 1516909 Change-Id: I17f4a37c3b632f49577496e926129874794b33b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5222621 Commit-Queue: Norge Vizcay <vizcay@google.com> Reviewed-by: Dominic Battre <battre@chromium.org> Cr-Commit-Position: refs/heads/main@{#1250183}
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.