commit | 5658a5f971a9ab44d4412a11d8c950a111356e57 | [log] [tgz] |
---|---|---|
author | Mikel Astiz <[email protected]> | Fri Nov 29 16:25:24 2024 |
committer | Chromium LUCI CQ <[email protected]> | Fri Nov 29 16:25:24 2024 |
tree | 04be88ce6986f58b90fe6e388c4e496fe20687d7 | |
parent | b082d3309844bbbac26a5f4af42043ec875ba687 [diff] |
[signin] Adopt class GaiaId components/signin and related files SigninPrefs is excuded to reduce the delta, but otherwise most of the signin-related code is migrated to adopt class GaiaId instead of passing around std::string values to represent obfuscated gaia IDs. The class temporarily supports implicit conversion to and from std::string, which allows splitting this particular patch without tackling the entire chromium codebase. Change-Id: I5f8413f3ce6cc5f52e728ebd805118f79326b68b Bug: 380416867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6054039 Commit-Queue: Mikel Astiz <[email protected]> Reviewed-by: David Roger <[email protected]> Code-Coverage: [email protected] <[email protected]> Cr-Commit-Position: refs/heads/main@{#1389837}
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.