GNOME Bugzilla – Bug 517326
Use Collection for performance enhancements in default.py
Last modified: 2012-12-21 17:10:23 UTC
default.py has a few methods that could benefit from the Collection module. These methods include getObjects(), findByRole() and findFocusedObject(). Create a generic findByMatchRule(self, matchRule, wrap, currentObj=None) method and use this method where applicable. Later work, especially in Gecko, can then use this method for similar search capabilities. This work will also include a global setting that enables/disable the use of Collection.
This work is stalled until http://bugzilla.gnome.org/show_bug.cgi?id=433011 is resolved.
Just adding a response to get this off our "bugs without a response" list. Silly, I know, but it's needed since there was only one commenter on this.
Closing as FIXED. Orca now uses the collection interface for the tasks mentioned.