gecko/dom/media
2015-05-08 13:36:32 +12:00
..
android Bug 1157476 - Remove synchronous dispatch in AndroidMediaResourceServer::Start. r=cajbir 2015-04-28 23:45:59 -07:00
apple Bug 949036 - Make ID3v2 tag detection more careful - not every bit of data containing "ID3" is a tag. r=eflores 2015-04-27 07:28:00 -04:00
bridge Bug 1110031 - Part 1: Mark more directories as FAIL_ON_WARNINGS. r=gps 2014-12-10 22:56:31 -08:00
compiledtest Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo 2015-01-11 11:34:52 +09:00
directshow Bug 949036 - Make ID3v2 tag detection more careful - not every bit of data containing "ID3" is a tag. r=eflores 2015-04-27 07:28:00 -04:00
eme Bug 1160321 - Test whether we can create H.264/AAC decoders before we report we support them. r=mattwoodrow 2015-05-08 13:36:32 +12:00
encoder Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
fmp4 Bug 1160321 - Test whether we can create H.264/AAC decoders before we report we support them. r=mattwoodrow 2015-05-08 13:36:32 +12:00
gmp Bug 1160908 - [EME] Delete GMPRecords that are 0 bytes in size. r=cpearce 2015-05-06 04:08:00 -04:00
gmp-plugin Bug 1159300 - Change GMP RemoveAndDeleteDeferredInUse test to ask for an EME plugin. r=edwin 2015-04-30 21:13:48 +12:00
gmp-plugin-openh264 Bug 1159300: Add a clone of gmp-fake that doesn't do decryption r=glandium,cpearce 2015-04-30 00:52:26 -04:00
gstreamer Bug 949036 - Make ID3v2 tag detection more careful - not every bit of data containing "ID3" is a tag. r=eflores 2015-04-27 07:28:00 -04:00
gtest Bug 1159579: Add Interval and IntervalSet objects. r=mattwoodrow 2015-05-07 10:24:10 +10:00
imagecapture Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
mediasource bug 1161892 use separate thread pool for platform decoder task queues r=bholley 2015-05-07 16:01:43 +12:00
ogg Bug 1155621 - Remove no-op gfx2DGlue conversion helpers. r=Bas 2015-04-21 17:22:30 +02:00
omx Bug 1158448 Part 2 - Remove ApplyStateToStateMachine and PLAY_STATE_SEEKING r=jwwang,bwu 2015-05-07 08:19:46 -07:00
raw Bug 1155621 - Remove no-op gfx2DGlue conversion helpers. r=Bas 2015-04-21 17:22:30 +02:00
standalone Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium 2015-04-27 19:59:27 -04:00
systemservices Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
test Bug 1159755. Stop forcing the media.eme.apiVisible preference to be true in our test harness. r=cpearce 2015-04-30 17:36:50 -04:00
tests Bug 1157701 - Properly remove usage of Array.prototype.includes(). r=jib 2015-04-28 21:24:00 +02:00
wave Bug 1153049: Part4. Remove redundant mHasAudio/mHasVideo member. r=cpearce 2015-04-14 15:17:51 +10:00
webaudio Bug 926838 - [Part 6] Unbitrot the build system bits. r=gps 2015-05-04 17:19:03 +02:00
webm bug 1161402 add MediaDataDecoderCallback::OnReaderTaskQueue() r=cpearce 2015-05-01 12:03:32 +12:00
webrtc Bug 1159320: disable-webrtc builds fail after bug 1100502 applied. r=rjesup 2015-05-06 09:29:33 -07:00
webspeech Bug 1062479 - Use static strings for WeakReference type names. r=ehsan 2015-04-24 09:43:01 -07:00
webvtt
wmf Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
AbstractMediaDecoder.h Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
AbstractThread.cpp Bug 1144481 - Switch nsIThread implementation of AbstractThread::IsCurrentThreadIn() to use PRThreads. r=jww 2015-04-23 11:55:12 -07:00
AbstractThread.h Bug 1155268 - Add checked methods to convert from an AbstractThread to a concrete type. r=cpearce 2015-04-21 00:15:18 -07:00
AudioBufferUtils.h
AudioChannelFormat.cpp
AudioChannelFormat.h
AudioCompactor.cpp
AudioCompactor.h
AudioMixer.h
AudioSampleFormat.h
AudioSegment.cpp Bug 1101651 - Part 1: xpcomrt version of dom media library need for standalone webrtcs. r=jesup 2015-04-09 09:15:00 -04:00
AudioSegment.h Bug 1027864 - webaudio - Implement AudioChunk::IsSilentOrSubnormal(), r=karlt 2015-04-23 12:25:36 +02:00
AudioSink.cpp Bug 1145052 - A cancelable runnable for OnAudioEndTimeUpdate. r=cpearce 2015-04-22 13:10:26 +08:00
AudioSink.h Bug 1145052 - A cancelable runnable for OnAudioEndTimeUpdate. r=cpearce 2015-04-22 13:10:26 +08:00
AudioStream.cpp Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
AudioStream.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
AudioStreamTrack.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
AudioStreamTrack.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
AudioTrack.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
AudioTrack.h Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
AudioTrackList.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
AudioTrackList.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
BufferMediaResource.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
CubebUtils.cpp
CubebUtils.h
DecoderTraits.cpp Bug 1157476 - Remove synchronous dispatch in AndroidMediaResourceServer::Start. r=cajbir 2015-04-28 23:45:59 -07:00
DecoderTraits.h
DOMMediaStream.cpp Bug 1107534 - Using audio channels type to capture different stream. r=roc 2015-03-31 10:14:00 +08:00
DOMMediaStream.h Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
EncodedBufferCache.cpp Bug 1138293 - Use malloc/free/realloc/calloc instead of moz_malloc/moz_free/moz_realloc/moz_calloc. r=njn 2015-03-31 12:32:49 +09:00
EncodedBufferCache.h Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
FileBlockCache.cpp Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
FileBlockCache.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
GetUserMediaRequest.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
GetUserMediaRequest.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
GraphDriver.cpp Bug 1157994 - Ensure AudioContext operations are started and resolved in the same order. r=roc 2015-04-29 11:02:57 +02:00
GraphDriver.h Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
IdpSandbox.jsm Bug 1153314 - Assign load group to IdP load channel, r=jib 2015-04-15 14:19:21 -07:00
Intervals.h Bug 1159579: Make IntervalSet destructor virtual r=mattwoodrow 2015-05-07 21:04:29 +10:00
Latency.cpp
Latency.h Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
MediaCache.cpp Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
MediaCache.h
MediaData.cpp Bug 1153094: Rename LargeDataBuffer and DataBuffer object. r=cpearce 2015-04-15 15:27:38 +10:00
MediaData.h Bug 1153094: Rename LargeDataBuffer and DataBuffer object. r=cpearce 2015-04-15 15:27:38 +10:00
MediaDecoder.cpp Bug 1161901 - Make MDSM::ScheduleStateMachine runs on the state machine task queue only. r=jww 2015-05-07 09:50:35 -07:00
MediaDecoder.h Bug 1161901 - Make MDSM::ScheduleStateMachine runs on the state machine task queue only. r=jww 2015-05-07 09:50:35 -07:00
MediaDecoderOwner.h Bug 1159558 - Redesign watching to use a manager. r=jww 2015-04-30 12:46:40 -07:00
MediaDecoderReader.cpp bug 1161892 use separate thread pool for platform decoder task queues r=bholley 2015-05-07 16:01:43 +12:00
MediaDecoderReader.h Bug 1157075: Part1. Rename and make AsyncReadMetadata virtual. r=bholley 2015-05-01 15:37:29 +10:00
MediaDecoderStateMachine.cpp bug 1161892 use separate thread pool for platform decoder task queues r=bholley 2015-05-07 16:01:43 +12:00
MediaDecoderStateMachine.h Bug 1161901 - Sprinkle more assertions and fix some formatting. r=jww 2015-05-07 09:50:37 -07:00
MediaDeviceInfo.cpp Backed out 6 changesets (bug 1046245) on a CLOSED TREE 2015-03-29 01:42:32 -04:00
MediaDeviceInfo.h Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
MediaDevices.cpp Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd 2015-05-01 09:40:30 +09:00
MediaDevices.h Backed out 6 changesets (bug 1046245) on a CLOSED TREE 2015-03-29 01:42:32 -04:00
MediaInfo.h Bug 1156689: Add 'override' keyword to GetAsAudioInfo(), GetAsVideoInfo(), & Clone() on TrackInfo subclasses. rs=ehsan 2015-05-02 15:32:52 -07:00
MediaManager.cpp Bug 1159659 - Allow tab sharing on XP and OSX 10.6. r=pkerr 2015-05-01 08:55:33 -04:00
MediaManager.h Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
MediaMetadataManager.h
MediaPermissionGonk.cpp Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd 2015-05-01 09:40:30 +09:00
MediaPermissionGonk.h
MediaPromise.h Bug 1161742 - Add support for lambdas in MediaPromise. r=jww 2015-05-05 21:02:58 -07:00
MediaQueue.h Bug 1154805 - Remove MaybeTailDispatch. r=jww 2015-04-16 09:28:56 -07:00
MediaRecorder.cpp Bug 1153690 - Release the Session and MediaRecorder objects correctly if there is no ExtractRunnable running. r=roc 2015-04-22 15:09:49 +08:00
MediaRecorder.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
MediaResource.cpp Bug 1157451. Make nsCORSListenerProxy::Init take an enum, not a boolean, to indicate what to do with data: URIs. And make it required, not defaulted to disallowing. r=smaug 2015-04-22 20:30:10 -04:00
MediaResource.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
MediaSegment.h Bug 1149494 - Part 1. Add a listener directly to the unblocked input stream that reports the size of the first non-empty frame seen. r=pehrsons 2015-04-08 17:51:21 +12:00
MediaShutdownManager.cpp
MediaShutdownManager.h Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
MediaStreamError.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
MediaStreamError.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
MediaStreamGraph.cpp Bug 1157986 - Remove assert in GraphStartedNotificationControlMessage::RunDuringShutdown r=roc 2015-04-29 11:02:59 +02:00
MediaStreamGraph.h Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
MediaStreamGraphImpl.h Bug 1094764 - Implement AudioContext.suspend and friends. r=roc,ehsan 2015-02-27 18:22:05 +01:00
MediaStreamTrack.cpp Bug 1095218 - Part 2: Multistream support. r=mt 2014-12-10 11:17:09 -08:00
MediaStreamTrack.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
MediaTaskQueue.cpp Bug 1157803 - Add an extra assertion to MediaTaskQueue::BeginShutdown. r=jww 2015-04-28 21:56:17 -07:00
MediaTaskQueue.h Bug 1144486 - Implement direct tasks. r=jww 2015-04-22 21:38:10 -07:00
MediaTimer.cpp Bug 1160064 - Explicitly initialize logging at the right time. r=jww 2015-04-30 21:29:42 -07:00
MediaTimer.h Bug 1147555 - Implement logging for MediaTimer. r=mattwoodrow 2015-03-30 20:06:38 -07:00
MediaTrack.cpp
MediaTrack.h
MediaTrackList.cpp
MediaTrackList.h Bug 1129263 - Part 4. Use MediaInfo instead of mHasAudio/Video in media element. r=roc 2015-02-09 14:51:17 +08:00
moz.build Bug 1159579: Add Interval and IntervalSet objects. r=mattwoodrow 2015-05-07 10:24:10 +10:00
MP3FrameParser.cpp Bug 949036 - Make ID3v2 tag detection more careful - not every bit of data containing "ID3" is a tag. r=eflores 2015-04-27 07:28:00 -04:00
MP3FrameParser.h Bug 949036 - Make ID3v2 tag detection more careful - not every bit of data containing "ID3" is a tag. r=eflores 2015-04-27 07:28:00 -04:00
nsIDocumentActivity.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
nsIDOMNavigatorUserMedia.idl Bug 1119818 - Bump various UUIDs that were missed when IDL changes landed. r=jib, r=jdm, r=gavin, r=bz, a=me 2015-01-12 10:44:18 -05:00
nsIMediaManager.idl Bug 1046245 - enumerateDevices w/non-blocking e10s, nsICryptoHMAC, clear cookies, lambdas. r=keeler, florian, billm, jesup 2015-03-03 09:51:05 -05:00
PeerConnection.js Bug 1146955 - Dispatch PluginCrashed event in content process on GMP crash for PeerConnection. r=jesup. 2015-04-27 15:44:36 -04:00
PeerConnection.manifest Bug 1152538 - Removing RTCIdentityAssertion interface code, r=jib 2015-04-16 09:52:36 -07:00
PeerConnectionIdp.jsm Bug 1153314 - Assign load group to IdP load channel, r=jib 2015-04-15 14:19:21 -07:00
RTCIdentityProviderRegistrar.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
RTCIdentityProviderRegistrar.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
RTCStatsReport.jsm
RtspMediaResource.cpp Bug 1149616 - Fix the calculation of slots count in Read/WriteBuffer. r=bechen 2015-04-08 16:57:39 +08:00
RtspMediaResource.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
SelfRef.h Bug 1153348 - Add an analysis to prohibit operator bools which aren't marked as either explicit or MOZ_IMPLICIT; r=jrmuizel 2015-04-21 21:40:49 -04:00
SharedBuffer.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
SharedThreadPool.cpp Bug 1104964 - Handle ShutdownPoolsEvent race. r=cpearce 2014-12-01 21:51:02 -08:00
SharedThreadPool.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
SimpleImageBuffer.cpp Bug 1101651 - Part 1: xpcomrt version of dom media library need for standalone webrtcs. r=jesup 2015-04-09 09:15:00 -04:00
SimpleImageBuffer.h Bug 1101651 - Part 1: xpcomrt version of dom media library need for standalone webrtcs. r=jesup 2015-04-09 09:15:00 -04:00
StateMirroring.h Bug 1160064 - Do watching/mirroring initialization on the state machine task queue. r=jww 2015-04-30 21:29:49 -07:00
StateWatching.h Bug 1160064 - Give WatchManager an owner thread and make sure everything happens there. r=jww 2015-04-30 21:29:50 -07:00
StreamBuffer.cpp Bug 1061046. Part 19: Eliminate TrackTicks in favour of StreamTime. r=karlt 2014-09-18 17:20:43 +12:00
StreamBuffer.h Bug 1061046. Part 20: Remove Track::mGraphRate since it's not needed. r=karlt 2014-09-18 17:20:44 +12:00
TaskDispatcher.h Bug 1144486 - Implement direct tasks. r=jww 2015-04-22 21:38:10 -07:00
TextTrack.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
TextTrack.h Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
TextTrackCue.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
TextTrackCue.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
TextTrackCueList.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
TextTrackCueList.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
TextTrackList.cpp Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
TextTrackList.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
TextTrackRegion.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
TextTrackRegion.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
ThreadPoolCOMListener.cpp
ThreadPoolCOMListener.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
TimeUnits.h Bug 1159579: Add Interval and IntervalSet objects. r=mattwoodrow 2015-05-07 10:24:10 +10:00
TimeVarying.h
TrackUnionStream.cpp Bug 1094764 - Implement AudioContext.suspend and friends. r=roc,ehsan 2015-02-27 18:22:05 +01:00
TrackUnionStream.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
VideoFrameContainer.cpp Back out bug 1131638 (changesets 78b34d0e414a and 1b55b99dc432) for causing various video regressions 2015-03-09 16:18:32 +13:00
VideoFrameContainer.h
VideoPlaybackQuality.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
VideoPlaybackQuality.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
VideoSegment.cpp Bug 1101651 - Part 1: xpcomrt version of dom media library need for standalone webrtcs. r=jesup 2015-04-09 09:15:00 -04:00
VideoSegment.h Bug 1101651 - Part 1: xpcomrt version of dom media library need for standalone webrtcs. r=jesup 2015-04-09 09:15:00 -04:00
VideoStreamTrack.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
VideoStreamTrack.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
VideoTrack.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
VideoTrack.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
VideoTrackList.cpp Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv 2015-03-19 10:13:33 -04:00
VideoTrackList.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
VideoUtils.cpp bug 1161892 use separate thread pool for platform decoder task queues r=bholley 2015-05-07 16:01:43 +12:00
VideoUtils.h bug 1161892 use separate thread pool for platform decoder task queues r=bholley 2015-05-07 16:01:43 +12:00
VorbisUtils.h
WebVTTListener.cpp
WebVTTListener.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00