commit | b1d005ddad1725ebf54a3516f203858be71b3b7a | [log] [tgz] |
---|---|---|
author | Ali Hijazi <ahijazi@chromium.org> | Mon Feb 19 14:08:06 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 19 14:08:06 2024 |
tree | a1099dd17bcb3f43e0c0228d396001495fb12911 | |
parent | f0000c175c56b5e45897278bfdc7d9d380724678 [diff] |
Preliminary fixes for container rewrite Introduce alias CtnExperimental = DanglingUntriaged. This allows to temporarily bypass the DanglingPtr checks on the CQ to land the rewrite cl. This alias will be removed gradually after the rewrite cl lands and will be replaced by DanglingUntriaged where necessary. This patch also adds `std::hash` specialization for raw_ptr. Bug: 325302189 Change-Id: I74ca1d22c6d24b5549e9736276cd93b4c0bd3fa3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5307355 Reviewed-by: Bartek Nowierski <bartekn@chromium.org> Commit-Queue: Ali Hijazi <ahijazi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1262373}
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.