commit | 627dd86e3a0e76f7687239e3857937fbf5032d8a | [log] [tgz] |
---|---|---|
author | Kalvin Lee <kdlee@chromium.org> | Mon Nov 28 07:59:56 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 28 07:59:56 2022 |
tree | 35a5ea3d5bd3f4bf4090e93e10b9cfe4ae05ad7c | |
parent | d02cbc7640649876b67b022fbb94050c4099e85d [diff] |
[PA] Switch `raw_ptr` to `PA_BASE_CHECK()` We continue not to build PartitionAlloc for NaCl and have `!use_partition_alloc` in such situations; in other cases where PartitionAlloc is in fact built (and `PA_BASE_CHECK()` is thus available), we use it to provide the runtime assertions throughout `raw_ptr.h` and `raw_ref.h`. Bug: 1371729 Change-Id: I0e230b4cd1a7839e3c1ebaf94d0117c5a82597c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4045743 Reviewed-by: danakj <danakj@chromium.org> Reviewed-by: Bartek Nowierski <bartekn@chromium.org> Commit-Queue: Kalvin Lee <kdlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1076087}
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.