After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 517326 - Use Collection for performance enhancements in default.py
Use Collection for performance enhancements in default.py
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Orca Maintainers
Orca Maintainers
Depends on: 433011
Blocks: 490565 491756
 
 
Reported: 2008-02-18 21:18 UTC by Scott Haeger
Modified: 2012-12-21 17:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Scott Haeger 2008-02-18 21:18:01 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.
Comment 1 Scott Haeger 2008-02-19 16:10:07 UTC
This work is stalled until http://bugzilla.gnome.org/show_bug.cgi?id=433011 is resolved.
Comment 2 Willie Walker 2009-06-17 14:26:30 UTC
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.
Comment 3 Joanmarie Diggs (IRC: joanie) 2012-12-21 17:10:23 UTC
Closing as FIXED. Orca now uses the collection interface for the tasks mentioned.