Closed
Bug 29534
Opened 26 years ago
Closed 25 years ago
remove DNS_TIMING from final release build
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: warrensomebody, Assigned: warrensomebody)
Details
The DNS_TIMING stuff was put into both debug and release builds to get a handle
on dns performance. We should be sure to remove it before FCS. From
nsDnsService.h:
//#ifdef DEBUG
#define DNS_TIMING 1 // XXX remove later
//#endif
Basically uncomment out the ifdef debug stuff and leave it in debug builds
only.
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M16
| Assignee | ||
Comment 1•26 years ago
|
||
Moving non-essential, non-beta2 and performance-related bugs to M17.
Target Milestone: M16 → M17
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M17 → M18
| Assignee | ||
Comment 2•26 years ago
|
||
post-beta2
| Assignee | ||
Comment 3•25 years ago
|
||
Fixed. We're not using this stuff in release builds now.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•