Closed
Bug 644596
Opened 14 years ago
Closed 13 years ago
[console] expand console object with missing methods
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 10
People
(Reporter: dangoor, Assigned: past)
References
Details
(Keywords: dev-doc-complete)
Firebug defined the de facto standard console object (see http://getfirebug.com/logging). I just confirmed that Chrome has all of those same console methods. Currently, we only support log, warn, info, error.
We need to add dir, time, timeEnd, trace, and group. The profile method should be added separately once we have a profiler.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → past
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
The work for time and timeEnd will be tracked in bug 658368.
Depends on: 658368
Updated•13 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → Firefox 10
Comment 2•13 years ago
|
||
Every dependent bugs has been documented, so I consider this one as documented too.
Keywords: dev-doc-needed → dev-doc-complete
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•