getUserMedia({ }) should be a TypeError
Categories
(Core :: WebRTC: Audio/Video, defect, P3)
Tracking
()
backlog | webrtc/webaudio+ |
People
(Reporter: jib, Assigned: karlt)
References
(Blocks 1 open bug, )
Details
Attachments
(11 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
Updated•10 years ago
|
Comment 1•8 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
On m-c now, this is a MediaStreamError that looks a bit like a TypeError.
https://treeherder.mozilla.org/jobs?repo=try&revision=c924f53b2fae48743f898a77d874c916d5875dfd
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D95961
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D95962
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D95963
Assignee | ||
Comment 7•5 years ago
|
||
https://bug802982.bmoattachments.org/attachment.cgi?id=672704 was a crash in
EnumerateVideoDevices. Presumably the constraint was not required at that
time, but the intent of the test was to exercise video capture code.
Depends on D95964
Assignee | ||
Comment 8•5 years ago
|
||
Depends on D95965
Assignee | ||
Comment 9•5 years ago
|
||
for consistency with ErrorResult and dom::Promise, which will mean no reverse
conversion is required for rejecting Promises.
Depends on D95966
Assignee | ||
Comment 10•5 years ago
|
||
Depends on D95967
Assignee | ||
Comment 11•5 years ago
|
||
This is consistent with
https://w3c.github.io/FileAPI/#dfn-error-codes
Depends on D95968
Assignee | ||
Comment 12•5 years ago
|
||
Depends on D95969
Assignee | ||
Comment 13•5 years ago
|
||
OverconstrainedError is not yet supported.
Depends on D95970
Comment 14•5 years ago
|
||
Comment 17•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5488c1091312
https://hg.mozilla.org/mozilla-central/rev/6685a2c5158a
https://hg.mozilla.org/mozilla-central/rev/38a5df003dcc
https://hg.mozilla.org/mozilla-central/rev/21aa4a24335f
https://hg.mozilla.org/mozilla-central/rev/f9b1c03019a6
https://hg.mozilla.org/mozilla-central/rev/e20da67e6306
https://hg.mozilla.org/mozilla-central/rev/992a979b7285
https://hg.mozilla.org/mozilla-central/rev/f10b1dba4d05
https://hg.mozilla.org/mozilla-central/rev/fedd5a65269a
https://hg.mozilla.org/mozilla-central/rev/c8dfeadab096
https://hg.mozilla.org/mozilla-central/rev/13e7ec11d449
Updated•5 years ago
|
Description
•