| commit | 6b805ef8a386ab4248380f78bb7a2ff788c4c537 | [log] [tgz] |
|---|---|---|
| author | Jeffrey Yu <yuje@chromium.org> | Thu Jan 08 16:52:27 2026 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 08 16:52:27 2026 |
| tree | 3a137ab5f662387e608290c18fca9dac422c4322 | |
| parent | 736302e72942cb5564691fd9c4c93b5046550abc [diff] |
Avoid duplicate map lookups. Instead of using `.contains(key)` followed by a lookup, use `.find(key)`, and reuse the iterator to access the value. Bug: 452950815 Change-Id: Ifc4db61ea2eac85dd7e8e6731dda07c3af0def53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7405154 Auto-Submit: Jeffrey Yu <yuje@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Matthias Körber <koerber@google.com> Reviewed-by: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1566342}
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.