commit | 68da7b4ae88da41c0822e4a93260e4309fc0ff9b | [log] [tgz] |
---|---|---|
author | Alexander Surkov <asurkov@igalia.com> | Thu Oct 06 17:32:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 06 17:32:31 2022 |
tree | bc5714f8958db49a041163b81c0fa5d4d3d76a4f | |
parent | 6e6b78ace4883b6446e47a21f900ca6f9a5b76e2 [diff] |
ax_ui: crash on getting unignored selection It's either MSAA caller does not have accessibility fully enabled, the case when a tree is not registered with a tree manager, or when a tree stays longer than it's registered with a tree manager. Assert in the former case to detect if this is a case. Return the selection as is in the latter case: the tree goes away and we cannot guarantee any data validity for it. Regressed by crrev.com/c/3863567 Change-Id: I83ca7b5144c81b78b16cdc7748d015a2a12fe984 Bug: 1371027 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3934862 Reviewed-by: Nektarios Paisios <nektar@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1055870}
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.