commit | a35a75e9ad37517464a8b5c2afbcc7f829ef705f | [log] [tgz] |
---|---|---|
author | Bartek Nowierski <bartekn@chromium.org> | Fri Feb 09 06:51:08 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 09 06:51:08 2024 |
tree | 37f720ec194ede41f869f0e868d902fb3fbd6d26 | |
parent | 6276574dc22891bcb63d308895eb5426d1db8b24 [diff] |
Undo/update some DanglingUntriaged added by crrev.com/c/5190661 crrev.com/c/5190661 rewrote a bunch of pointers/references to raw_ptr/ref, and naturally some needed DanglingUntriaged. However, DanglingUntriaged also materialized in some pre-existing raw_ptrs, which shouldn't really be needed. This CL undoes that. One of the pointers, however, turned out to be flakily dangling. CQ "hides" this on a successful rerun, but better to annotate it as FlakyDanglingUntriaged to prevent flaky test failures. Bug: 1446392, 324115585 Change-Id: I76422f86069c19b0fcee6cd876ffd54a0a60fa36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5200608 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Owners-Override: Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/main@{#1258377}
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.