Closed
Bug 1260522
Opened 10 years ago
Closed 10 years ago
Wrong OS description on 32bit Firefox under 64bit OS
Categories
(Toolkit :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla49
People
(Reporter: alice0775, Unassigned)
References
Details
Attachments
(1 file)
Steps To Reproduce:
1. Start 32bit Firefox under 64bit OS (Windows7 x64)
2. about:support
Actual Results:
OS Windows_NT 6.1 x86
Expected Results:
OS Windows_NT 6.1 x86-64
Comment 1•10 years ago
|
||
General attempt:
https://dxr.mozilla.org/mozilla-central/rev/fc15477ce628599519cb0055f52cc195d640dc94/addon-sdk/source/lib/sdk/system.js#124-126
For Windows, we could query the OS:
https://dxr.mozilla.org/mozilla-central/rev/fc15477ce628599519cb0055f52cc195d640dc94/addon-sdk/source/lib/sdk/system.js#124-126
Dave, how should this be done?
Flags: needinfo?(dtownsend)
Comment 2•10 years ago
|
||
We probably just shouldn't include the Firefox architecture in the box for the OS: https://dxr.mozilla.org/mozilla-central/source/toolkit/content/aboutSupport.js#40
Flags: needinfo?(dtownsend)
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/49551/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/49551/
Attachment #8747033 -
Flags: review?(adw)
Comment 5•10 years ago
|
||
Comment on attachment 8747033 [details]
MozReview Request: Bug 1260522 - Don't try to show the OS architecture in about:support. r?adw
https://reviewboard.mozilla.org/r/49551/#review46565
Attachment #8747033 -
Flags: review?(adw) → review+
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Updated•9 years ago
|
QA Whiteboard: [good first verify]
Comment 8•9 years ago
|
||
I have reproduced this bug with Nightly 48.0a1(2016-03-29) on Windows 10, 64 bit!
The Bug's fix is now verified on latest Beta 49.0b4
Build ID 20160814184416
User Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
[bugday-20160817]
I managed to reproduce the issue using Firefox nightly 48.0a1(2016-03-29) on Windows 10 x64.
I verified the fix on latest Beta 49.0b7.
Build ID: 20160825132718
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
[testday-20160826]
You need to log in
before you can comment on or make changes to this bug.
Description
•