Closed
Bug 1485546
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12638 - Add observable constraints for getDisplayMedia()
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12638 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12638
Details from upstream follow.
Emircan Uysaler <emircan@chromium.org> wrote:
> Add observable constraints for getDisplayMedia()
>
> This CL adds observable constraints to MediaStream objects returned by
> getDisplayMedia() calls. As defiend in the spec, these constraints are set not
> before the stream is returned based on user choice.
>
> Information about these constraints are stored in DisplayMediaInformation
> struct. It is set in the low level device selection and then parsed by
> UserMediaProcessor before passing it to blink.
>
> Bug: 326740
> Change-Id: I81d5f2eb24d2c1a37df0fbe2d34bc469fa575bf1
>
> Reviewed-on: https://chromium-review.googlesource.com/1185875
> WPT-Export-Revision: a555c2b099919da34e1d9f647c746abfc09ea0b9
| Assignee | ||
Comment 1•7 years ago
|
||
PR 12638 applied with additional changes from upstream: 3f2ebeba83bc6a17119b455f31155e6085ce4fcb
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=ecfeacd6a898c16b2b81057ef66fa45615db8265
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=24c885b05c750a182d1fbb6da316264f65d772c8
| Assignee | ||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
| Assignee | ||
Comment 8•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d4647c5494326d126202557daf4af024c39173d4
| Assignee | ||
Comment 9•7 years ago
|
||
| Assignee | ||
Comment 10•7 years ago
|
||
| Assignee | ||
Comment 11•7 years ago
|
||
| Assignee | ||
Comment 12•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d1ff4e5dd6e7a0e02f381b804dac290808cf14e1
| Assignee | ||
Comment 13•7 years ago
|
||
| Assignee | ||
Comment 14•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=de4d9b7e0e8605e506b1894070a3acfe11f381e8
| Assignee | ||
Comment 15•7 years ago
|
||
| Assignee | ||
Comment 16•7 years ago
|
||
Ran 1 tests and 7 subtests
OK : 1
FAIL : 7
New tests that have failures or other problems:
/screen-capture/getdisplaymedia.https.html
getDisplayMedia() call with non-bool constraint: FAIL
getDisplayMedia() with audio false: FAIL
getDisplayMedia() with audio true: FAIL
getDisplayMedia() with getSettings: FAIL
getDisplayMedia() with no constraints: FAIL
getDisplayMedia() with video false: FAIL
getDisplayMedia() with video true: FAIL
| Assignee | ||
Comment 17•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=b67c676659ec04f9a9cdd106d671b2ce339381dc
Comment 18•7 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5b20b9926a28
[wpt PR 12638] - Add observable settings for getDisplayMedia(), a=testonly
Comment 19•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•