gecko/dom/media
2015-05-11 10:48:46 -07:00
..
android Bug 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10:00
apple Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07: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 1163201 - Part 2: Wrap expensive calls in PR_LOG_TEST. r=froydnj 2015-05-14 10:13:23 -07:00
eme Bug 1165163 - Ensure MediaKeySession doesn't try to use CDM after it's crashed. r=jwwang 2015-05-18 11:09:05 +12:00
encoder Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07:00
fmp4 Bug 968520 - Add mozilla::fallible to Fallible{Auto,}TArray::SetLength calls. r=froydnj 2015-05-18 13:50:35 -07:00
gmp Bug 1163239 - Check mGMPThread on shutdown. r=cpearce 2015-05-11 10:48:46 -07:00
gmp-plugin Bug 1043692 - Add a DIST_INSTALL variable to moz.build, and replace NO_DIST_INSTALL with it. r=gps 2015-05-12 07:55:21 +09: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 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10:00
gtest Bug 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10:00
imagecapture Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07:00
mediasource Bug 968520 - Add mozilla::fallible to Fallible{Auto,}TArray::SetLength calls. r=froydnj 2015-05-18 13:50:35 -07:00
ogg Bug 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10:00
omx Bug 1163474. Part 2 - move MediaDecoder::mOutputStreams to DecodedStream. r=roc. 2015-05-10 11:57:46 +08:00
platforms Bug 1164480 - Crashes on startup in AppleVDADecoder::CreateOutputConfiguration() in content process. r=jyavenard 2015-05-18 21:35:08 -05:00
raw Bug 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10: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 Back out 3 changesets (bug 1162720) for mozilla::media::Parent::Release crashes 2015-05-16 09:09:25 -07:00
test Bug 1105720 - remove flaky timeouts. r=cpearce. 2015-05-14 10:12:05 +08:00
tests Bug 1032848 - Part 3: Add tests for HTMLCanvasElement::CaptureStream. r=mt, r=jgilbert, r=jesup 2015-05-13 14:04:51 +08:00
wave Bug 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10:00
webaudio Bug 1164977 - Prevent MediaStreamAudioSourceNode from passing null to nsIPrincipal::subsumes. r=padenot 2015-05-18 15:52:32 -07:00
webm Bug 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10:00
webrtc Bug 1163388 - patch 2 - get rid of nsIDOMFile, r=ehsan 2015-05-18 14:52:26 +01:00
webspeech Bug 1162699 followup: Add 'override' keyword to overriding methods on FakeSynthCallback. rs=ehsan 2015-05-15 11:57:03 -07:00
webvtt Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
wmf Bug 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10: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 857895 - Only enforce tail dispatch if both source and dest support it. r=bholley 2015-05-14 13:47:42 +12:00
AbstractThread.h Bug 857895 - Only enforce tail dispatch if both source and dest support it. r=bholley 2015-05-14 13:47:42 +12:00
AudioBufferUtils.h Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
AudioChannelFormat.cpp Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
AudioChannelFormat.h Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
AudioCompactor.cpp Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
AudioCompactor.h Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
AudioMixer.h Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
AudioSampleFormat.h Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
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 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07:00
AudioSink.h Bug 1145052 - A cancelable runnable for OnAudioEndTimeUpdate. r=cpearce 2015-04-22 13:10:26 +08:00
AudioStream.cpp Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07: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
CanvasCaptureMediaStream.cpp Bug 1032848 followup: Add 'override' annotation to Notify() method in CanvasCaptureMediaStream.cpp. rs=ehsan 2015-05-18 12:17:13 -07:00
CanvasCaptureMediaStream.h Bug 1032848 - Part 2: Implement HTMLCanvasElement::CaptureStream. r=mt, r=jesup, r=jgilbert, r=gwright 2015-05-13 14:04:41 +08:00
CubebUtils.cpp Backed out changeset dd1417716d76 (bug 1103824) for Android issues. CLOSED TREE. 2015-05-19 17:08:18 +12:00
CubebUtils.h Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
DecodedStream.cpp Bug 1163474. Part 2 - move MediaDecoder::mOutputStreams to DecodedStream. r=roc. 2015-05-10 11:57:46 +08:00
DecodedStream.h Bug 1163474. Part 2 - move MediaDecoder::mOutputStreams to DecodedStream. r=roc. 2015-05-10 11:57:46 +08:00
DecoderTraits.cpp Bug 1165585: Part2. Use MediaFormatReader with web audio. r=cpearce 2015-05-16 22:35:22 +10:00
DecoderTraits.h Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
DOMMediaStream.cpp Bug 1032848 - Part 1: Implement WebIDL for HTMLCanvasElement::CaptureStream. r=smaug, r=mt 2015-05-13 14:04:30 +08:00
DOMMediaStream.h Bug 1032848 - Part 1: Implement WebIDL for HTMLCanvasElement::CaptureStream. r=smaug, r=mt 2015-05-13 14:04:30 +08:00
EncodedBufferCache.cpp Bug 1149842 - Release the mutex for NS_OpenAnonymousTemporaryFile to prevent the deadlock. r=roc 2015-05-15 17:52:45 -04:00
EncodedBufferCache.h Bug 1159401 - Split Blob and File classes, r=bz 2015-05-12 13:09:51 +01: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 1163469 - Move MediaDecoder::DecodedStreamData and related code to its own file. r=roc. 2015-05-10 11:38:15 +08: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 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10:00
Latency.cpp Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
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 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07:00
MediaCache.h Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
MediaData.cpp Bug 968520 - Add mozilla::fallible to Fallible{Auto,}TArray::ReplaceElementsAt calls. r=froydnj 2015-05-18 13:50:35 -07:00
MediaData.h Bug 1153094: Rename LargeDataBuffer and DataBuffer object. r=cpearce 2015-04-15 15:27:38 +10:00
MediaDataDemuxer.h Bug 1154164: Add MediaDataDemuxer and MediaTrackDemuxer classes. r=cpearce 2015-05-11 20:54:10 +10:00
MediaDecoder.cpp Bug 1163924 - fix calculation of blockForStateMachineNotPlaying. r=roc. 2015-05-19 14:42:11 +08:00
MediaDecoder.h Bug 1163474. Part 2 - move MediaDecoder::mOutputStreams to DecodedStream. r=roc. 2015-05-10 11:57:46 +08:00
MediaDecoderOwner.h Bug 1159558 - Redesign watching to use a manager. r=jww 2015-04-30 12:46:40 -07:00
MediaDecoderReader.cpp Bug 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10:00
MediaDecoderReader.h Bug 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10:00
MediaDecoderStateMachine.cpp Bug 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10:00
MediaDecoderStateMachine.h Bug 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10: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
MediaFormatReader.cpp Bug 1156708: Part5. Don't ignore DrainComplete() on first demux. r=me 2015-05-18 16:58:55 +10:00
MediaFormatReader.h Bug 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10: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 1163388 - patch 2 - get rid of nsIDOMFile, r=ehsan 2015-05-18 14:52:26 +01:00
MediaManager.h Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07:00
MediaMetadataManager.h Bug 1065827 - Do not always wait to decode frames to emit loadedmetadata. r=jwwang 2014-11-06 20:52:44 +11:00
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 1162482: Make templated MediaPromise class inherit from ref-counted base. r=bholley 2015-05-11 20:52:01 +10:00
MediaQueue.h Bug 1154805 - Remove MaybeTailDispatch. r=jww 2015-04-16 09:28:56 -07:00
MediaRecorder.cpp Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07:00
MediaRecorder.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
MediaResource.cpp Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07: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 Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07:00
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 1161433: reject empty gUM contraints with NotSupportedError. r=jib 2015-05-08 12:05:48 -07:00
MediaStreamError.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
MediaStreamGraph.cpp Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07:00
MediaStreamGraph.h Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07:00
MediaStreamGraphImpl.h Bug 1163958 - Reduce the allocation in MediaStreamGraph - patch 1, r=padenot 2015-05-13 14:34:56 +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 Backout e01d80922187 (Bug 857895) for causing crashes 2015-05-19 10:50:41 +12: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 Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
MediaTrack.h Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
MediaTrackList.cpp Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
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 1163458: Part1. Move PlatformDecoderModule outside fmp4. r=kentukyfriedtakahe 2015-05-18 15:42:32 +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 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07: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 857895 - Only enforce tail dispatch if both source and dest support it. r=bholley 2015-05-14 13:47:42 +12: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 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07:00
StreamBuffer.h Bug 1163958 - Reduce the allocation in MediaStreamGraph - patch 2, r=padenot 2015-05-13 14:35:10 +01: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 Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
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 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10:00
TimeVarying.h Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
TrackUnionStream.cpp Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07: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 Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
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 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10:00
VideoUtils.h Bug 1163445: Part5. Replace dom::TimeRanges with TimeIntervals object. r=mattwoodrow 2015-05-18 16:15:47 +10:00
VorbisUtils.h Bug 946065 - Part 10: Move content/media/ to dom/. r=peterv 2014-10-25 20:24:36 +03:00
WebVTTListener.cpp Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj 2015-05-14 10:13:23 -07:00
WebVTTListener.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00