Bug 124672
Summary: | Implement a mutable Dictionary to manipulate MediaTrack constraints | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nick Diego Yamane (diegoyam) <nick.diego> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | adam.bergkvist, eric.carlson, urban |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 143211, 122428 |
Nick Diego Yamane (diegoyam)
MediaTrackConstraint::constraint() should return a WebCore::Dictionary containing values from underlying mandatory and options MediaConstraints.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Bergkvist
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?