Bug 71345
Summary: | Implement the MediaStreamEvent constructor for JSC | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominic Cooney <dominicc> |
Component: | DOM | Assignee: | Kentaro Hara <haraken> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, haraken, harald, sam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 67824, 71344 |
Dominic Cooney
MediaStreamEvent should have a constructor as defined in the spec here: <http://www.whatwg.org/specs/web-apps/current-work/multipage/video-conferencing-and-peer-to-peer-communication.html#mediastreamevent>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Harald Tveit Alvestrand
Note that the spec that other patches are trying to conform to is here:
http://dev.w3.org/2011/webrtc/editor/webrtc.html
Please ensure that if you want to implement stuff that is not in that spec, also raise the issue with the W3 group, so that we can get the spec changed if the functionality is appropriate.
Adam Barth
Harald and I chatted by email. He's going to ask the WebRTC working group to update the spec to align better with DOM4.
Kentaro Hara
Thanks, I will wait until the spec is well defined.
Adam Barth
> Thanks, I will wait until the spec is well defined.
IMHO, we don't need to wait. It's pretty clear the WebRTC spec is going to align with DOM4.
Kentaro Hara
*** This bug has been marked as a duplicate of bug 107411 ***