Closed
Bug 512671
Opened 16 years ago
Closed 16 years ago
libnkgnomevfs is built with Firefox in libxul-sdk builds
Categories
(Firefox Build System :: General, defect)
Tracking
(status1.9.2 .5-fixed)
RESOLVED
FIXED
mozilla1.9.3a1
| Tracking | Status | |
|---|---|---|
| status1.9.2 | --- | .5-fixed |
People
(Reporter: wolfiR, Assigned: wolfiR)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.78 KB,
patch
|
ted
:
review+
christian
:
approval1.9.2.5+
|
Details | Diff | Splinter Review |
libnkgnomevfs is built with Firefox-on-xulrunner although it's already part of xulrunner itself. That's because it only depends on the MOZ_EXTENSIONS in configure.in.
| Assignee | ||
Comment 1•16 years ago
|
||
Assignee: nobody → mozilla
Comment 2•16 years ago
|
||
I think it's a duplicate of bug 423129, though the present one is more specific.
| Assignee | ||
Updated•16 years ago
|
Attachment #396704 -
Flags: review?(ted.mielczarek)
| Assignee | ||
Comment 3•16 years ago
|
||
I would mark this as part of the other if bugzilla would support it.
Comment 5•16 years ago
|
||
Comment on attachment 396704 [details] [diff] [review]
possible patch
I don't want a warning here, since everybody building FF-on-XR will see it. Just make it silently do the right thing.
Attachment #396704 -
Flags: review?(ted.mielczarek) → review-
| Assignee | ||
Comment 6•16 years ago
|
||
Remove gnomevfs _and_ gio from extensions for libxul based apps.
No warning or output anymore.
Attachment #396704 -
Attachment is obsolete: true
Attachment #400997 -
Flags: review?(ted.mielczarek)
Comment 7•16 years ago
|
||
Comment on attachment 400997 [details] [diff] [review]
patch #2
Convention in configure.in is to use "test -n", not "test ! -z. r=me with that change.
Attachment #400997 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Comment 8•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
| Assignee | ||
Comment 9•16 years ago
|
||
Comment on attachment 400997 [details] [diff] [review]
patch #2
Requesting approval for 1.9.2 as it's a simple thing and shrinks the patch queue of Linux distros.
The 1.9.2 will skip the gio part.
Attachment #400997 -
Flags: approval1.9.2?
| Assignee | ||
Comment 10•16 years ago
|
||
Asking wanted-1.9.2 as I'm wondering why that doesn't get approved or denied since weeks.
Flags: wanted1.9.2?
Updated•16 years ago
|
Attachment #400997 -
Flags: approval1.9.2? → approval1.9.2.2?
Updated•16 years ago
|
Flags: in-testsuite-
Comment 11•16 years ago
|
||
Comment on attachment 400997 [details] [diff] [review]
patch #2
We should take this for 1.9.2.3
Attachment #400997 -
Flags: approval1.9.2.2? → approval1.9.2.3?
Comment 12•15 years ago
|
||
Comment on attachment 400997 [details] [diff] [review]
patch #2
a=LegNeato for 1.9.2.5. Please ONLY land this on mozilla-1.9.2 default, as we
are still working on 1.9.2.4 on the relbranch
Attachment #400997 -
Flags: approval1.9.2.4? → approval1.9.2.5+
| Assignee | ||
Comment 13•15 years ago
|
||
status1.9.2:
--- → .5-fixed
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•