Open
Bug 1219762
Opened 10 years ago
Updated 3 years ago
nsContentUtils::ReportToConsole() should accept a string spec for the source file
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: bkelly, Unassigned)
References
Details
Current nsContentUtils::ReportToConsole() takes an nsIURI for the failing resource. Currently ReportToConsole() just gets the spec out of the nsIURI. It would be nice if we had a version that took a string spec as well.
Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•