Closed
Bug 288177
Opened 20 years ago
Closed 20 years ago
Get rid of embed-sample.jar for toolkit apps
Categories
(Toolkit Graveyard :: Build Config, defect)
Toolkit Graveyard
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sipaq, Assigned: sipaq)
References
Details
Attachments
(1 file)
|
695 bytes,
patch
|
benjamin
:
first-review+
darin.moz
:
second-review+
|
Details | Diff | Splinter Review |
Sunbird doesn't need embed-sample.jar, Firefox doesn't want it according to bug 171082 comment 10 and I guess Thunderbird also wants to go without it.
Updated•20 years ago
|
Assignee: nobody → benjamin
| Assignee | ||
Comment 1•20 years ago
|
||
Assignee: benjamin → bugzilla
Status: NEW → ASSIGNED
Attachment #178947 -
Flags: first-review?(benjamin)
Comment 2•20 years ago
|
||
Comment on attachment 178947 [details] [diff] [review] patch v1 I would like darin to approve this as well, but it looks good to me.
Attachment #178947 -
Flags: second-review?(darin)
Attachment #178947 -
Flags: first-review?(benjamin)
Attachment #178947 -
Flags: first-review+
Comment 3•20 years ago
|
||
Comment on attachment 178947 [details] [diff] [review] patch v1 sr=darin
Attachment #178947 -
Flags: second-review?(darin) → second-review+
Comment 4•20 years ago
|
||
Committed a variant after discussion with Darin and Simon: DIRS = webBrowser build ifndef MOZ_XUL_APP DIRS += chrome endif Thanks, Simon.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 5•20 years ago
|
||
Comment on attachment 178947 [details] [diff] [review] patch v1 >+ifdef MOZ_XUL_APP >+DIRS=webBrowser build >+else if > DIRS=webBrowser build chrome >+endif So, actually the " if" after "else" is bogus. And, I think it would be better to write this as: DIRS = webBrowser build ifndef MOZ_XUL_APP DIRS += chrome endif
Updated•6 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•