commit | 164caf42d69ac5fd7a6a42a5665d43ba1165dc5d | [log] [tgz] |
---|---|---|
author | Anastasia Helfinstein <anastasi@google.com> | Wed Jun 01 17:20:47 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 01 17:20:47 2022 |
tree | 68ae1515e72ad78d345700a1630e8d20c4703dc1 | |
parent | 84f0d168f5cb9bf5f81e5680b46cab555edc83e4 [diff] |
[ChromeVox] Modularize UserActionMonitor Following the pattern established by dtseng[1], convert a class from goog.provide to an ES6 Module. This is part of item 3 in the go/unified-accessibility-component-extensions effort, as well as a prerequisite to go/a11y-extension-v3. [1] https://chromium-review.googlesource.com/c/chromium/src/+/3484259 AX-Relnotes: n/a. Bug: 1301002 Test: browser_tests --gtest_filter=*ChromeVox* Change-Id: Ife6b214311e5da90d88aeed3e3d66b99cc27dfce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3673474 Reviewed-by: Akihiro Ota <akihiroota@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/main@{#1009679}
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.