Closed Bug 1474658 Opened 7 years ago Closed 7 years ago

RTCRtpStreamStats.ssrc should be an unsigned long

Categories

(Core :: WebRTC, enhancement, P3)

enhancement

Tracking

()

RESOLVED FIXED
mozilla63
Tracking Status
firefox63 --- fixed

People

(Reporter: ng, Assigned: ng)

Details

Attachments

(3 files)

RTCRtpStreamStats.ssrc is defined in our WebIDL as a string [0], while in the spec it is defined as an unsigned long [1]. We should fix that. [0] https://searchfox.org/mozilla-central/source/dom/webidl/RTCStatsReport.webidl#30 [1] https://w3c.github.io/webrtc-stats/#dom-rtcrtpstreamstats
Attachment #8991745 - Flags: review?(bugs)
Attachment #8991746 - Flags: review?(mfroman)
Attachment #8991747 - Flags: review?(mfroman)
Comment on attachment 8991745 [details] Bug 1474658 - P1 - fix type of RTCRtpStreamStats to match WebIDL spec https://reviewboard.mozilla.org/r/256682/#review263546
Attachment #8991745 - Flags: review?(bugs) → review+
Assignee: nobody → na-g
Comment on attachment 8991747 [details] Bug 1474658 - P3 - Expect RTCRtpStreamStats.ssrc to be an unsigned long in mochitests https://reviewboard.mozilla.org/r/256686/#review264024 Looks good to me.
Attachment #8991747 - Flags: review?(mfroman) → review+
Comment on attachment 8991746 [details] Bug 1474658 - P2 - RTCRtpStreamStats.ssrc is now a unsigned long https://reviewboard.mozilla.org/r/256684/#review264038 Looks good to me.
Attachment #8991746 - Flags: review?(mfroman) → review+
Pushed by na-g@nostrum.com: https://hg.mozilla.org/integration/autoland/rev/eef45271f23c P1 - fix type of RTCRtpStreamStats to match WebIDL spec r=smaug https://hg.mozilla.org/integration/autoland/rev/c0f9393d2197 P2 - RTCRtpStreamStats.ssrc is now a unsigned long r=mjf https://hg.mozilla.org/integration/autoland/rev/8149fe4ffa8b P3 - Expect RTCRtpStreamStats.ssrc to be an unsigned long in mochitests r=mjf
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: