commit | 2c52fe19622c80b3f5b0a73aa1a00537c561a976 | [log] [tgz] |
---|---|---|
author | Fred Shih <ffred@chromium.org> | Mon Nov 27 22:44:47 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 27 22:44:47 2023 |
tree | 6c2a8438e055e7ca36162498f4319271862082d5 | |
parent | dcd1eaf919affe2f44b25320c257c2c23d40c966 [diff] |
Fix dangling pointer in cursor manager test The test requires manual notification to the cursor manager when the cursor is destroyed. This is typically handled by aura host view, which the test host view does not inherit from. Other tests all explicitly notify the cursor manager when the view is about to be destroyed. Fixed: 1471085 Change-Id: Ifc1b6499faf98abf8d9330f7df7d5809f2f4805a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5011298 Reviewed-by: Alexander Timin <altimin@chromium.org> Commit-Queue: Fred Shih <ffred@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1229579}
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.