commit | 75d703022eb20d78545c8c9b4c6d5cd98f99018f | [log] [tgz] |
---|---|---|
author | Kalvin Lee <[email protected]> | Wed Jul 20 19:22:03 2022 |
committer | Chromium LUCI CQ <[email protected]> | Wed Jul 20 19:22:03 2022 |
tree | 2204eb5ba9766fefe6c89c6a8db92835efcbbf2f | |
parent | c78a302c7dff953bcb9c191ead017244cfe949de [diff] |
MTECheckedPtr: Disarm select members This CL introduces no behavioral change, since MTECheckedPtr is not enabled for anybody. This CL annotates several `raw_ptr` members to indicate that they should silently fall back to being no-op `raw_ptr` _only when MTECheckedPtr is enabled_. This change affects /content/browser/renderer_host. This CL was uploaded by git cl split. [email protected] Bug: 1298696 Change-Id: I4c83bf4068963bfe41be552390a886a0a1a13c6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3767957 Auto-Submit: Kalvin Lee <[email protected]> Reviewed-by: Charlie Reis <[email protected]> Commit-Queue: Charlie Reis <[email protected]> Cr-Commit-Position: refs/heads/main@{#1026381}
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.