Closed
Bug 1328194
Opened 8 years ago
Closed 6 years ago
Remove legacy PeerConnection.getStats and associated legacy stats type
Categories
(Core :: WebRTC, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: ng, Assigned: ng)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The legacy PeerConnection.getStats and associated types are being removed [1] from the spec [2]. We should remove them from Firefox in due time. Until then this bug can track related notes, and issues.
[1] https://github.com/w3c/webrtc-pc/issues/924
[2] https://www.w3.org/TR/2016/WD-webrtc-20161124/#dom-rtcpeerconnection-getstats
Assignee | ||
Comment 1•8 years ago
|
||
Note: The PeerConnection.getStats callback interface was removed [1] from the spec (tree) on January 8, 2017.
[1] https://github.com/w3c/webrtc-pc/commit/fa432357a2d6b2cc1ecddf4536c1672398b76092
Updated•8 years ago
|
Keywords: dev-doc-needed,
site-compat
Comment 2•7 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → na-g
Status: NEW → ASSIGNED
Rank: 10
Priority: P4 → P1
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
WebIDL Review Information:
This patch removes the long deprecated [0] callback based WebRTC GetStats API.
We have supported the promise based replacement[1] for some time now.
Additionally, we have had a deprecation warning in for a long time.
[0] https://github.com/w3c/webrtc-pc/issues/924
[1] https://w3c.github.io/webrtc-pc/#rtcpeerconnection-interface-extensions-1
Comment 10•6 years ago
|
||
Pushed by na-g@nostrum.com:
https://hg.mozilla.org/integration/autoland/rev/b2be026ec52b
Remove deprecated legacy WebRTC stats callback and associated dictionary like results r=jib,smaug
Comment 11•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Comment 12•6 years ago
|
||
Posted site compatibility note: https://www.fxsitecompat.com/en-CA/docs/2018/legacy-peerconnection-getstats-support-has-been-removed/
Comment 13•6 years ago
|
||
Note to MDN writers — I have added a note to the Fx66 rel notes (https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/66#APIs, see the "Removals" section).
Apart from that just needs cleanup on docs/bcd.
Comment 14•6 years ago
|
||
The following content changes have been made:
Updated https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/getStats to add information about the obsolete form and to explain how it differs.
Submitted PR to the BCD repository: https://github.com/mdn/browser-compat-data/pull/3577
This is complete barring any revision requests.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•