Closed
Bug 89540
Opened 24 years ago
Closed 24 years ago
access-proxy must not print debug msg to console in opt build
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: cls, Assigned: aaronlev)
References
Details
Attachments
(1 file)
|
495 bytes,
patch
|
Details | Diff | Splinter Review |
access-proxy has a hardcoded:
#define NS_DEBUG_ACCESS_BUILTIN 1
which causes a ton of debug messages to hit the console for every event even in
an optimized build. This define should be wrapped in a DEBUG ifdef at minimum.
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•24 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•24 years ago
|
||
Something didn't make it in the checkin.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
for the attachement I give r=.
Aaron, what is your comment "checked in" referring too?
| Assignee | ||
Comment 5•24 years ago
|
||
"Checked in" - originally the fix to get rid of printf's was reviewed and
checked in as part of another bug.
Had to reopen it when I noticed another printf.
| Assignee | ||
Updated•24 years ago
|
Status: REOPENED → ASSIGNED
Comment 6•24 years ago
|
||
r= jesup for whatever that's worth
Comment 7•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 8•24 years ago
|
||
fix checked into trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•