Closed
Bug 649350
Opened 14 years ago
Closed 12 years ago
Cleanup/reorganize the HUDService observers and listeners
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 15
People
(Reporter: msucan, Assigned: msucan)
References
Details
(Whiteboard: [fixed by bug 673148])
Follow up from bug 620832 comment 11 and 12:
"It seems wrong that the ConsoleAPIObserver (a completely separate object) is
responsible for shutting down the HUDService (i.e. calling
HUDService.shutdown()). It also seems wrong for the HUDWindowObserver to be
doing it. Shouldn't the HUDService have its own observer that shuts itself
down? Removing as many inter-dependencies as possible seems like it would
simplify things..."
Assignee | ||
Comment 1•13 years ago
|
||
This is going to be fixed by the next WIP patch I'll submit for bug 673148.
Updated•13 years ago
|
Component: Developer Tools → Developer Tools: Console
Depends on: async-webconsole
QA Contact: developer.tools → developer.tools.console
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mihai.sucan
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed by bug 673148]
Target Milestone: --- → Firefox 15
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•