Closed
Bug 1331225
Opened 8 years ago
Closed 5 years ago
WebRTC is broken in Web Extensions
Categories
(Core :: WebRTC, defect, P3)
Core
WebRTC
Tracking
()
RESOLVED
DUPLICATE
of bug 1579489
People
(Reporter: ekr, Assigned: jib)
Details
(Keywords: stale-bug)
Attachments
(3 files)
247 bytes,
text/plain
|
Details | |
172 bytes,
application/json
|
Details | |
1.60 KB,
patch
|
Details | Diff | Splinter Review |
STR: Run the attached extension
The failure appears to be in the _getPermissions() check prior to create offer. Specifically, the problem seems to be the messaging back from WebRTCUI.jsm to ContentWebRTC.jsm. I have attached a patch that fixes the problem by forcing the permissions to succeed in PC.js, demonstrating that the problem is permissions.
Reporter | ||
Comment 1•8 years ago
|
||
Reporter | ||
Comment 2•8 years ago
|
||
Updated•8 years ago
|
Rank: 19
Priority: -- → P1
Version: 38 Branch → Trunk
This is an assigned P1 bug without activity in two weeks.
If you intend to continue working on this bug for the current release/iteration/sprint, remove the 'stale-bug' keyword.
Otherwise we'll reset the priority of the bug back to '--' on Monday, August 28th.
Keywords: stale-bug
Comment 5•7 years ago
|
||
Mass change P1->P2 to align with new Mozilla triage process
Priority: P1 → P2
Comment 6•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•