commit | e3013d1d41488ef215b4ba41445c6420f75684e2 | [log] [tgz] |
---|---|---|
author | Hiroki Sato <hirokisato@google.com> | Fri Mar 22 13:25:56 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 22 13:25:56 2024 |
tree | 3e108992de9d56b96776aee523f6e187a6a3cc2d | |
parent | c03da9d09b93794eaf011f9e00f7239e1a39db02 [diff] |
arc-a11y: Makes sure node is is valid when serialized Before this change, there are a few instances where nodes are serialized without explicit node id or event source id. This led to serialization of invalid nodes or nodes with an invalid id. This will be problematic after AXTreeSerializer's refactoring in CL:4403840. Bug: b:330807007 Test: ArcAccessibilityHelperBridgeTest, AXTreeSourceAndroidTest Change-Id: Ie5bc79a49a1b5bf542d185c05c4d1e90c0d8070a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5383147 Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Hiroki Sato <hirokisato@chromium.org> Cr-Commit-Position: refs/heads/main@{#1276836}
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.