Bug 124672 - Implement a mutable Dictionary to manipulate MediaTrack constraints
Summary: Implement a mutable Dictionary to manipulate MediaTrack constraints
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 143211 122428
  Show dependency treegraph
 
Reported: 2013-11-20 11:57 PST by Nick Diego Yamane (diegoyam)
Modified: 2015-06-09 01:05 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Diego Yamane (diegoyam) 2013-11-20 11:57:43 PST
MediaTrackConstraint::constraint() should return a WebCore::Dictionary containing values from underlying mandatory and options MediaConstraints.
Comment 1 Adam Bergkvist 2015-04-14 23:12:05 PDT
Perhaps this bug should be renamed to be more general?

Has anyone thought of how this would be done? Would it involve an IDL or would you just have a general Dictionary object that you set some properties on and send off into JS land?