gecko-dev/dom/media
Alastor Wu 102628f8e2 Bug 1551385 - part1 : let 'processCue()' handle cleaning cues div. r=heycam
We can actually let `processCue()` to handle rendering cues or cleaning displayed cues, no need to use another way to clear the cue.

The advantages is to make the code cleaner and easier to read, now we just need to know JS side would handle all rendering stuffs for us. We don't need to have different behavior when there is no showing cue.

The way we clear displayed cues are intuitive, we would remove all child nodes under the overlay, which are used to display cues.

Differential Revision: https://phabricator.services.mozilla.com/D31171

--HG--
extra : moz-landing-system : lando
2019-05-23 21:25:14 +00:00
..
benchmark
bridge Bug 1524687: Part 7 - Convert media bridge module to static registration. r=jesup 2019-01-24 16:07:39 -08:00
doctor Bug 1544961 - comment on gtests that are disabled, disable ThreadUtils.IdleRunnableMethod and Timers.FindExpirationTime for windows10-aarch64 r=jmaher,gbrown,dmajor 2019-04-23 00:21:37 +00:00
eme Bug 1538206 - Update comments in MediaKeySystemAccess to reflect current numbering in spec. r=cpearce 2019-04-16 19:38:46 +00:00
encoder Bug 1519636 - clang-format-8: Reformat recent changes to the Google coding style r=Ehsan 2019-04-05 21:41:42 +00:00
fake-cdm Bug 1528651 - Re-enable warnings-as-errors on Windows in some directories. r=dmajor 2019-02-17 15:03:02 +09:00
flac Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
gmp Bug 1548406 - Part 1 - Simplify MacSandboxInfo and sandbox type enums r=handyman 2019-05-02 07:04:44 +00:00
gmp-plugin-openh264 Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
gtest Bug 1552652 - Unbreak building tests on Tier3 after bug 1545079. r=padenot 2019-05-20 09:06:35 +00:00
hls Bug 1510340 - p2: limit the concurrently created HLSDecoder instances. r=jya 2019-02-21 01:22:02 +00:00
imagecapture Bug 1455020 - Extend CheckInnerWindowCorrectness() to check the state of the worker, r=smaug 2019-04-01 16:46:46 +00:00
ipc Backed out 28 changesets (bug 1550422) for marionette AssertionError and failing browser_policy_hardware_acceleration.js on a CLOSED TREE. 2019-05-23 05:59:44 +03:00
mediacapabilities Bug 1533252 - P4. Serialize all the video MediaCapabilities queries. r=pehrsons 2019-03-15 13:54:19 +00:00
mediasink Bug 1548629 - Separate logic for media data with gaps and overlaps. r=jya 2019-05-22 12:44:44 +00:00
mediasource Backed out changeset c386ebfd9c6b (bug 1542674) as per tarek's request on IRC 2019-05-07 15:07:27 +03:00
mp3 Bug 1500713: P4 - Return NullableTimeUnit from MP3TrackDemuxer::Duration(). r=jya 2019-03-29 23:38:29 +00:00
mp4 Bug 1533625 - Replace assert with early return for mp4 missing IV data. r=jya 2019-05-16 06:40:17 +00:00
ogg Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
platforms Backed out 28 changesets (bug 1550422) for marionette AssertionError and failing browser_policy_hardware_acceleration.js on a CLOSED TREE. 2019-05-23 05:59:44 +03:00
systemservices Backed out 28 changesets (bug 1550422) for marionette AssertionError and failing browser_policy_hardware_acceleration.js on a CLOSED TREE. 2019-05-23 05:59:44 +03:00
test Backed out 23 changesets (bug 1550633) for causing bug 1548454 to permafail on a CLOSED TREE 2019-05-24 03:38:26 +03:00
tests Bug 1389983 - Re-enable tests. r=jib 2019-05-22 14:45:57 +00:00
wave Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
webaudio Bug 1549041 - Destroy the AudioChannelAgent in CloseInternal instead of Close. r=karlt 2019-05-17 09:46:25 +00:00
webm Bug 1540580 - WebM demuxer skips empty samples. r=jya 2019-04-30 15:12:30 +00:00
webrtc Bug 1546865 - Retry gUM on mic process limit collision after 200 ms. r=padenot 2019-05-10 16:06:09 +00:00
webspeech Bug 1544322 - Part 2.2 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in dom/ r=bzbarsky 2019-04-16 03:53:28 +00:00
webvtt Bug 1551385 - part1 : let 'processCue()' handle cleaning cues div. r=heycam 2019-05-23 21:25:14 +00:00
ADTSDecoder.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
ADTSDecoder.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ADTSDemuxer.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-03-31 15:12:55 +00:00
ADTSDemuxer.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-03-31 15:12:55 +00:00
AsyncLogger.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioBufferUtils.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioCaptureStream.cpp Bug 1509548 - Remove the concept of a known tracks time from MediaStreamGraph. r=padenot 2018-11-29 17:37:06 +00:00
AudioCaptureStream.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioChannelFormat.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioChannelFormat.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioCompactor.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
AudioCompactor.h Bug 1524890 - P11. Remove duration from AudioData construction parameter. r=bryce 2019-02-22 09:19:47 +00:00
AudioConfig.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
AudioConfig.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
AudioConverter.cpp Bug 1542097 - Directly downmix to mono. r=bryce 2019-04-22 13:27:42 +00:00
AudioConverter.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
AudioDeviceInfo.cpp Bug 1213453 - Add group id in various MediaManager classes. r=pehrsons 2019-03-08 11:51:45 +00:00
AudioDeviceInfo.h Bug 1213453 - Add group id in various MediaManager classes. r=pehrsons 2019-03-08 11:51:45 +00:00
AudioMixer.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioNotificationReceiver.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
AudioNotificationReceiver.h Bug 1508298 - Disable the reformatting of the comment r=jya 2018-11-20 14:21:48 +00:00
AudioNotificationSender.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
AudioNotificationSender.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioPacketizer.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioSampleFormat.h Bug 1540357 - Fix implicit int truncation in dom/canvas's dom/* includes. r=qdot 2019-04-02 17:00:45 +00:00
AudioSegment.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioSegment.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
AudioStream.cpp Backed out 28 changesets (bug 1550422) for marionette AssertionError and failing browser_policy_hardware_acceleration.js on a CLOSED TREE. 2019-05-23 05:59:44 +03:00
AudioStream.h Bug 1552530 - Make the wav dumper in AudioStream.cpp reusable. r=jya 2019-05-21 10:10:04 +00:00
AudioStreamTrack.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioStreamTrack.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioTrack.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioTrack.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioTrackList.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioTrackList.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AutoplayPolicy.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
AutoplayPolicy.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
BackgroundVideoDecodingPermissionObserver.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
BackgroundVideoDecodingPermissionObserver.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
BaseMediaResource.cpp Bug 1547757 - Use a RefPtr to hold owner element ref when moving media resource load to background. r=cpearce 2019-05-16 07:01:02 +00:00
BaseMediaResource.h Backed out changeset c386ebfd9c6b (bug 1542674) as per tarek's request on IRC 2019-05-07 15:07:27 +03:00
Benchmark.cpp Backed out 28 changesets (bug 1550422) for marionette AssertionError and failing browser_policy_hardware_acceleration.js on a CLOSED TREE. 2019-05-23 05:59:44 +03:00
Benchmark.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
BitReader.cpp Bug 1533127 - Force unsigned operation. r=gerald 2019-03-08 03:03:16 +00:00
BitReader.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
BitWriter.cpp Bug 1532867 - Force unsigned arithmetic. r=gerald 2019-05-01 07:20:23 +00:00
BitWriter.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
BufferMediaResource.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
BufferReader.h Bug 1521214 - r=kinetik 2019-01-22 11:21:23 -08:00
ByteWriter.h Bug 1552530 - Templatize ByteWriter.h to allow writing big or little endian, and fix call sites. r=jya 2019-05-21 10:10:04 +00:00
CanvasCaptureMediaStream.cpp Bug 1423253 - Remove durations from VideoSegment::AppendFrame. r=padenot 2019-03-22 11:43:40 +00:00
CanvasCaptureMediaStream.h Bug 1423253 - Change CanvasCaptureMediaStream's driver to push instead of pull. r=padenot 2019-03-22 11:42:10 +00:00
ChannelMediaDecoder.cpp Backed out changeset c386ebfd9c6b (bug 1542674) as per tarek's request on IRC 2019-05-07 15:07:27 +03:00
ChannelMediaDecoder.h Backed out changeset c386ebfd9c6b (bug 1542674) as per tarek's request on IRC 2019-05-07 15:07:27 +03:00
ChannelMediaResource.cpp Backed out changeset c386ebfd9c6b (bug 1542674) as per tarek's request on IRC 2019-05-07 15:07:27 +03:00
ChannelMediaResource.h Backed out changeset c386ebfd9c6b (bug 1542674) as per tarek's request on IRC 2019-05-07 15:07:27 +03:00
CloneableWithRangeMediaResource.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
CloneableWithRangeMediaResource.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
components.conf Bug 1524688: Part 3 - Convert PeerConnection to static registration r=jib 2019-01-29 17:44:56 -08:00
CubebUtils.cpp Bug 1531833 - When the input is voice, activate the global communication mode. r=pehrsons 2019-04-16 15:42:42 +00:00
CubebUtils.h Bug 1531833 - When the input is voice, activate the global communication mode. r=pehrsons 2019-04-16 15:42:42 +00:00
DecoderTraits.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
DecoderTraits.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
DOMMediaStream.cpp Bug 1519636 - clang-format-8: Reformat recent changes to the Google coding style r=Ehsan 2019-04-05 21:41:42 +00:00
DOMMediaStream.h Bug 1497175 - Have DOMMediaStream::TrackPort::BlockSourceTrackId() return a promise. r=pehrsons 2018-11-30 05:14:40 +00:00
DriftCompensation.h Bug 1542685 - Avoid integer overflows by multiplying doubles. r=padenot 2019-04-08 14:27:13 +00:00
FileBlockCache.cpp Bug 1540573 - P4. Use larger MediaCache sizes when on cellular connection. r=jya 2019-05-06 23:38:02 +00:00
FileBlockCache.h Bug 1540573 - P4. Use larger MediaCache sizes when on cellular connection. r=jya 2019-05-06 23:38:02 +00:00
FileMediaResource.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
FileMediaResource.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
FrameStatistics.h Bug 1543032 - Extend metrics for dropped frames - r=padenot 2019-04-16 11:50:38 +00:00
GetUserMediaRequest.cpp Bug 1525057 - Ensure that GetUserMediaRequest's mIsHandlingUserInput is always initialized properly; r=jib 2019-02-05 18:40:21 +00:00
GetUserMediaRequest.h Bug 1525057 - Ensure that GetUserMediaRequest's mIsHandlingUserInput is always initialized properly; r=jib 2019-02-05 18:40:21 +00:00
GraphDriver.cpp Bug 1545079 - Execute revive logic in operation thread. r=padenot 2019-05-14 16:00:22 +00:00
GraphDriver.h Bug 1545079 - Execute revive logic in operation thread. r=padenot 2019-05-14 16:00:22 +00:00
GraphRunner.cpp Bug 1538640 wait for GraphRunner thread shutdown r=pehrsons 2019-03-26 00:13:55 +00:00
GraphRunner.h Bug 1538640 wait for GraphRunner thread shutdown r=pehrsons 2019-03-26 00:13:55 +00:00
IdpSandbox.jsm Bug 1525319 - Removing context from OnDataAvailable r=valentin 2019-02-27 23:42:27 +00:00
ImageToI420.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ImageToI420.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
Intervals.h Bug 1552712 - Reserve upper bound for capacity of IntervalSet::Intersection(). r=jya 2019-05-21 17:09:53 +00:00
MediaBlockCacheBase.h Bug 1540573 - P4. Use larger MediaCache sizes when on cellular connection. r=jya 2019-05-06 23:38:02 +00:00
MediaCache.cpp Backed out changeset c386ebfd9c6b (bug 1542674) as per tarek's request on IRC 2019-05-07 15:07:27 +03:00
MediaCache.h Backed out changeset c386ebfd9c6b (bug 1542674) as per tarek's request on IRC 2019-05-07 15:07:27 +03:00
MediaChannelStatistics.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MediaContainerType.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaContainerType.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaData.cpp Bug 1544478 - Respect SharedRGBImage's stride during YUV->RGBA conversion. r=mattwoodrow 2019-04-16 17:02:59 +00:00
MediaData.h Bug 1540748 - part2 : add warning for negative adjusted time. r=jolin 2019-04-29 21:44:06 +00:00
MediaDataDemuxer.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MediaDecoder.cpp Backed out changeset c386ebfd9c6b (bug 1542674) as per tarek's request on IRC 2019-05-07 15:07:27 +03:00
MediaDecoder.h Backed out changeset c386ebfd9c6b (bug 1542674) as per tarek's request on IRC 2019-05-07 15:07:27 +03:00
MediaDecoderOwner.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
MediaDecoderStateMachine.cpp Bug 1532495 - part1 : only skip the 'completed' state during seamless looping mode. r=jya 2019-05-09 17:47:52 +00:00
MediaDecoderStateMachine.h Bug 1532495 - part1 : only skip the 'completed' state during seamless looping mode. r=jya 2019-05-09 17:47:52 +00:00
MediaDeviceInfo.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaDeviceInfo.h Bug 1213453 - Add group id in various MediaManager classes. r=pehrsons 2019-03-08 11:51:45 +00:00
MediaDevices.cpp Bug 1553213 - correct new MediaAccess telemetry probes r=mjf 2019-05-22 19:02:37 +00:00
MediaDevices.h Bug 1528078 - Adding WebRTC device access and deprecated interface telemetry r=jib,smaug 2019-05-03 23:50:22 +00:00
MediaEventSource.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaFormatReader.cpp Backed out changeset c386ebfd9c6b (bug 1542674) as per tarek's request on IRC 2019-05-07 15:07:27 +03:00
MediaFormatReader.h Backed out changeset c386ebfd9c6b (bug 1542674) as per tarek's request on IRC 2019-05-07 15:07:27 +03:00
MediaInfo.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-02-16 20:20:37 +01:00
MediaInfo.h Bug 1493898 - P6. Move YUVColorSpace definition in the gfx namespace. r=mattwoodrow. 2019-04-11 12:41:33 +00:00
MediaManager.cpp Bug 1550955 - Make StopTrack() API require a hard reference. r=pehrsons 2019-05-17 19:38:44 +00:00
MediaManager.h Bug 1540434 - Convert a bunch of rawptrs related to MediaManager to RefPtr. r=jib 2019-04-16 07:37:48 +00:00
MediaMetadataManager.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MediaMIMETypes.cpp Bug 1533129 - Add extended MIME parameter support to MediaSource.isTypeSupported on YouTube only. r=jya 2019-04-11 09:53:26 +00:00
MediaMIMETypes.h Bug 1533129 - Add extended MIME parameter support to MediaSource.isTypeSupported on YouTube only. r=jya 2019-04-11 09:53:26 +00:00
MediaPromiseDefs.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaQueue.h Bug 1545108 - Use a diagnostic assert to check for nullptr when pushing into MediaQueue. r=alwu 2019-04-25 17:08:27 +00:00
MediaRecorder.cpp Bug 1538727 - Move TrackListener and track-PrincipalChangeObserver removal to Stop(). r=bryce 2019-04-30 18:39:21 +00:00
MediaRecorder.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
MediaResource.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaResource.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MediaResourceCallback.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaResult.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MediaSegment.h Bug 1423253 - Disregard VideoChunk durations in VideoTrackEncoder. r=padenot 2019-03-22 11:43:08 +00:00
MediaShutdownManager.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaShutdownManager.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MediaStatistics.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaStreamError.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaStreamError.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MediaStreamGraph.cpp Bug 1551855 - Add a dedicated pref for enabling GraphRunner. r=karlt 2019-05-16 06:10:54 +00:00
MediaStreamGraph.h Bug 1536766 - Remove unused MediaStream::HasCurrentData. r=padenot 2019-04-24 10:55:50 +00:00
MediaStreamGraphImpl.h Bug 1531833 - Add a way to tell the graph driver that the audio input is voice. r=pehrsons 2019-04-16 15:42:38 +00:00
MediaStreamListener.cpp Bug 1423253 - Remove DirectMediaStreamTrackListener::mMedia. r=padenot 2019-03-22 11:44:54 +00:00
MediaStreamListener.h Bug 1423253 - Notify MediaStreamTrackListeners about tracks' enabled state. r=padenot 2019-03-22 11:45:29 +00:00
MediaStreamTrack.cpp Backed out 2 changesets (bug 1324548) for failing wpt at idlharness.https.window.html on a CLOSED TREE 2019-04-03 23:18:19 +03:00
MediaStreamTrack.h Bug 1506093 - Remove MediaStreamVideoSink. r=padenot 2019-03-22 11:41:39 +00:00
MediaStreamTypes.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaTimer.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
MediaTimer.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MediaTrack.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaTrack.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaTrackList.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaTrackList.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MemoryBlockCache.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
MemoryBlockCache.h Bug 1540573 - P4. Use larger MediaCache sizes when on cellular connection. r=jya 2019-05-06 23:38:02 +00:00
moz.build Bug 1552530 - Make the wav dumper in AudioStream.cpp reusable. r=jya 2019-05-21 10:10:04 +00:00
nsIAudioDeviceInfo.idl Bug 1489047 - Change almost all DOMString occurrences in XPIDL files to AString. r=nika 2018-09-06 18:02:43 +10:00
nsIAutoplay.idl Bug 1513039 - part10 : remove nsIAutoplay.PROMPT r=daleharvey,cpearce 2019-01-07 18:41:03 +00:00
nsIDocumentActivity.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
nsIDOMNavigatorUserMedia.idl Bug 1535384 part 11. Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY for getUserMedia callbacks. r=jib 2019-03-19 04:36:46 +00:00
nsIMediaManager.idl Bug 1497559 - Remove Application from mediaCaptureWindowState; r=jib 2019-04-30 15:06:23 +00:00
PeerConnection.jsm Bug 1531908 - Part 0: Re-enable a test-case, and check length of label based on UTF-8 encoding. r=jib 2019-05-09 17:29:20 +00:00
PeerConnectionIdp.jsm Bug 1534692 - Part 5: Teach PeerConnectionIdp to cope with SDP with no media sections. r=jib 2019-03-29 18:37:51 +00:00
PrincipalChangeObserver.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
QueueObject.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
QueueObject.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ReaderProxy.cpp Bug 1540740 - part1 : let the return value of 'AdjustForStartTime()' to tell whether the adjustment is succeeded r=jya 2019-04-11 20:43:00 +00:00
ReaderProxy.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
RTCStatsReport.jsm Bug 1531494 - remove all unimplemented RTCStats types from the WebIDL and prune related dead code r=bwc,smaug 2019-03-26 17:21:02 +00:00
SeekJob.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
SeekJob.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
SeekTarget.h Bug 1546506 - Add an assertion to ensure that we won't construct SeekTarget with invalid time. r=bryce 2019-04-24 17:07:40 +00:00
SelfRef.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
SharedBuffer.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
StreamTracks.cpp Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
StreamTracks.h Bug 1509548 - Rename track-end-time methods in StreamTracks. r=padenot 2018-11-29 17:37:17 +00:00
TextTrack.cpp Backed out 23 changesets (bug 1550633) for causing bug 1548454 to permafail on a CLOSED TREE 2019-05-24 03:38:26 +03:00
TextTrack.h Backed out 23 changesets (bug 1550633) for causing bug 1548454 to permafail on a CLOSED TREE 2019-05-24 03:38:26 +03:00
TextTrackCue.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-03-31 15:12:55 +00:00
TextTrackCue.h Bug 1509446 - part1 : update active cues list when cue's active state changed. r=jya 2019-03-08 03:10:45 +00:00
TextTrackCueList.cpp Bug 1537554 - part2 : let track track handle adding current cue and other cue if it's not disable. r=jya 2019-03-26 07:50:50 +00:00
TextTrackCueList.h Bug 1537554 - part2 : let track track handle adding current cue and other cue if it's not disable. r=jya 2019-03-26 07:50:50 +00:00
TextTrackList.cpp Bug 1531863 - part2 : handle text track mode changed in MediaElement. r=jya 2019-03-12 00:32:21 +00:00
TextTrackList.h Bug 1531863 - part2 : handle text track mode changed in MediaElement. r=jya 2019-03-12 00:32:21 +00:00
TextTrackRegion.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrackRegion.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ThreadPoolCOMListener.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ThreadPoolCOMListener.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TimeUnits.h Bug 1538023 - Add support for -Inf to media::TimeUnits. r=jya 2019-05-08 06:27:03 +00:00
Tracing.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
Tracing.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
TrackID.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TrackUnionStream.cpp Bug 1536766 - Remove unused MediaStream::HasCurrentData. r=padenot 2019-04-24 10:55:50 +00:00
TrackUnionStream.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoFrameContainer.cpp Bug 1423253 - Move VideoSegment-specific logic out of VideoFrameContainer. r=padenot 2019-03-22 11:45:31 +00:00
VideoFrameContainer.h Bug 1423253 - Move VideoSegment-specific logic out of VideoFrameContainer. r=padenot 2019-03-22 11:45:31 +00:00
VideoFrameConverter.h Bug 1519636 - clang-format-8: Reformat recent changes to the Google coding style r=Ehsan 2019-04-05 21:41:42 +00:00
VideoLimits.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoPlaybackQuality.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoPlaybackQuality.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoSegment.cpp Bug 1423253 - Pace future video frames in MediaPipeline. r=dminor,padenot 2019-03-22 11:45:27 +00:00
VideoSegment.h Bug 1423253 - Pace future video frames in MediaPipeline. r=dminor,padenot 2019-03-22 11:45:27 +00:00
VideoStreamTrack.cpp Bug 1536766 - Drop frames more accurately when ending and interrupting video track playback. r=padenot 2019-04-24 10:56:11 +00:00
VideoStreamTrack.h Bug 1506093 - Remove MediaStreamVideoSink. r=padenot 2019-03-22 11:41:39 +00:00
VideoTrack.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoTrack.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoTrackList.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoTrackList.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoUtils.cpp Bug 1540573 - P3. Expose network link type on ContentChild for use in content process. r=snorp 2019-05-06 22:41:25 +00:00
VideoUtils.h Bug 1540573 - P3. Expose network link type on ContentChild for use in content process. r=snorp 2019-05-06 22:41:25 +00:00
VorbisUtils.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
WavDumper.h Bug 1552530 - Make the wav dumper in AudioStream.cpp reusable. r=jya 2019-05-21 10:10:04 +00:00
WebMSample.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
WebVTTListener.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-03-13 10:19:06 +01:00
WebVTTListener.h Bug 1443429 - P3. Don't use WebVTTListener while in stable state. r=smaug 2018-12-13 20:06:02 +00:00
XiphExtradata.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
XiphExtradata.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00