Closed
Bug 915695
Opened 12 years ago
Closed 12 years ago
infer firefoxos version from gecko version in ua
Categories
(Input Graveyard :: Submission, defect, P3)
Input Graveyard
Submission
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
(Whiteboard: u=user c=feedback p= s=input.2013q3)
We should add some code to infer the FirefoxOS version from the Gecko version number in the web form.
+++ This bug was initially created as a clone of Bug #915686 +++
Firefox OS versions can be identified by their Gecko version number. They are documented here:
https://developer.mozilla.org/en-US/docs/Gecko_user_agent_string_reference#Firefox_OS
We should break out 1.0, 1.1 and 1.2 for now:
They follow the following pattern as described at the MDN page above:
1.0 Mozilla/5.0 (Mobile; nnnn; rv:18.0) Gecko/18.0 Firefox/18.0
1.1 Mozilla/5.0 (Mobile; nnnn; rv:18.1) Gecko/18.1 Firefox/18.1
1.2 Mozilla/5.0 (Mobile; nnnn; rv:26.0) Gecko/26.0 Firefox/26.0
| Assignee | ||
Updated•12 years ago
|
Summary: Add showfor support for Firefox OS → infer firefoxos version from gecko version in ua
| Assignee | ||
Comment 1•12 years ago
|
||
Incidentally, right now we're doing it wrong and we're tagging Firefox OS responses with the firefox version. So we have a bunch of responses with version 18.0, some for 18.1 and a couple for 20.0 and 22.0 which is puzzling. So that should get fixed, too.
| Assignee | ||
Comment 2•12 years ago
|
||
| Assignee | ||
Comment 3•12 years ago
|
||
Landed in master in https://github.com/mozilla/fjord/commit/ff988bd
| Assignee | ||
Comment 4•12 years ago
|
||
Grabbing this (belated) and putting it in the 2013q3 sprint.
Assignee: nobody → willkg
Whiteboard: u=user c=feedback p= s=input.2013q4 → u=user c=feedback p= s=input.2013q3
| Assignee | ||
Comment 5•12 years ago
|
||
I pushed this to prod.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Input → Input Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•