commit | 57e880ff9b2701a375c46f5051d49c96a9f3788c | [log] [tgz] |
---|---|---|
author | Sorin Jianu <sorin@chromium.org> | Fri Apr 26 21:44:40 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 26 21:44:40 2024 |
tree | 017111c61e1ba93415a792ea40d0030129e2b9f5 | |
parent | d8a79b6cd4595a78b7ca6c3c8c5d274df2986e4a [diff] |
updater: replace std::map with static constexpr base::fixed_flat_map. This gets rid of the base::NoDestructor clutter in one place. I am working on something to fix the other fixed_flat_map, which is currently not possible because of the std::vector. Change-Id: Ib1e2cce9cbacfc70d7141fc733aced018ae3d7b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5494198 Reviewed-by: Xiaoling Bao <xiaolingbao@chromium.org> Auto-Submit: Sorin Jianu <sorin@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Commit-Queue: Xiaoling Bao <xiaolingbao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1293273}
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.