Give add-ons a way to create RTCPeerConnection not tied to untrusted hiddenWindow
Categories
(Core :: WebRTC, defect, P3)
Tracking
()
backlog | webrtc/webaudio+ |
People
(Reporter: jib, Unassigned)
References
Details
Updated•9 years ago
|
Comment 1•7 years ago
|
||
Comment 2•5 years ago
|
||
Is this still an issue in the world of webextension-only addons?
Reporter | ||
Comment 3•5 years ago
|
||
I have no idea. Probably not? The issue mentioned on comment 0 (Bug 1207784) was about a regression from hooks added to enable peer connection permissions, which also haven't gone anywhere.
I'm happy to close this until a need arises.
Comment 4•4 years ago
|
||
There's still a reference to this bug at https://searchfox.org/mozilla-central/rev/af5cff556a9482d7aa2267a82f2ccfaf18e797e9/browser/actors/WebRTCChild.jsm
Message managers have been otherwise removed from webrtc and moved to JSWindowActors.
Can this code here be removed, or is there still some issue here, and if so, what needs to be done here?
Reporter | ||
Comment 5•4 years ago
|
||
The comment says "Remove once there's a better way (1215591)." so since the bug is closed I guess there's no better way, and the code there is still needed? OTOH I haven't kept tabs on what's happened with message managers since I wrote that. Tectonic plates seem to shift often in gecko. ;) So I don't know if this is still needed, is the short answer. Sorry I don't know more about what add-ons rely on here these days.
I guess we could remove the "TODO" part of it, or we can leave it for documentation? Up to you.
Description
•