commit | fa8735b2839cfe009cd82822228ade3bd66c79a2 | [log] [tgz] |
---|---|---|
author | AbdAlRahman Gad <agad@igalia.com> | Mon Aug 18 15:44:56 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 18 15:44:56 2025 |
tree | ff7247f1df0bb2126195390a8d62679a9c4f4877 | |
parent | 62c20802a3ee499110f5221b9f670a737b02cd88 [diff] |
Remove dangling pointer in WaylandSurface Use `base::WeakPtr<WaylandBufferHandle>` instead of the existing `raw_ptr<wl_buffer>` Bug: 324294360 Change-Id: Ifc8bb37271c7e8a17188be48261f375b85c3a665 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6787208 Reviewed-by: Max Ihlenfeldt <max@igalia.com> Reviewed-by: Kramer Ge <fangzhoug@chromium.org> Commit-Queue: Kramer Ge <fangzhoug@chromium.org> Cr-Commit-Position: refs/heads/main@{#1502720}
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.