Collect metrics for some native accessibility actions
Currently on platforms with native accessibility (Windows, Mac, Linux, Android) we have some stats on accessibility being enabled, but this overcounts users who actually need accessibility, because there are other tools that use accessibility APIs (automation, SSO, form fillers, touch screen tools, etc.). Let's keep track of some actions that are more likely to be associated with a user actively using assistive technology, rather than some software passively monitoring what's going on. I picked four actions that might help us distinguish between different usage patterns: DoDefault (click), Focus, ScrollToMakeVisible, and HitTest. Users with assistive technology would call most of these APIs a lot. On the other hand, form-fillers would call them rarely, and touch screen tools might only call HitTest a lot and the others rarely. Bug: None Change-Id: I763ada82cebce6cdd15e322efdac2a530a5a64fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1782518Reviewed-by:Ilya Sherman <isherman@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#696914}
Showing
Please register or sign in to comment