Closed
Bug 79039
Opened 24 years ago
Closed 24 years ago
start script should only output stuff when in debug mode
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.0
People
(Reporter: endico, Assigned: cls)
References
Details
Attachments
(1 file)
|
1.84 KB,
patch
|
Details | Diff | Splinter Review |
the browser no longer outputs to the console in official builds but the start
scripts do. this patch shuts up the scripts unless you're debugging.
| Reporter | ||
Comment 1•24 years ago
|
||
In run-mozilla.sh, I think we should check for moz_debug instead of
moz_debugger. Outside of that, it looks good. r=cls
Updated•24 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla0.9.1
Comment 3•24 years ago
|
||
0.9.2 along with all the other console output bugs.
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Comment 4•24 years ago
|
||
not a blocker for 0.9.2, moving to 1.0.
Target Milestone: mozilla0.9.2 → mozilla1.0
Comment 5•24 years ago
|
||
Patch checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•