Closed
Bug 1165489
Opened 11 years ago
Closed 11 years ago
Unknown Console API log level: timeStamp
Categories
(DevTools :: Console, defect)
Tracking
(firefox38 unaffected, firefox39 unaffected, firefox40 fixed, firefox41 fixed)
RESOLVED
FIXED
Firefox 41
| Tracking | Status | |
|---|---|---|
| firefox38 | --- | unaffected |
| firefox39 | --- | unaffected |
| firefox40 | --- | fixed |
| firefox41 | --- | fixed |
People
(Reporter: jsantell, Assigned: past)
Details
Attachments
(1 file)
|
1.82 KB,
patch
|
jsantell
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Appears in browser console when executing `console.timeStamp()`
| Assignee | ||
Comment 1•11 years ago
|
||
I'm surprised the patch in bug 922221 managed not to touch web console code at all and get away without any test failures.
| Assignee | ||
Comment 2•11 years ago
|
||
The fix is pretty simple however.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → past
Status: NEW → ASSIGNED
| Assignee | ||
Updated•11 years ago
|
Attachment #8606941 -
Flags: review?(jsantell)
| Reporter | ||
Updated•11 years ago
|
Attachment #8606941 -
Flags: review?(jsantell) → review+
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
| Assignee | ||
Updated•11 years ago
|
status-firefox38:
--- → unaffected
status-firefox39:
--- → unaffected
status-firefox40:
--- → affected
| Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8606941 [details] [diff] [review]
Make the web console aware of coneole.timeStamp()
Approval Request Comment
[Feature/regressing bug #]: bug 922221
[User impact if declined]: an error message will be logged to the browser console
[Describe test coverage new/current, TreeHerder]: manual testing in nightly
[Risks and why]: insignificant risk, tiny patch
[String/UUID change made/needed]: none
Attachment #8606941 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #8606941 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 6•11 years ago
|
||
Flags: in-testsuite+
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•