| commit | b5a04980ee4783b0a99e6a317804a174c8dbb51e | [log] [tgz] |
|---|---|---|
| author | Alison Maher <almaher@microsoft.com> | Fri Jan 24 19:09:41 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 24 19:09:41 2025 |
| tree | e46c85acf268064eb1e46c016f0d3f60d29040e2 | |
| parent | ddc5e1ae026c074fe02b98f4a891a301a77e00e4 [diff] |
Update CHECK in AXObject::UpdateCachedAttributeValuesIfNeeded In AXObject::UpdateCachedAttributeValuesIfNeeded() we CHECK that the lifecycle state allows immediate tree updates. This CHECK is being hit by customers in 133 and 134. Demote to a non-fatal check while the root cause is further investigated and understood. Also add some extra logging of both the object and its parent chain to aid in further investigation. Bug: 382104886 Change-Id: I320670574168f00b91240cfe6a441ec10de5ab62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6192914 Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Alison Maher <almaher@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1411064}
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.