Alexander Surkov
unread,Apr 8, 2021, 11:36:14 AM4/8/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Accessibility, Joanmarie Diggs, Dominic Mazzoni, Aaron Leventhal
Hi.
If you run ax_dump_tree as is then it dumps the whole unfiltered tree. If you set up a filter, then it dumps stuff only reflecting the filtering settings. In the first case, it's a lot of information and it's slow. In the latter case, a tree can become quite useless by simply putting a single @DENY instruction.
I was thinking to change ax_dump_tree to include default attributes similar to what ax_dump_testsuite does. It will produce a smaller reasonable trees in both cases: when no filters is specified and when filters are given. So, in other words, the suggestion is let's apply default filterers unless otherwise is specified.
Are there any objections of the change?
Thanks!
Alexander.