commit | d34494f3bef0bd54b61d341968d09c5f2dc33b02 | [log] [tgz] |
---|---|---|
author | Bartek Nowierski <bartekn@chromium.org> | Thu Apr 11 17:12:36 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 11 17:12:36 2024 |
tree | 2c4c20561ebfdafe45bfd1f31f74653f1b54d5bd | |
parent | d690f144b4bead9d8782af713ba9aef8b6a4bbfe [diff] |
[BRP] Un-rewrite even more stack-scoped raw_ptrs/refs in base/task/ These showed up in profiler data [1]. Upon a closer look, they're all short-lived (stack-scoped), and we have a rule to avoid rewriting these. The classes were marked STACK_ALLOCATED to reflect that (hence RAW_PTR_EXCLUSION isn't needed there). [1] https://pprofng.corp.google.com/?id=1640e1dd294f3b0562572814ea0566e5&filter=focus:RawPtrBackupRefImpl&tab=bottomup Bug: 332743723 Change-Id: I469ae9dd1d162a99baf60cb83c2f10d15f66b157 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5447814 Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Francois Pierre Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/main@{#1285923}
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.