Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove RTCIdentityEvent and RTCIdentityErrorEvent #11149

Merged
merged 1 commit into from
Jun 18, 2021

Conversation

foolip
Copy link
Contributor

@foolip foolip commented Jun 18, 2021

These were only ever implemented in Firefox and removed in 2015:
https://bugzilla.mozilla.org/show_bug.cgi?id=975144
mozilla/gecko-dev@e92b44d

The events identityresult, peeridentity, idpassertionerror and
idpvalidationerror were also removed then.

The data claiming support in Edge 18 for some of this is wrong,
confirmed by testing Edge 18 with these tests:
https://mdn-bcd-collector.appspot.com/tests/api/RTCPeerConnection/onidentityresult
https://mdn-bcd-collector.appspot.com/tests/api/RTCPeerConnection/onidpassertionerror
https://mdn-bcd-collector.appspot.com/tests/api/RTCPeerConnection/onidpvalidationerror
https://mdn-bcd-collector.appspot.com/tests/api/RTCPeerConnection/onpeeridentity

The data was added in #987.

@foolip foolip added needs-release-note 📰 needs content update This PR needs a corresponding update to mdn/content to update the documentation labels Jun 18, 2021
@foolip foolip requested a review from Elchi3 June 18, 2021 12:31
@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jun 18, 2021
@foolip foolip force-pushed the rm-rtc-identity-events branch from 36d137b to dd9388b Compare June 18, 2021 12:44
@foolip foolip force-pushed the rm-rtc-identity-events branch from dd9388b to 8343742 Compare June 18, 2021 12:46
"ie": {
"version_added": false
},
"opera": [
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This data doesn't make any sense, but to be sure I've disconfirmed it in Opera 77 using https://mdn-bcd-collector.appspot.com/tests/api/RTCPeerConnection/onidentityresult.

"version_added": false
},
"samsunginternet_android": {
"version_added": "6.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is as implausible as it gets, also disconfirmed with https://mdn-bcd-collector.appspot.com/tests/api/RTCPeerConnection/onidentityresult.

foolip added a commit to foolip/content that referenced this pull request Jun 18, 2021
@foolip foolip removed the needs content update This PR needs a corresponding update to mdn/content to update the documentation label Jun 18, 2021
@foolip
Copy link
Contributor Author

foolip commented Jun 18, 2021

This got bigger than I thought, but this + mdn/content#6109 should cover the same cleanup now.

Copy link
Contributor

@queengooborg queengooborg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for digging into these! I'm definitely in favor of their removal, and now that the MDN docs have been removed, time to remove the BCD entries!

@queengooborg queengooborg merged commit af7c3d0 into mdn:main Jun 18, 2021
@foolip foolip deleted the rm-rtc-identity-events branch June 21, 2021 17:37
ddbeck added a commit to ddbeck/browser-compat-data that referenced this pull request Jun 24, 2021
ddbeck added a commit that referenced this pull request Jun 24, 2021
* Bump version to v3.3.9

* Add release note for #11080

* Add release note for #10774

* Add release note for #11149

* Add release note for #11174

* Add release note for #11229

* Add release note for #10700

* Add stats and release date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants