tree: 1a8770ada205109e713141acea0e7c82811d9f93 [path history] [tgz]
  1. ax/
  2. ax_build/
  3. base/
  4. gfx/
  5. BUILD.gn
  6. README.md
third_party/accessibility/README.md

Flutter Accessibility Library

This accessibility library is a fork of the chromium accessibility code at commit 4579d5538f06c5ef615a15bc67ebb9ac0523a973.

For the main ax code, the following parts were not imported: fuzz_corpus, extensions and DEPS files.

ax/: https://source.chromium.org/chromium/chromium/src/+/master:ui/accessibility/ ax_build/: https://source.chromium.org/chromium/chromium/src/+/master:build/ base/: https://source.chromium.org/chromium/chromium/src/+/master:base/ gfx/: https://source.chromium.org/chromium/chromium/src/+/master:ui/gfx/

Update to this Library

Bug fixes to the forked files in the the four directories should proceed as usual. New features or changes that change the behaviors of these classes are discouraged.

If you do need to make such change, please log the change at the end of this file.