commit | 832aed42cb6d365fc630cc4e4c1b08367000dc6f | [log] [tgz] |
---|---|---|
author | Rakina Zata Amni <rakina@chromium.org> | Thu Jun 27 19:15:07 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 27 19:15:07 2024 |
tree | 12f17173ea91be28022a123c02723a53946d358f | |
parent | 2e83d5d82af1ff0b2aa68dcb6650fa6f0b60ee09 [diff] |
Add weak ptr check in WidgetInputHandlerManager::HandleInputEvent The WidgetBase might get deleted in the middle of the function, after calling WidgetBaseInputHandler::HandleInputEvent(). Return early if so. Bug: 332423298 Change-Id: I4a3d4ab595f9b0e9d0c8927239f0e16e392f71dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5660037 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Auto-Submit: Rakina Zata Amni <rakina@chromium.org> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#1320552}
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.