commit | 375d922c9ed0f82c1b6197b83bae4ef679ebc48f | [log] [tgz] |
---|---|---|
author | Amanda Lin Dietz <[email protected]> | Mon Apr 17 18:28:48 2023 |
committer | Chromium LUCI CQ <[email protected]> | Mon Apr 17 18:28:48 2023 |
tree | a9a8afa877c284e83d9d60f1ad9fb75443073686 | |
parent | 2a762318678ccb7d2caf8e1d84b1b11509e99376 [diff] |
[AXMode] Add optional AXMode bundle to command line switch This CL adds an optional parameter to the --force-rendererer-accessibility command line switch to set the AXMode to one of the following predefined bundles: 1) Basic 2) Form Controls 3) Complete If the optional parameter is missing or invalid, then the AXMode bundle will default to Complete, which runs the full accessibility engine in Chrome. This switch will remain backwards compatible as the parameter is optional. This switch may be updated in the future with additional predefined bundles. This switch should aid in testing the AXMode feature. AX-Relnotes: N/A Bug: 1411856 Change-Id: I44d71292b4d5d171df3cf93d7486c8d06590a212 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4405148 Reviewed-by: Mark Schillaci <[email protected]> Reviewed-by: Aaron Leventhal <[email protected]> Commit-Queue: Amanda Lin Dietz <[email protected]> Code-Coverage: Findit <[email protected]> Cr-Commit-Position: refs/heads/main@{#1131379}
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.