| commit | 06fa8a46fce9abfe2ecf588a288093c21f9951cd | [log] [tgz] |
|---|---|---|
| author | Peter Kasting <pkasting@chromium.org> | Mon Sep 18 16:35:37 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 18 16:35:37 2023 |
| tree | 299f9cd17a0eabe65ececda649b03c9493e6c854 | |
| parent | 8c7df07ee28116d355260591a635c0f18355d9d1 [diff] |
Use base::ranges::copy() instead of an explicit loop. This also uses WTF::kWeekdayName instead of a duplicate set of strings in locale_icu.cc. No reason to have two copies of these. Bug: none Low-Coverage-Reason: Cleanup/refactoring Change-Id: I94674f63b8ce6d2af958983be8082f0a5449a51e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4866631 Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/main@{#1197864}
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.