default debug reference count logging going away.
Doug Turner <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpcom |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Currently, if you build a default debug build, nsTraceRefcnt logging is enabled. This support is great for those of us that use it. However, for those writing components or are embedding Gecko, it gets in the way. Basically these developer must copy nsTraceRefcnt.h into their projects and change their build flags around. We would like to change this so that developing Mozilla components is easier. After bug 154319 is resolved, will need to set FORCE_BUILD_REFCNT_LOGGING in nsTraceRefcnt.h before building if you want nsTraceRefcnt support. (configure option: --enable-logrefcnt) I am sure that this will require changes on the tinderbox machines, so I am broadcasting this to a large group. Assuming that there are no problems, I will flip this switch next Monday. -- Doug Turner [email protected]