Chromium Code Reviews
DescriptionRe-land: Finish implementation of automation API hit testing for the desktop
Original change: r465716 https://codereview.chromium.org/2813083003/
Reverted: r465839 https://codereview.chromium.org/2827103003/
The original change failed due to "test produced excessive output".
Fixed by running final test callback only once.
This change finishes support for AX_ACTION_HIT_TEST in AXHostDelegate
so that you can send a hit test request on the root of the whole automation
tree and get a hit test on either views or web content.
Switches Select-to-speak to use this new API. A follow-up change will
change the way select-to-speak works so that it sends the mouse event
to the extension and the hit test comes from there, but this is a
self-contained change that can land first.
BUG=699617
TBR=dtseng@chromium.org
Review-Url: https://codereview.chromium.org/2831853002
Cr-Commit-Position: refs/heads/master@{#465930}
Committed: https://chromium.googlesource.com/chromium/src/+/6c4193276b6a8a8ccbd75c1e514317a815f90e85
Patch Set 1 #Patch Set 2 : Fix to trigger final test callback only once #Messages
Total messages: 6 (3 generated)
|