commit | 7a664b62927eb3f48f0fd8b238b748f54219e337 | [log] [tgz] |
---|---|---|
author | Jocelyn Tran <jocelyntran@google.com> | Tue May 13 17:40:47 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 13 17:40:47 2025 |
tree | 66e04d9cd64fb5558d922222d9bc6c1b740f5081 | |
parent | 4b06cd19d84a27c8a438408ae3cd5a3a0f8c8a2b [diff] |
[A11y] Use uint64 instead of tuple in AXBitset A single uint64 is needed for the entire bitset based on boolean attributes in ui/accessibility/ax_enums.mojom. Using uint64 is more efficient than tuple. Also rename AXBitMap to AXBitset since bitmap refers to an image but this class stores a sequence of bits. Change-Id: I704532200b2eb4a067d2f0989d552d8ef2f50970 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6525309 Commit-Queue: Jocelyn Tran <jocelyntran@google.com> Reviewed-by: Kevin Ellis <kevers@chromium.org> Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1459568}
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.