commit | a7f937543e0988fe834ff577b51cc33633262b53 | [log] [tgz] |
---|---|---|
author | Peter Kasting <pkasting@chromium.org> | Thu Oct 24 22:15:40 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 24 22:15:40 2024 |
tree | 51649e0463840e235e6f5ac59d189e007a817d55 | |
parent | 008c58ff447d41d05c67502ef86ae4bab9005c51 [diff] |
Move span opt-ins for enable_view/enable_borrowed_range above def. I don't believe this has a practical effect right now, but it is safer, and it will have a practical effect in the future as I'm planning to modify how the span range constructors work; this will ensure any constraints that check whether base::span is a borrowed range will give the correct answer. This also fixes the oversight that we omitted these from the PRESUBMIT allowlist; understandably, since they're not listed in any of the categories on the various cppreference.com ranges pages. I had to do this to allow this change to pass PRESUBMIT :) Bug: 364987728 Change-Id: I8ff30b686350797a868bf15b250172aa0c24342f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5962876 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1373610}
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.