Closed
Bug 707126
Opened 13 years ago
Closed 1 year ago
Remove all #ifdef MOZ_THUNDERBIRD from mozilla-central
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jhorak, Unassigned)
References
Details
While we want to build Thunderbird with libxul we need to get rid of usage #ifdef MOZ_THUNDERBIRD in mozilla-central. For list of affected code see:
http://mxr.mozilla.org/comm-central/search?string=MOZ_THUNDERBIRD&find=%2Fmozilla&findi=&filter=^[^\0]*%24&hitlimit=&tree=comm-central
Comment 1•6 years ago
|
||
what about these?
#if defined(MOZ_THUNDERBIRD)
#ifndef MOZ_THUNDERBIRD
%ifdef MOZ_THUNDERBIRD
Flags: needinfo?(jhorak)
Updated•2 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
This showed up in Core: General triage. Looks like nobody made an effort to pull through. Please reopen if I am wrong.
Status: NEW → RESOLVED
Closed: 1 year ago
Flags: needinfo?(jhorak)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•