Closed
Bug 676856
Opened 12 years ago
Closed 12 years ago
show package name in about:buildconfig on Android
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 8
People
(Reporter: blassey, Assigned: blassey)
Details
Attachments
(1 file)
1.08 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → blassey.bugs
Attachment #551082 -
Flags: review?(gavin.sharp)
Updated•12 years ago
|
Status: NEW → ASSIGNED
Comment 2•12 years ago
|
||
Comment on attachment 551082 [details] [diff] [review] patch >diff --git a/toolkit/content/Makefile.in b/toolkit/content/Makefile.in >+ifeq (Android,$(OS_TARGET)) >+DEFINES += \ >+ -DANDROID_PACKAGE_NAME=$(ANDROID_PACKAGE_NAME) \ >+ -DANDROID=1 \ I don't think the -DANDROID=1 is needed here, given that ANDROID is AC_DEFINED in configure? (It also looks like ANDROID_PACKAGE_NAME could benefit from being globally defined, given its use all over the place.) Who is this information useful to? Seems a bit odd to just dump it at the end of about:buildconfig. If it's even remotely end-user-relevant, perhaps it should go into about:support under "Application Basics" instead?
Attachment #551082 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 3•12 years ago
|
||
dougt pointed out that this would be useful after bug 676723 lands to confirm you're running the build you think you're running. So it will presumably be used by mobile developers who are installing builds from other mobile developers.
Assignee | ||
Comment 4•12 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/57b361988a3a
Whiteboard: [inbound]
Comment 5•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/57b361988a3a
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → Firefox 8
Comment 6•12 years ago
|
||
Verified Fixed Mozilla/5.0 (Android; Linux armv7l; rv:8.0a1) Gecko/20110811 Firefox/8.0a1 Fennec/8.0a1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•