commit | 569d3def0db16623628ca860ba127fccda9439d3 | [log] [tgz] |
---|---|---|
author | Calder Kitagawa <ckitagawa@chromium.org> | Fri Feb 14 21:47:40 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 14 21:47:40 2025 |
tree | d7070695b2209a369f7bdb94c5643a29894ed6e8 | |
parent | 2feefcca80bed2d79f0816d7f0e12de4ccf2dae2 [diff] |
Fix NPE in AppMenuDragHelper.finishDragging Currently one of the top NPEs in the latest releases. This seems like a pretty simple fix unless there are other lifecycle issues that crashing here would imply. Fixed: 370249323 Change-Id: I3aecb68aa0fa905194ab036523df8293df7e3ae7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6270479 Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by: Wenyu Fu <wenyufu@chromium.org> Reviewed-by: Joel Tan-Aristy <jtanaristy@google.com> Cr-Commit-Position: refs/heads/main@{#1420724}
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.