commit | 3a984386c1e2e1a816e012fb4ab71a9ca25f0366 | [log] [tgz] |
---|---|---|
author | Ethan Jimenez <ethavar@microsoft.com> | Wed Mar 13 21:30:50 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 13 21:30:50 2024 |
tree | 3a08f4463b2f7037c335ef5eec48be8045720e20 | |
parent | 014d9d2276e80052695b84c1d41db4ef1420fd1b [diff] |
[AriaNotify] Support multiple AriaNotification enum attributes Deprecating `IntAttribute` for the `ariaNotify` interrupt and priority properties in favor of a `IntListAttribute` for both, which will allow multiple notifications to be serialized into `AXNodeData`. After this change, `SerializeAriaNotificationAttributes` still overrides a single notification within `AXNodeData`. A later patch will correctly plumb the notifications through these attribute lists. Bug: 326277796 Change-Id: Ica6fc1077b35f2f61baac5e62f0a67832229035a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5347447 Reviewed-by: Alison Maher <almaher@microsoft.com> Reviewed-by: Ken Buchanan <kenrb@chromium.org> Commit-Queue: Ethan Jimenez <ethavar@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1272432}
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.