Closed
Bug 69367
Opened 25 years ago
Closed 16 years ago
[CVS] mozilla/xpcom/base/nsGarbageCollector.c is obsolete and should be cvs removed
Categories
(Core :: XPCOM, defect, P5)
Tracking
()
RESOLVED
WORKSFORME
mozilla2.0
People
(Reporter: beard, Assigned: benjamin)
References
Details
Attachments
(1 file)
|
277.92 KB,
text/xml
|
Details |
The file mozilla/xpcom/base/nsGarbageCollector.c is obsolete. There have been a
few patches in other bugs that reference NS_InitGarbageCollector(), which should
no longer be necessary as it is superceded by code in NSPR, so that the
initialization can occur extremely early when NSPR's threading system is
initialized. To use the Boehm GC leak detector reliably, GC_LEAK_DETECTOR must be
defined when compiling NSPR and XPCOM.
| Reporter | ||
Comment 1•25 years ago
|
||
Before cvs removing this file, a new version of mozilla/xpcom/macbuild/
xpcomPPC.mcp needs to be checked in. I'm attaching an XML importable version of
this project file that includes this change.
OS: Mac System 8.5 → All
| Reporter | ||
Comment 2•25 years ago
|
||
| Reporter | ||
Comment 3•24 years ago
|
||
The project file has been checked in. We can probably safely cvs remove the file.
Updated•24 years ago
|
Status: NEW → ASSIGNED
Updated•24 years ago
|
Summary: mozilla/xpcom/base/nsGarbageCollector.c is obsolete and should be cvs removed → [CVS] mozilla/xpcom/base/nsGarbageCollector.c is obsolete and should be cvs removed
Comment 5•23 years ago
|
||
hmmm, still seems to mentioned in the makefile, that's wrong, right?
re-assigning to beard
Assignee: scc → beard
Status: ASSIGNED → NEW
Comment 6•22 years ago
|
||
bryner, would you be interested in removing this?
Updated•19 years ago
|
QA Contact: kandrot → nobody
Updated•19 years ago
|
Assignee: beard → nobody
QA Contact: nobody → xpcom
Updated•18 years ago
|
Severity: normal → minor
Comment 7•17 years ago
|
||
since removing of files is much easier on HG, could someone remove this from the HG tree ?
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → benjamin
Severity: minor → trivial
Priority: -- → P5
Target Milestone: --- → mozilla1.9.3
| Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Updated•15 years ago
|
Target Milestone: mozilla1.9.3 → mozilla2.0
You need to log in
before you can comment on or make changes to this bug.
Description
•