Fix wrapping in settings
- uncaught error to Cursor::move. Closure should have caught this as a function that takes two args; only passed one. - remove deep equivalent changes in cursor line movement. This causes us to get stuck in various circumstances. - add AutomationUtil.getLastNode. It computes the last node visited by a predicate. The assumption is that we prefer ancestors that match the predicate. Elsewhere, this is expressed as skipping initial subtree hwne moving forward. Bug: 784699 Test: existing chromevox_tests. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ib9713acf4e749cef31c5f816407df0aa45d5f87e Reviewed-on: https://chromium-review.googlesource.com/775083Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#517506}
Showing
Please register or sign in to comment