Closed
Bug 1186022
Opened 10 years ago
Closed 10 years ago
Firefox download page sends x86 build to my ARMv8 phone
Categories
(www.mozilla.org :: Pages & Content, defect)
Tracking
(firefox42 affected)
VERIFIED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | affected |
People
(Reporter: blassey, Assigned: kohei)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [kb=1811674] )
Attachments
(2 files)
Tested with Beta, this is a Samsung Galaxy S6 Active
| Reporter | ||
Updated•10 years ago
|
Comment 1•10 years ago
|
||
What is your user agent? Any chance you were in desktop mode?
| Assignee | ||
Updated•10 years ago
|
tracking-fennec: ? → ---
Component: General → Pages & Content
Product: Firefox for Android → www.mozilla.org
Version: Trunk → Production
| Reporter | ||
Comment 2•10 years ago
|
||
Mozilla/5.0 (Android 5.0.2; Mobile; rv:42.0) Gecko/42.0 Firefox/42.0
Updated•10 years ago
|
Whiteboard: [kb=1811674]
| Assignee | ||
Comment 3•10 years ago
|
||
I cannot test the device myself, but looks like Samsung Galaxy S6 Active is powered by ARMv8, and the download buttons only support ARMv7 and x86 so far. The detection is done by the navigator.platform property:
https://github.com/mozilla/bedrock/blob/master/media/js/base/site.js#L104-L108
Is ARMv8 officially supported by Fennec, btw?
Blocks: download-buttons
Flags: needinfo?(blassey.bugs)
| Assignee | ||
Comment 5•10 years ago
|
||
Okay, I'll fix the issue.
Assignee: nobody → kohei.yoshino
Status: NEW → ASSIGNED
Summary: Firefox download page sends x86 build to my ARM phone → Firefox download page sends x86 build to my ARMv8 phone
| Assignee | ||
Comment 6•10 years ago
|
||
| Assignee | ||
Comment 7•10 years ago
|
||
Brad, can you please check your navigator.platform property value?
Flags: needinfo?(blassey.bugs)
| Assignee | ||
Comment 8•10 years ago
|
||
... by visiting http://www.w3schools.com/jsref/prop_nav_platform.asp
| Assignee | ||
Comment 10•10 years ago
|
||
That's why! I'll update my PR shortly.
| Assignee | ||
Comment 11•10 years ago
|
||
My PR has been pushed to https://www-demo5.allizom.org/en-US/firefox/channel/#developer
Please test. My test using the User Agent Switcher add-on works fine.
Flags: needinfo?(blassey.bugs)
| Reporter | ||
Comment 12•10 years ago
|
||
Yup, that works. I presume we won't close this out until it hits production.
Status: ASSIGNED → NEW
Flags: needinfo?(blassey.bugs)
Comment 13•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/156ccf09b832c4efbe6bc29b8efed09d703fd07b
Fix Bug 1186022 - Firefox download page sends x86 build to my ARMv8 phone
https://github.com/mozilla/bedrock/commit/0997997cc062ac11857ef13b30a14156f89355b5
Merge pull request #3166 from kyoshino/bug-1186022-android-armv8
Fix Bug 1186022 - Firefox download page sends x86 build to my ARMv8 phone
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 14•10 years ago
|
||
:blassey the fix is now in production. Would you mind verifying the download button on http://www.mozilla.org/en-us/firefox/channel/#developer works with your device now?
Flags: needinfo?(blassey.bugs)
| Reporter | ||
Comment 15•10 years ago
|
||
Verified
Status: RESOLVED → VERIFIED
Flags: needinfo?(blassey.bugs)
You need to log in
before you can comment on or make changes to this bug.
Description
•