commit | d1fd530a951a6797a5b113d0dcff034c90197e1a | [log] [tgz] |
---|---|---|
author | Anastasia Helfinstein <anastasi@google.com> | Fri Mar 25 03:38:39 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 25 03:38:39 2022 |
tree | 3f46fdc75cb68aa637338f40274f0e446b9a8250 | |
parent | 1696ae4b4d7ce75bf65f9fc1a48a364c3304de99 [diff] |
[ChromeVox] Modularize MathHandler 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*Math* Change-Id: Icd15029b7cb1937651cbec3ce0eff35aded0ec5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3546301 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Reviewed-by: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/main@{#985165}
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.