commit | bf952bfe1c9fcac74cef1646e4422fe5fc552898 | [log] [tgz] |
---|---|---|
author | Lucas Radaelli <lucasradaelli@google.com> | Tue Dec 14 23:48:59 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 14 23:48:59 2021 |
tree | da716e76e7cdfa8a4712d63219e8b6e7f2861c6d | |
parent | c2f0af4c8fea9fe70bef538db030c322b3dc7848 [diff] |
[fuchsia][a11y] Implements Semantic Provider library. This change implements a library that manages the connection with the Fuchsia Semantics API. This allows clients to just add / delete semantic nodes, leaving the tree life cycle management up to the library. Clients can register handlers to be notified of specific Semantic events. Please see .h for more documentation. Test: SemanticProviderTest.* Bug: fuchsia:86654 Change-Id: I025ec894a23a6e13812d3642e91ac800cae51eee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3261610 Reviewed-by: Kevin Marshall <kmarshall@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Commit-Queue: Lucas Radaelli <lucasradaelli@google.com> Cr-Commit-Position: refs/heads/main@{#951729}
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.