Bug 121624

Summary: MediaStream API: update MediaStreamTrackEvent object to match spec
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: WebCore Misc.Assignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, dino, esprehn+autocc, glenn, hta, jer.noble, kondapallykalyan, tommyw
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 124288    
Attachments:
Description Flags
Proposed patch none

Eric Carlson
Reported 2013-09-19 11:37:07 PDT
It should be possible to construct a MediaStreamTrackEvent with an EventInit dictionary: dictionary MediaStreamTrackEventInit : EventInit { MediaStreamTrack? track; }; [Constructor(DOMString type, MediaStreamTrackEventInit eventInitDict)] interface MediaStreamTrackEvent : Event { readonly attribute MediaStreamTrack track; };
Attachments
Proposed patch (14.17 KB, patch)
2013-09-19 11:54 PDT, Eric Carlson
no flags
Eric Carlson
Comment 1 2013-09-19 11:37:28 PDT
Eric Carlson
Comment 2 2013-09-19 11:54:20 PDT
Created attachment 212087 [details] Proposed patch
WebKit Commit Bot
Comment 3 2013-09-19 18:49:57 PDT
Comment on attachment 212087 [details] Proposed patch Clearing flags on attachment: 212087 Committed r156135: <http://trac.webkit.org/changeset/156135>
WebKit Commit Bot
Comment 4 2013-09-19 18:49:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.