commit | a79f3d708b96c95ef46ad887fbfc510144c29555 | [log] [tgz] |
---|---|---|
author | Evelynn Kaplan <evelynn.kaplan@microsoft.com> | Mon Mar 17 18:38:56 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 17 18:38:56 2025 |
tree | 469259a59c366c98e68c3ad0cb6764eaf34690d8 | |
parent | dc3189ade29f0ec7c7b81b0de58fb3267f4d040a [diff] |
[AriaNotify] Fire ARIA notifications for newer versions of ATK/Linux This CL adds the ARIA Notify implementation for Linux. In versions of the ATK library >= 2.50.0, there is a new "notification" signal type: https://docs.gtk.org/atk/signal.Object.notification.html There is more information about this signal type and how it will work in Orca here: https://gitlab.gnome.org/GNOME/orca/-/blob/main/README-APPLICATION-DEVELOPERS.md#speaking-your-applications-custom-messageannouncement In ATK versions that support this signal type, we will use it; in older versions, we "fall back" to the type of signal that is sent for live regions. A follow-up CL will have this implementation, CL:6349538. Bug: 326277796 Change-Id: Ia03971d35c7c16e34bf911ccca9cc5d4174405b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5797671 Reviewed-by: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Commit-Queue: Evelynn Kaplan <evelynn.kaplan@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1433666}
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.