Closed
Bug 1145171
Opened 10 years ago
Closed 10 years ago
Include the beta version in about:support
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla42
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 2 obsolete files)
4.05 KB,
patch
|
Dolske
:
review+
ritu
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
In the release management process (and also for QE and UA), having the beta number displayed in about:support would help a lot.
The buildid is a too technical information for most of our users (and, usually, even us, we sometimes don't know).
Assignee | ||
Updated•10 years ago
|
Keywords: helpwanted
![]() |
||
Comment 1•10 years ago
|
||
Does the beta number get baked into the build?
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
![]() |
||
Comment 4•10 years ago
|
||
Comment on attachment 8623607 [details] [diff] [review]
betasupport.diff
Review of attachment 8623607 [details] [diff] [review]:
-----------------------------------------------------------------
This patch requires to |hg add browser/config/version_about.txt| after copying from version.txt. Setting its content to 39.0b6 throws a config error.
Furthermore, this patch has been bitrotted by a AppConstants.jsm refactoring.
Assignee | ||
Comment 5•10 years ago
|
||
Thanks for the feedback but this is an ongoing work. That is why I didn't ask for a review yet. :)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sledru
Assignee | ||
Comment 6•10 years ago
|
||
Should be fine now
Attachment #8623607 -
Attachment is obsolete: true
Assignee | ||
Comment 7•10 years ago
|
||
Archaeopteryx, what was the error you had?
Assignee | ||
Comment 8•10 years ago
|
||
It is not clear who can review that... Maybe you can (or help me).
Attachment #8625095 -
Attachment is obsolete: true
Attachment #8625961 -
Flags: review?(dolske)
Comment 9•10 years ago
|
||
Comment on attachment 8625961 [details] [diff] [review]
aboutsupport.diff
Review of attachment 8625961 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/modules/Troubleshoot.jsm
@@ +171,5 @@
>
> application: function application(done) {
> let data = {
> name: Services.appinfo.name,
> + version: AppConstants.MOZ_APP_VERSION_ABOUT,
The data gets exposed to certain Mozilla sites (see bug 1079563), have you checked with who's currently using this to make sure getting the extra version info isn't going to break anything? If so, r+.
Attachment #8625961 -
Flags: review?(dolske) → review+
Assignee | ||
Comment 10•10 years ago
|
||
I started a try job to confirm that:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=c6a6d6bbbaf1
Mark, do you see any potential issue with this change? thanks
Flags: needinfo?(markh)
Comment 11•10 years ago
|
||
remote troubleshooting means sumo could potentially/surprisingly be affected, but I don't see any in-tree issues.
Flags: needinfo?(markh)
Assignee | ||
Comment 12•10 years ago
|
||
Comment 13•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Assignee | ||
Updated•10 years ago
|
status-firefox41:
--- → affected
Assignee | ||
Comment 14•10 years ago
|
||
Comment on attachment 8625961 [details] [diff] [review]
aboutsupport.diff
Approval Request Comment
[Feature/regressing bug #]: bug 1145184 - getting the beta information more available
[User impact if declined]: a few weeks more without the beta information available in about:support. This patch depends on bug 1145171
[Describe test coverage new/current, TreeHerder]: in m-c + https://treeherder.mozilla.org/#/jobs?repo=try&revision=c6a6d6bbbaf1 in inbound.
[Risks and why]: Should be low risk. However, this might have an impact on sumo as Mark mentioned. This will only be a potential issue when 41 moves to beta.
[String/UUID change made/needed]: None
Attachment #8625961 -
Flags: approval-mozilla-aurora?
Comment 15•10 years ago
|
||
Comment on attachment 8625961 [details] [diff] [review]
aboutsupport.diff
Let's land this in Aurora. Try server results look good, should be safe.
Attachment #8625961 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 16•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•