Closed Bug 1586109 Opened 5 years ago Closed 2 years ago

Stop using jsimpl for RTCRtpTransceiver and friends

Categories

(Core :: WebRTC: Signaling, task, P2)

task

Tracking

()

RESOLVED FIXED
102 Branch
Tracking Status
firefox102 --- fixed

People

(Reporter: bwc, Assigned: bwc)

References

(Blocks 1 open bug)

Details

Attachments

(1 file, 1 obsolete file)

JSImpl is only barely supported, and with the additional complexity around get/setParameters, it is probably time to do this for RTCRtpTransceiver, RTCRtpSender, and RTCRtpReceiver.

Depends on: 1588588
Depends on: 1616875
Depends on: 1616937
Attachment #9103793 - Attachment description: Bug 1586109: (WIP) Remove jsimpl for RTCRtpReceiver → Bug 1616875: Use timestamps for SSRC/CSRC statistics that are consistent with JS timestamps, so we don't have to re-implement all of our workarounds (that live in JS) in c++.
Attachment #9103793 - Attachment description: Bug 1616875: Use timestamps for SSRC/CSRC statistics that are consistent with JS timestamps, so we don't have to re-implement all of our workarounds (that live in JS) in c++. → Bug 1616875: Use timestamps for SSRC/CSRC statistics that are consistent with JS timestamps.

Comment on attachment 9103793 [details]
Bug 1616875: Use timestamps for SSRC/CSRC statistics that are consistent with JS timestamps.

Revision D50395 was moved to bug 1616875. Setting attachment 9103793 [details] to obsolete.

Attachment #9103793 - Attachment is obsolete: true
Blocks: 1401983
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/63a2716431f9
Move RTCRtpTransceiver to c++. r=mjf,emilio

Backed out for causing build bustages on RTCRtpTransceiver.cpp

  • Backout link
  • Push with failures
  • Failure Log
  • Failure line: /builds/worker/checkouts/gecko/dom/media/webrtc/jsapi/RTCRtpTransceiver.cpp:191:1: error: control reaches end of non-void function [-Werror=return-type]
Flags: needinfo?(docfaraday)
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c11ccbe584a2
Move RTCRtpTransceiver to c++. r=mjf,emilio
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch

I think the issue is caused by the closed curly brace at this line:
https://hg.mozilla.org/integration/autoland/file/63a2716431f9e580cbb57eaea9f502206b0e252c/dom/media/webrtc/jsapi/RTCRtpTransceiver.cpp#l171

Delete it and issue should be resolved.

Cheers,
Marko

Flags: needinfo?(docfaraday)
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b13dc6f0dd7b
Move RTCRtpTransceiver to c++. r=mjf,emilio
Status: REOPENED → RESOLVED
Closed: 2 years ago2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
Regressions: 1770075
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: