Closed
Bug 1155290
Opened 10 years ago
Closed 10 years ago
stop using XULAPP_DEFINES for suite/debugQA/
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(seamonkey2.37 fixed)
RESOLVED
FIXED
seamonkey2.37
| Tracking | Status | |
|---|---|---|
| seamonkey2.37 | --- | fixed |
People
(Reporter: froydnj, Assigned: iannbugzilla)
References
Details
Attachments
(1 file)
|
945 bytes,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
suite/debugQA/'s use of XULAPP_DEFINES is the sole reason that we have to have XULAPP_DEFINES for preprocessing DIST_FILES. We should stop doing that.
I don't know whether this addon is still used or not...
Comment 1•10 years ago
|
||
(In reply to Nathan Froyd [:froydnj] [:nfroyd] from comment #0)
> suite/debugQA/'s use of XULAPP_DEFINES is the sole reason that we have to
> have XULAPP_DEFINES for preprocessing DIST_FILES. We should stop doing that.
I appreciate the thought, but suite/ is SeaMonkey, not Thunderbird. :-)
Product: Thunderbird → SeaMonkey
| Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Joshua Cranmer [:jcranmer] from comment #1)
> I appreciate the thought, but suite/ is SeaMonkey, not Thunderbird. :-)
My ignorance is revealed! Thanks for moving that. :)
Comment 3•10 years ago
|
||
What should we use instead?
As a quick note, DOM Inspector and Chatzilla also use XULAPP_DEFINES.
An alternative could be to add something to suite/configure.in
Attachment #8598646 -
Flags: review?(neil)
Updated•10 years ago
|
Attachment #8598646 -
Flags: review?(neil) → review+
Comment 6•10 years ago
|
||
Comment on attachment 8598646 [details] [diff] [review]
Remove use of XULAPP_DEFINES from SM debugQA [Checked in: Comment 7]
a=me CLOSED TREE
Suggestion for future reference:
> +DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
> +DEFINES['MOZ_APP_MAXVERSION'] = CONFIG['MOZ_APP_MAXVERSION']
for var in ('MOZ_APP_NAME',
'MOZ_APP_MAXVERSION'):
DEFINES[var] = CONFIG[var]
Comment on attachment 8598646 [details] [diff] [review]
Remove use of XULAPP_DEFINES from SM debugQA [Checked in: Comment 7]
http://hg.mozilla.org/comm-central/rev/7ecc013abbd1
Attachment #8598646 -
Attachment description: Remove use of XULAPP_DEFINES from SM debugQA → Remove use of XULAPP_DEFINES from SM debugQA [Checked in: Comment 7]
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-seamonkey2.37:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.37
You need to log in
before you can comment on or make changes to this bug.
Description
•