commit | 0baa9255046067faedae4b19783b543c3b2ec167 | [log] [tgz] |
---|---|---|
author | Mitsuru Oshima <oshima@chromium.org> | Tue Feb 25 22:58:17 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 25 22:58:17 2025 |
tree | 06c190e6ba61348101d4db66a76ca95d2bd9b5ad | |
parent | b793ffb39e3fd30dbc0da25a0f5c8947a237503b [diff] |
Remove use_lower_case_user_id_. Canonicalize the display_email instead According to [1], the email must be canonicalized before being passed to AccountID, which should already be lower case. [1] https://source.chromium.org/chromium/chromium/src/+/main:components/account_id/account_id.cc;drc=721b7696f7f959b7365511b5a7507a6bb327be9e;l=43 Bug: None Change-Id: Ife0e2a49f92e5e8c73d6ef19f56d2aedd6e44319 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6301138 Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/main@{#1424816}
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.