Closed
Bug 1474658
Opened 7 years ago
Closed 7 years ago
RTCRtpStreamStats.ssrc should be an unsigned long
Categories
(Core :: WebRTC, enhancement, P3)
Core
WebRTC
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
Assignee | ||
Comment 1•7 years ago
|
||
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8991745 -
Flags: review?(bugs)
Attachment #8991746 -
Flags: review?(mfroman)
Attachment #8991747 -
Flags: review?(mfroman)
Comment 5•7 years ago
|
||
mozreview-review |
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 | ||
Updated•7 years ago
|
Assignee: nobody → na-g
Comment 6•7 years ago
|
||
mozreview-review |
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 7•7 years ago
|
||
mozreview-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+
Assignee | ||
Comment 8•7 years ago
|
||
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 11•7 years ago
|
||
Comment 12•7 years ago
|
||
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
Comment 13•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/eef45271f23c
https://hg.mozilla.org/mozilla-central/rev/c0f9393d2197
https://hg.mozilla.org/mozilla-central/rev/8149fe4ffa8b
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•