commit | 3a97a9b768a28e1d11fd9e86733a4179b5b2df15 | [log] [tgz] |
---|---|---|
author | Jose Dapena Paz <jdapena@igalia.com> | Wed May 22 15:44:27 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 22 15:44:27 2024 |
tree | 3799d18fb923c30256247bca4a383b64b96e825f | |
parent | 609320fa5c2a109bd60fc79e55b266c2af949c84 [diff] |
Do not use std::format in ReadAnythingAppModel std::format is still not allowed in Chrome (and this usage also broke libstdc++ build as it was missing the required include). Fix by using base::StringPrintf. Bug: 41455655 Change-Id: I9a99e350c6ebf5e99baf5f90c06be6bad9c2a106 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5513609 Reviewed-by: Abigail Klein <abigailbklein@google.com> Commit-Queue: José Dapena Paz <jdapena@igalia.com> Cr-Commit-Position: refs/heads/main@{#1304460}
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.