Issue metadata
Sign in to add a comment
|
Refactoring idea: Blink helper class for searching the accessibility tree |
||||||||||||||||||||||||
Issue descriptionIn the browser process we have the class OneShotAccessibilitySearch which enables us to easily search the accessibility tree and find objects that match a specific predicate. We can limit the search to a specific subtree, limit the result count, only return objects if they are visible, etc. We need to write a similar class for use in Blink's accessibility code.
,
Apr 21 2017
,
Apr 21 2017
,
Jul 27 2017
,
Aug 4 2017
Idea is to replace code in Blink that searches the tree with a helper, just as a general cleanup.
,
Aug 6
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Sep 7
Feel free to reopen if you plan to work on this. I don't think this is needed right now, we have very little Blink code that searches and we should probably avoid it anyway. |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by dmazz...@chromium.org
, Mar 27 2017