Open
Bug 823662
Opened 12 years ago
Updated 2 years ago
nsOfflineCacheUpdate's LogToConsole doesn't log to the web console
Categories
(DevTools :: Console, enhancement, P4)
DevTools
Console
Tracking
(Not tracked)
NEW
People
(Reporter: jdm, Unassigned)
Details
It would be much nicer to see the relevant messages in a page's web console than have to go digging through the error console. This should just require using an nsIScriptError and obtaining the relevant window from the channel when a non-null item is passed in.
Comment 1•12 years ago
|
||
Feel free to propose a patch :)
Comment 2•12 years ago
|
||
Firebug has the same problem. See http://code.google.com/p/fbug/issues/detail?id=6191.
Sebastian
Updated•10 years ago
|
Component: Networking → Developer Tools: Console
OS: Mac OS X → All
Product: Core → Firefox
Hardware: x86 → All
Version: 19 Branch → unspecified
Comment 3•10 years ago
|
||
Changed the component to the DevTools Console assuming that this better fits there.
Sebastian
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Severity: normal → enhancement
Priority: -- → P4
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•