commit | 9d1ec465a5172a46ae3ff197fe9feaf8bd73b73b | [log] [tgz] |
---|---|---|
author | Mikel Astiz <mastiz@chromium.org> | Mon Dec 09 22:42:25 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 09 22:42:25 2024 |
tree | 163ad8cfdf79270d1853a074fe1cee5e9bc7b250 | |
parent | 3b8e8316cd79f42f7e4a1cedbdf23b6f56a9c680 [diff] |
[feed] 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: I1699f71f487f569a2cfcfe11fd96b1a50ca811e3 Bug: 380416867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6070334 Reviewed-by: Jian Li <jianli@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1393937}
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.