| commit | ae859a738f823b07bb7f3d080ff11ecbf5c01a6c | [log] [tgz] |
|---|---|---|
| author | Mikel Astiz <mastiz@chromium.org> | Mon Dec 02 18:45:46 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 02 18:45:46 2024 |
| tree | 4b0797cbb5e4af8552aceecad8467de8b553674c | |
| parent | 9d09a3cf253b402ea48702f62a9a3bd83a5902e7 [diff] |
[passwords] Adopt class GaiaId for improved type safety The class replaces std::string to avoid bugs when dealing with obfuscated gaia IDs. The class wraps an std::string and is in most cases a drop-in replacement. Change-Id: I7654242d58f364965f23d30d80f21bb0bfdecd48 Bug: 380416867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6061640 Reviewed-by: Ioana Pandele <ioanap@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by: David Roger <droger@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1390475}
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.