commit | c573e2daeb7d94f210d7dae0124a63b4d25795b9 | [log] [tgz] |
---|---|---|
author | Peter Kasting <pkasting@chromium.org> | Fri Jan 10 21:00:00 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 10 21:00:00 2025 |
tree | 536acb23e5b313423353b596a581519936c9c8f5 | |
parent | b9180aed2797e88001baaaf5dac07b4b1f932283 [diff] |
Tweak Dict iterators to comply with std::ranges concept expectations. * operator*() needs to model shallow constness. * There needs to be a common reference type between the value and reference types. In this case, the existing reference type was effectively also the value type, because there doesn't exist any separate instance of that "value" anywhere; the returned reference is bespoke-constructed. Bug: 386918226 Change-Id: I576f3d65e4d98dd052096caad5d54fc1aaef38ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6164118 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/main@{#1404973}
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.