Closed
Bug 383112
Opened 16 years ago
Closed 16 years ago
make MOZ_XUL_APP=1 the default in configure
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: kairo)
Details
Attachments
(1 file)
6.78 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
Currently, configure defaults MOZ_XUL_APP as empty (for the default embedding profile, basic and minimal have it on) and every app needs to opt in for it via their confvars.sh We should switch this around to defaulting it to 1 and (for now) have Camino opt out by unsetting it again in its confvars, where they can then just remove that line with bug 383085 I'll do a patch for this shortly.
![]() |
Assignee | |
Comment 1•16 years ago
|
||
Here's the patch for setting MOZ_XUL_APP as the global default, and only Camino unsetting this.
Attachment #267125 -
Flags: review?(benjamin)
Updated•16 years ago
|
Attachment #267125 -
Flags: review?(benjamin) → review+
![]() |
Assignee | |
Comment 2•16 years ago
|
||
Checked in and trees seem to survive it :)
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•