Closed
Bug 620958
Opened 15 years ago
Closed 13 years ago
Refactor HS_logConsoleAPIMessage as a method on HeadsUpDisplay prototype
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 15
People
(Reporter: ddahl, Assigned: msucan)
References
Details
(Whiteboard: [followup] [post-fx4][console-1] [fixed by bug 673148])
Gavin said in https://bugzilla.mozilla.org/show_bug.cgi?id=609890#c16
> >+ displayCachedConsoleMessages: function HUD_displayCachedConsoleMessages()
>
> >+ HUDService.logConsoleAPIMessage(this.hudId,
>
> I suppose ideally logConsoleAPIMessage would be a method of the HUD object
> rather than the service, and then displayCachedConsoleMessages could be called
> from the constructor for HeadsUpDisplay objects rather than manually after
> registerHUDReference. That probably requires some refactoring though, so no
> need to block on that.
![]() |
Reporter | |
Updated•15 years ago
|
Whiteboard: [followup]
![]() |
Reporter | |
Updated•15 years ago
|
Whiteboard: [followup] → [followup] [post-fx4]
![]() |
Reporter | |
Updated•15 years ago
|
Whiteboard: [followup] [post-fx4] → [followup] [post-fx4][console-1]
![]() |
Assignee | |
Comment 1•14 years ago
|
||
For reference: this request also came up in bug 611032 comment 66. Also see bug 592523.
Blocks: consolecleanup
Component: Developer Tools → Developer Tools: Console
QA Contact: developer.tools → developer.tools.console
![]() |
Assignee | |
Updated•13 years ago
|
Assignee: nobody → mihai.sucan
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [followup] [post-fx4][console-1] → [followup] [post-fx4][console-1] [fixed by bug 673148]
Target Milestone: --- → Firefox 15
![]() |
Assignee | |
Updated•13 years ago
|
Depends on: async-webconsole
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•