Closed
Bug 1181883
Opened 11 years ago
Closed 11 years ago
add serializer on MediaDeviceInfo
Categories
(Core :: WebRTC, defect, P2)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
| backlog | webrtc/webaudio+ |
People
(Reporter: jib, Assigned: jib)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
| Assignee | ||
Comment 1•11 years ago
|
||
Bug 1181883 - add serializer on MediaDeviceInfo
Attachment #8631379 -
Flags: review?(bugs)
Comment 2•11 years ago
|
||
Comment on attachment 8631379 [details]
MozReview Request: Bug 1181883 - add serializer on MediaDeviceInfo. r=smaug
https://reviewboard.mozilla.org/r/12909/#review11487
::: dom/media/tests/mochitest/test_enumerateDevices.html:37
(Diff revision 1)
> + is(JSON.parse(JSON.stringify(devices))[0].deviceId, devices[0].deviceId,
Please test that .kind is also something expected - just because it is dictinary and not DOMString like the other properties.
Attachment #8631379 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #2)
> Please test that .kind is also something expected - just because it is
> dictinary and not DOMString like the other properties.
.kind is a webidl enum, which is also a string in JS right?
| Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(bugs)
Comment 4•11 years ago
|
||
enum is enum. bindings layer deal those quite differently to DOMString.
Flags: needinfo?(bugs)
| Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8631379 [details]
MozReview Request: Bug 1181883 - add serializer on MediaDeviceInfo. r=smaug
https://reviewboard.mozilla.org/r/12909/#review11537
Ship It!
Attachment #8631379 -
Flags: review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Updated•11 years ago
|
| Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 8631379 [details]
MozReview Request: Bug 1181883 - add serializer on MediaDeviceInfo. r=smaug
Bug 1181883 - add serializer on MediaDeviceInfo. r=smaug
Attachment #8631379 -
Attachment description: MozReview Request: Bug 1181883 - add serializer on MediaDeviceInfo → MozReview Request: Bug 1181883 - add serializer on MediaDeviceInfo. r=smaug
Attachment #8631379 -
Flags: review?(bugs)
Attachment #8631379 -
Flags: review+
| Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 8631379 [details]
MozReview Request: Bug 1181883 - add serializer on MediaDeviceInfo. r=smaug
https://reviewboard.mozilla.org/r/12909/#review11679
Ship It!
Attachment #8631379 -
Flags: review+
| Assignee | ||
Updated•11 years ago
|
Attachment #8631379 -
Flags: review?(bugs)
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•