Closed
Bug 283037
Opened 21 years ago
Closed 20 years ago
use dump only in DEBUG builds
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: pete, Assigned: pete)
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20050202 Linspire /1.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20050202 Linspire /1.6
Need to add #ifdef debugDump func to Em.
Reproducible: Always
Steps to Reproduce:
1.Grab non-debug build
2.Start firefox for first time
3.Watch as dump messages are printed to stdout on non debug builds
Actual Results:
Dump messages are output to stdout
Expected Results:
no dump messages to stdout on non debug builds
patch forthcoming ...
| Assignee | ||
Comment 2•21 years ago
|
||
add #ifdef debugDump js function.
Attachment #175027 -
Flags: superreview?
Attachment #175027 -
Flags: review?(benjamin)
Comment 3•20 years ago
|
||
This WFM now that the EM has been significantly improved.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•20 years ago
|
Attachment #175027 -
Flags: superreview?
Attachment #175027 -
Flags: review?(benjamin)
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•