Closed
Bug 607069
Opened 14 years ago
Closed 14 years ago
Turn off CSP warning command line output in opt builds
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: geekboy, Assigned: geekboy)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.94 KB,
patch
|
jst
:
review+
jst
:
approval2.0+
|
Details | Diff | Splinter Review |
CSP echos warnings and errors placed in the console to dump() as well. We should turn off the spew in opt builds for sure, and maybe change it to PR_LOGGING output for debugging.
Assignee | ||
Comment 1•14 years ago
|
||
Removes the dump() calls from the CSPWarn CSPError and CSPdebug functions. Information will still be placed in the error console.
Attachment #487032 -
Flags: review?(jst)
Assignee | ||
Updated•14 years ago
|
Status: NEW → ASSIGNED
Comment 2•14 years ago
|
||
Comment on attachment 487032 [details] [diff] [review]
fix
r+a=jst, feel free to land once beta7 is out the door (or at least branched etc).
Attachment #487032 -
Flags: review?(jst)
Attachment #487032 -
Flags: review+
Attachment #487032 -
Flags: approval2.0+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
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
•