WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 121624
MediaStream API: update MediaStreamTrackEvent object to match spec
https://bugs.webkit.org/show_bug.cgi?id=121624
Summary
MediaStream API: update MediaStreamTrackEvent object to match spec
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Carlson
Comment 1
2013-09-19 11:37:28 PDT
<
rdar://problem/15022482
>
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.
Top of Page
Format For Printing
XML
Clone This Bug