Robert O'Callahan
|
5c369f6cf2
|
Bug 866514. Part 2: Delay delivering getUserMedia stream result until the DOM object has asynchronously acquired the desired tracks. r=jesup
--HG--
extra : rebase_source : 26a908d2e1bcf0d6d83a864f47dd9d117699bb9c
|
2013-05-03 17:07:37 +12:00 |
|
Robert O'Callahan
|
1a83121546
|
Bug 866514. Part 1: Add DOMMediaStream::OnTracksAvailableCallback. r=jesup
--HG--
extra : rebase_source : 8d8da0bc2a55fa14f837cb85f35236ca33d2437d
|
2013-05-03 17:02:55 +12:00 |
|
Robert O'Callahan
|
152c8c0992
|
Bug 863224. DOMMediaStream should release its internal MediaStream and listener during Unlink to ensure that events running between Unlink and the destruction of the DOMMediaStream don't see the dying object. r=jesup
--HG--
extra : rebase_source : 8937bb0d3aa182bc548b193151d51be80c4a80b2
|
2013-05-01 23:24:16 +12:00 |
|
Ms2ger
|
fe38e416ee
|
Backout changesets f309dacf4010:be3cef4b69e3 for thread safety assertions on Windows and test failures on OSX.
|
2013-05-05 11:51:47 +02:00 |
|
Robert O'Callahan
|
640305cda9
|
Bug 866514. Part 1: Add DOMMediaStream::OnTracksAvailableCallback. r=jesup
|
2013-05-03 17:02:55 +12:00 |
|
Robert O'Callahan
|
e4b46a4d97
|
Bug 863224. DOMMediaStream should release its internal MediaStream and listener during Unlink to ensure that events running between Unlink and the destruction of the DOMMediaStream don't see the dying object. r=jesup
|
2013-05-01 23:24:16 +12:00 |
|
Boris Zbarsky
|
f75142b01d
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
|
Robert O'Callahan
|
55209a1c96
|
Bug 834835. Part 3: Implement DOMMediaStream::GetAudio/VideoTracks. r=jesup
|
2013-04-17 17:18:37 +12:00 |
|
Robert O'Callahan
|
1f70f57d15
|
Bug 834835. Part 2: Make DOMMediaStream maintain a list of MediaStreamTrack objects. r=jesup
We use a MediaStreamListener to watch the MediaStream and maintain the list
of MediaStreamTrack objects.
|
2013-04-17 17:18:24 +12:00 |
|
Ehsan Akhgari
|
102d476f55
|
Bug 851338 - Implement AudioContext.currentTime; r=roc
|
2013-03-14 21:01:02 -04:00 |
|
Ehsan Akhgari
|
4b29362da4
|
Backed out changeset 6a23d4536079 (bug 851338) because of Android test failures
|
2013-03-15 01:26:22 -04:00 |
|
Ehsan Akhgari
|
0422ceeb14
|
Bug 851338 - Implement AudioContext.currentTime; r=roc
Landed on a CLOSED TREE, because I'm mad at X11!
|
2013-03-14 21:01:02 -04:00 |
|
Masatoshi Kimura
|
7693df618d
|
Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz
|
2013-03-12 08:03:47 +09:00 |
|
Peter Van der Beken
|
7e3e8c9052
|
Fix for bug 839529 (Remove various CC participants that don't do anything). r=smaug.
--HG--
extra : rebase_source : 8a272905c79396e7ae08aaaf83566ac450c45be0
|
2013-02-07 10:19:08 +00:00 |
|
Robert O'Callahan
|
9146383988
|
Bug 837034. Part 2: Convert DOMMediaStream to use WebIDL. r=peterv,jesup
--HG--
rename : content/media/nsDOMMediaStream.cpp => content/media/DOMMediaStream.cpp
rename : content/media/nsDOMMediaStream.h => content/media/DOMMediaStream.h
extra : rebase_source : 483fca748444db20ed0d35cb586485f277e1808c
|
2013-02-15 21:04:11 +13:00 |
|
Robert O'Callahan
|
009ce30b8d
|
Bug 837034. Part 1: Rename nsDOM(Local)MediaStream to DOM(Local)MediaStream and put them in the mozilla namespace. r=jesup
--HG--
rename : content/media/nsDOMMediaStream.cpp => content/media/DOMMediaStream.cpp
rename : content/media/nsDOMMediaStream.h => content/media/DOMMediaStream.h
extra : rebase_source : 6fd3f71779b4ecb9d3b053b6cd844c2ff0c25f80
|
2013-02-15 21:01:58 +13:00 |
|