Closed Bug 1182145 Opened 10 years ago Closed 10 years ago

[Compat Data] Add a few browser versions and browsers to the compat store

Categories

(developer.mozilla.org Graveyard :: General, defect)

All
Other
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: fs, Unassigned)

References

Details

(Keywords: in-triage, Whiteboard: [specification][type:change])

What feature should be changed? Please provide the URL of the feature if possible. ================================================================================== 1) Unknown browser: http://browsercompat.herokuapp.com/importer/issues/unknown_browser I think valid additions are: * Android Webview * Edge 2) Unknown browser version: http://browsercompat.herokuapp.com/importer/issues/unknown_version I think valid additions are: * Opera Mobile version 23 to 31 What problems would this solve? =============================== Less importer issues, better compat data. Who would use this? =================== Compat data store What would users see? ===================== Nice data. What would users do? What would happen as a result? =================================================== Be happy. Is there anything else we should know? ====================================== Will post to dev-mdc and ask for consensus on adding "Edge" and "Android Webview".
Depends on: 996570
Blocks: 996570
No longer depends on: 996570
After no objections from dev-mdc, added new browsers and versions: Android Webview: https://browsercompat.herokuapp.com/browse/browsers/16 Edge: https://browsercompat.herokuapp.com/browse/browsers/17 Opera Mobile 23-31: https://browsercompat.herokuapp.com/browse/browsers/13
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Thanks, John! Some feedback: Opera (desktop) needs version 30 and 31, too. Edge needs at least "current" Android Webview needs at least "current"
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Chrome for Android: version 35 is missing.
:jwhitlock - is there a way to give :fscholz permissions on BrowserCompat to add browsers & versions so you aren't the single-point-of-bottleneck for it?
Flags: needinfo?(jwhitlock)
:fscholz - if you're willing, here's how: 1) Create an account - either Username + Password (https://browsercompat.herokuapp.com/accounts/signup/) or FxA (http://browsercompat.herokuapp.com/accounts/login/). FxA auth might be broken. 2) Figure out the ID of the browser (Opera is 11) - http://browsercompat.herokuapp.com/browse/browsers 3) Load the Versions collection in the browsable API - http://browsercompat.herokuapp.com/api/v1/versions 4) At the bottom, select the "Raw Data" tab. 5) Enter in the JSON for a new version: { "versions": { "version": "current", "status": "current", "links": { "browser": "11" } } } The JSON has to be valid - validate with http://jsonlint.com. If this is too complex, I can add the versions.
Flags: needinfo?(jwhitlock) → needinfo?(fscholz)
Thanks again, John! This has worked. I got a 500 while signing up with username + pw, but the account got created. I used the form to create the versions I mentioned in comment 2 and comment 3. I will investigate more importer issues and add versions as needed.
Status: REOPENED → RESOLVED
Closed: 10 years ago10 years ago
Flags: needinfo?(fscholz)
Resolution: --- → FIXED
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.