commit | 6436bc5e09d0beba04b6974051efd1856da0a859 | [log] [tgz] |
---|---|---|
author | Jacobo Aragunde PĂ©rez <jaragunde@igalia.com> | Thu Jan 19 16:45:15 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 19 16:45:15 2023 |
tree | 4380b2f884bcd90cdac0b1ef42abb90bebbd0339 | |
parent | 059e4ffe75b9642f6e94c4da29a1714a9e95798c [diff] |
Prevent null-dereference in postponed keyup event. It's possible that the node is removed in the time between the keydown and the keyup event, so we need to check it again. Bug: 1401641 Change-Id: I7bc9ab6f8c9973d99d58cd16259059979b934e3d AX-relnotes: no user-facing changes. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4180670 Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1094496}
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.