commit | d7af96f8315de3863e60c3276d1a23b6bf32a2ce | [log] [tgz] |
---|---|---|
author | Paul Semel <paulsemel@chromium.org> | Fri Jun 24 15:05:00 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 24 15:05:00 2022 |
tree | 5e7215f5e87863cbdf751de736cbea24b4c16aae | |
parent | e0ea8bd6f6d5cf9848de4a0de9e6a1ae8bc0230f [diff] |
DanglingPtr: Fix dangling ptr in touch emulator It turns out the pointer was not cleared in all cases, even though this was necessary as the view was being destroyed. Bug: 1291138 Change-Id: I0cccbdd5aaf4704fe937ec043288fe41727eed9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3723828 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1017630}
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.