Open
Bug 1237021
Opened 9 years ago
Updated 2 years ago
Manifest processor should issue developer warning to the window console and not the browser console
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox46 | --- | affected |
People
(Reporter: marco, Unassigned)
References
(Blocks 1 open bug)
Details
This way they'll be shown when the developer tools are connected to a remote device.
Updated•6 years ago
|
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Comment 1•5 years ago
|
||
That would be great... I've no idea how to do this tho. Right now, I'm pulling in:
const {
ConsoleAPI,
} = SpecialPowers.Cu.import("resource://gre/modules/Console.jsm");
Any idea what other JSM I should be using?
Priority: P5 → P3
Updated•5 years ago
|
Assignee: nobody → mcaceres
Updated•4 years ago
|
Assignee: mcaceres → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•