Add compat data for RTCIceServer, RTCIdentity*, and RTCPeerConnection#987
Add compat data for RTCIceServer, RTCIdentity*, and RTCPeerConnection#987Elchi3 merged 11 commits intomdn:masterfrom
Conversation
|
Will be doing individual PR's from now as discussed w/ teoli. |
0e69c5e to
a4a484b
Compare
|
Performed a |
api/RTCIceServer.json
Outdated
| "version_added": null | ||
| }, | ||
| "firefox": { | ||
| "version_added": "22" |
There was a problem hiding this comment.
The page says Firefox 47, https://developer.mozilla.org/en-US/docs/Web/API/RTCIceServer/credentialType
api/RTCIceServer.json
Outdated
| "version_added": null | ||
| }, | ||
| "firefox": { | ||
| "version_added": "22" |
There was a problem hiding this comment.
The page says Firefox 37 https://developer.mozilla.org/en-US/docs/Web/API/RTCIceServer/urls
api/RTCIceServer.json
Outdated
| "version_added": null | ||
| }, | ||
| "firefox": { | ||
| "version_added": "22" |
There was a problem hiding this comment.
The page says Firefox 23, https://developer.mozilla.org/en-US/docs/Web/API/RTCIceServer/username
api/RTCIdentityErrorEvent.json
Outdated
| }, | ||
| "firefox": { | ||
| "alternative_name": "RTCPeerConnectionIdentityErrorEvent", | ||
| "version_added": null |
api/RTCIdentityErrorEvent.json
Outdated
| "version_added": null | ||
| }, | ||
| "firefox": { | ||
| "alternative_name": "RTCPeerConnectionIdentityErrorEvent", |
There was a problem hiding this comment.
The alternative_name is not needed here again. idp has no alternate name, but the interface has one.
api/RTCIdentityErrorEvent.json
Outdated
| "version_added": null | ||
| }, | ||
| "firefox": { | ||
| "alternative_name": "RTCPeerConnectionIdentityErrorEvent", |
There was a problem hiding this comment.
Here neither, remove alternative_name.
api/RTCIdentityErrorEvent.json
Outdated
| "version_added": null | ||
| }, | ||
| "firefox": { | ||
| "alternative_name": "RTCPeerConnectionIdentityErrorEvent", |
api/RTCIdentityEvent.json
Outdated
| "version_added": null | ||
| }, | ||
| "firefox": { | ||
| "alternative_name": "RTCPeerConnectionIdentityEvent", |
api/RTCPeerConnection.json
Outdated
| "support": { | ||
| "webview_android": [ | ||
| { | ||
| "notes": "<code>-webkit</code>", |
There was a problem hiding this comment.
This needs to use the "prefix" property:
https://github.com/mdn/browser-compat-data/blob/master/schemas/compat-data-schema.md#prefix
"prefix": "webkit" (no dash)
The prefix is not needed on the sub features of RTCPeerConnection.
If you could move the RTCPeerConnection.json file to a new separate PR, it would be better for reviewing maybe. It is quite giant.
There was a problem hiding this comment.
Yes, apologies. On it.
api/RTCIdentityErrorEvent.json
Outdated
| "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIdentityErrorEvent", | ||
| "support": { | ||
| "webview_android": { | ||
| "version_added": null |
api/RTCIdentityErrorEvent.json
Outdated
| "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIdentityErrorEvent/idp", | ||
| "support": { | ||
| "webview_android": { | ||
| "version_added": null |
api/RTCIdentityErrorEvent.json
Outdated
| "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIdentityErrorEvent/loginUrl", | ||
| "support": { | ||
| "webview_android": { | ||
| "version_added": null |
api/RTCIdentityErrorEvent.json
Outdated
| "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIdentityErrorEvent/protocol", | ||
| "support": { | ||
| "webview_android": { | ||
| "version_added": null |
api/RTCIdentityEvent.json
Outdated
| "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIdentityEvent", | ||
| "support": { | ||
| "webview_android": { | ||
| "version_added": null |
api/RTCIdentityEvent.json
Outdated
| "version_added": false | ||
| }, | ||
| "chrome_android": { | ||
| "version_added": null |
api/RTCIdentityEvent.json
Outdated
| "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIdentityEvent/assertion", | ||
| "support": { | ||
| "webview_android": { | ||
| "version_added": null |
api/RTCIdentityEvent.json
Outdated
| "version_added": false | ||
| }, | ||
| "chrome_android": { | ||
| "version_added": null |
https://developer.mozilla.org/en-US/docs/Web/API/RTCIceServer
was a little unsure if I should include the
Constantscategory