0
Files
src/ui
Javier Contreras Tenorio (from Dev Box) d7001defff [views-ax] Rename AXEventManager and AXEventObserver (classes)
As part of the ViewsAX project, we will be serializing Views' a11y data
whenever it changes, rather than just when we fire an event.

In order to do this, we must make use of the AXEventManager/
AXEventObserver pipeline so we can notify observers (such as the
automation manager, or the ViewsAXManager) of when any views' a11y data
changes, rather than just when an event is fired. As such, we are
renaming these classes to align with this new functionality.

There is no behavior change.

Upcoming CLs will introduce the aforementioned functionality.

Change-Id: I1cf2defce3859a15b2dc421df1a9217067d298ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6265529
Reviewed-by: Dirk Pranke <dpranke@google.com>
Reviewed-by: Xiyuan Xia <xiyuan@chromium.org>
Reviewed-by: Hidehiko Abe <hidehiko@chromium.org>
Commit-Queue: Javier Contreras <javiercon@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1421453}
2025-02-18 09:50:14 -08:00
..
2025-02-18 06:07:07 -08:00

This directory contains UI frameworks used to build various user interface features. This directory is not intended to contain UI features (such as a keyboard).