Closed
Bug 989691
Opened 11 years ago
Closed 11 years ago
add nsContentUtils::LogMessageToConsole
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: dougt, Assigned: dougt)
References
Details
Attachments
(1 file)
1.58 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
I am adding debugging to a few places in geolocation, and I need a way to output stuff to the console. Instead of defining this function a many places, it probably can just be promoted to nsContentUtils.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → dougt
Assignee | ||
Updated•11 years ago
|
Attachment #8399020 -
Attachment description: a → Add LogMessageToConsole()
Attachment #8399020 -
Flags: review?(jst)
Updated•11 years ago
|
Attachment #8399020 -
Attachment is patch: true
Attachment #8399020 -
Attachment mime type: text/x-patch → text/plain
Updated•11 years ago
|
Attachment #8399020 -
Flags: review?(jst) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Comment 3•11 years ago
|
||
Doug landed this on b2g30 as well.
https://hg.mozilla.org/releases/mozilla-b2g30_v1_4/rev/0cda982760b0
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•