Closed
Bug 406626
Opened 17 years ago
Closed 17 years ago
Make metrics extension build --with-libxul-sdk=/path/to/sdk --enable-application=extensions/metrics
Categories
(Toolkit Graveyard :: Data Collection/Metrics, defect)
Toolkit Graveyard
Data Collection/Metrics
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: pete)
Details
Attachments
(1 file, 1 obsolete file)
1.99 KB,
text/plain
|
Details |
This patch allows you to build the metrics extension it its own build tree without having to build all of mozilla. There is one functional change: the extension version number is now independent of the "mozilla" version number, which is I think what you want anyway. I've put it at '2a1' for now.
It is still possible to build metrics in a regular firefox build tree --enable-extensions=default,metrics if you desire.
Marking r?luser, and polvi is going to get the contractors doing the metrics extension to look this over as well.
Attachment #291274 -
Flags: review?(ted.mielczarek)
Comment 1•17 years ago
|
||
pete, can you review this?
Comment 2•17 years ago
|
||
fwiw, landing this patch will help Mozilla create automated builds of the metrics extension.
Updated•17 years ago
|
Attachment #291274 -
Attachment is patch: true
Attachment #291274 -
Attachment mime type: application/octet-stream → text/plain
Comment 3•17 years ago
|
||
Comment on attachment 291274 [details] [diff] [review]
Build metrics independently (as an option), rev. 1
+++ extensions/metrics/src/Makefile.in 3 Dec 2007 20:29:35 -0000
@@ -59,33 +59,21 @@
widget \
libbz2 \
xulapp \
extensions \
rdf \
plugin \
content \
autocomplete \
+ widget \
+ places \
You double-listed widget here.
Attachment #291274 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Updated•17 years ago
|
Assignee: benjamin → pete
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•17 years ago
|
||
less the extra widget reference
Attachment #291274 -
Attachment is obsolete: true
Assignee | ||
Updated•17 years ago
|
Attachment #292774 -
Attachment mime type: application/octet-stream → text/plain
Assignee | ||
Comment 5•17 years ago
|
||
patch checked in ...
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•