Closed Bug 1181883 Opened 11 years ago Closed 11 years ago

add serializer on MediaDeviceInfo

Categories

(Core :: WebRTC, defect, P2)

defect

Tracking

()

RESOLVED FIXED
mozilla42
Tracking Status
firefox42 --- fixed

People

(Reporter: jib, Assigned: jib)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Bug 1181883 - add serializer on MediaDeviceInfo
Attachment #8631379 - Flags: review?(bugs)
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+
(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?
Flags: needinfo?(bugs)
enum is enum. bindings layer deal those quite differently to DOMString.
Flags: needinfo?(bugs)
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+
Keywords: checkin-needed
Blocks: webrtc_spec
backlog: --- → webRTC+
Rank: 21
Priority: -- → P2
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+
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+
Attachment #8631379 - Flags: review?(bugs)
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.

Attachment

General

Created:
Updated:
Size: