Closed
Bug 668706
Opened 14 years ago
Closed 12 years ago
should be able to provide WindowTracker with windowtype array
Categories
(Add-on SDK Graveyard :: General, defect, P3)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: erikvvold, Assigned: evold)
References
Details
Most of the time, when WindowTracker is used it is only used for a few windowtypes but onTrack and onUntrack is called from every windowtype, which means the module user has to write some if logic for their onTrack and onUntrack methods for every WindowTracker object they make.
It'd be nice if the WindowTracker constructor took a windowtypes array which it would check against windows before calling onTrack and onUntrack.
Updated•14 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
(Pushing all open bugs to the --- milestone for the new triage system)
Target Milestone: Future → ---
Assignee | ||
Updated•13 years ago
|
Assignee: erikvvold → evold
Assignee | ||
Comment 2•12 years ago
|
||
We're deprecating WindowTracker.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Resolution: FIXED → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•