commit | d02c5482e3b04bcb7d4499d9636aa49b07fedfce | [log] [tgz] |
---|---|---|
author | Chris Davis <chrdavis@microsoft.com> | Tue Jun 03 17:19:06 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 03 17:19:06 2025 |
tree | 61006b0e427c78b9407bc4e5c3979b0f7e2ae018 | |
parent | 5e6cd7afb4a0811d2655ede981566c7cbfe55844 [diff] |
Fix dangling pointer for TestingProfile in BrowserWithTestWindowTest Relace use of raw_ptr with WeakPtr to prevent dangling pointer usage in BrowserWithTestWindowTest. Bug: 421877609 Change-Id: I6613d4fab50bbc3a2c0a43846ed8b58b5112c490 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6612884 Reviewed-by: Erik Chen <erikchen@chromium.org> Reviewed-by: Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Chris Davis <chrdavis@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1468815}
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.