commit | 4959a4555b4f14da540f895ccf15ee0c71e0f017 | [log] [tgz] |
---|---|---|
author | Anastasia Helfinstein <anastasi@google.com> | Thu Jul 07 18:56:55 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 07 18:56:55 2022 |
tree | 91c80bb48991503b7432d4f670da1d373c6a3e34 | |
parent | 39407720da00feae8dab988358ab801f94da0770 [diff] |
[ChromeVox] Modularize PhoneticData 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: Ic59f893f6f46801afcb73002be4dde7c2dbf1be5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3693990 Reviewed-by: Akihiro Ota <akihiroota@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/main@{#1021785}
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.