gecko-dev/dom/media
Jed Davis bcff2dd108 Bug 1487287 - Synchronize GeckoChildProcessHost destruction with launching. r=mccr8
In order to enable asynchronous launch, destruction of
GeckoChildProcessHost (and its subclasses) has to be delayed until after
launching (or anything else that might be made asynchronous in the
future) has completed, to prevent use-after-free.  However, there are
other dependencies on process hosts always being destroyed on the I/O
thread, so refcounting would be difficult to use.

Instead, GeckoChildProcessHost now may not be destroyed directly, but
must go through a method that handles the scheduling.

There are also some minor cleanups to the affected headers (removed
duplicate access modifiers, and made PluginProcessParent final).

Depends on D18010

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

--HG--
extra : moz-landing-system : lando
2019-02-05 00:15:20 +00:00
..
benchmark
bridge 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
doctor 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
eme Backed out changeset d37ccbbcd36d (bug 1522951) for Android build bustages on MediaDrmCDMProxy.h CLOSED TREE 2019-01-31 22:42:35 +02:00
encoder 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
fake-cdm 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
flac Bug 1507922 - make ownership of MetadataTags more clear in the ogg code; r=gerald,jya 2018-11-20 10:10:31 -05:00
gmp Bug 1487287 - Synchronize GeckoChildProcessHost destruction with launching. r=mccr8 2019-02-05 00:15:20 +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 1523683 - Use mozilla::Variant to select if the MoofParser should parse a single track or multiple. r=jya 2019-02-01 21:34:37 +00:00
hls Bug 1517252 - p1: don't lock HLSResourceCallbacksSupport mutex unnecessarily. r=jya 2019-01-22 22:55:58 +00:00
imagecapture 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
ipc Bug 1487287 - Synchronize GeckoChildProcessHost destruction with launching. r=mccr8 2019-02-05 00:15:20 +00:00
mediacapabilities Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
mediasink 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
mediasource Bug 1524500 - P1. Remove partial frames when the starting time falls within the removal interval. r=bryce 2019-02-01 22:58:08 +00:00
mp3 Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
mp4 Bug 1523683 - Use mozilla::Variant to select if the MoofParser should parse a single track or multiple. r=jya 2019-02-01 21:34:37 +00:00
ogg 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
platforms Bug 1523013 - Clear SamplesWaitingForKey::mProxy in Shutdown(). r=cpearce 2019-01-30 22:56:21 +00:00
systemservices 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
test Bug 1407650 - Avoid test_mr_record_changing_video_resolution.html by delaying stop(). r=jib 2019-01-31 04:18:02 +00:00
tests Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
wave 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
webaudio Bug 1521907 part 4. Start using CheckedUnwrapStatic/Dynamic in non-binding DOM code. r=peterv 2019-02-02 03:24:22 +00:00
webm 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
webrtc 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
webspeech Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
webvtt Merge mozilla-inbound to mozilla-central. a=merge 2019-01-29 12:01:56 +02:00
ADTSDecoder.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ADTSDecoder.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ADTSDemuxer.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ADTSDemuxer.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 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
AudioCompactor.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
AudioConfig.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00: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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioDeviceInfo.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioMixer.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioNotificationReceiver.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioNotificationReceiver.h Bug 1508298 - Disable the reformatting of the comment r=jya 2018-11-20 14:21:48 +00:00
AudioNotificationSender.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00: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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 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.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
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 1521000 - Part 1: Reformat the tree to ensure everything is formatted correctly with clang-format r=sylvestre 2019-01-18 10:12:56 +01: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 1515658 - ChannelMediaResource should use the BlobURLs' length when known, r=jya 2019-01-03 19:22:49 +01:00
BaseMediaResource.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
Benchmark.cpp Bug 1524119 - Properly get VP9 benchmark value. r=bryce 2019-01-31 17:55:45 +00:00
Benchmark.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
BitReader.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
BitReader.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
BitWriter.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
CanvasCaptureMediaStream.cpp Bug 1513638 - Rename DispatchToMainThreadAfterStreamStateUpdate to DispatchToMainThreadStableState. r=jya,karlt 2018-12-19 04:34:10 +00:00
CanvasCaptureMediaStream.h Bug 1423241 - Move CanvasCaptureMediaStream from stream listener to track listener. r=padenot 2018-11-23 15:01:36 +00:00
ChannelMediaDecoder.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ChannelMediaDecoder.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ChannelMediaResource.cpp Bug 1515658 - ChannelMediaResource should use the BlobURLs' length when known, r=jya 2019-01-03 19:22:49 +01:00
ChannelMediaResource.h Bug 1515658 - ChannelMediaResource should use the BlobURLs' length when known, r=jya 2019-01-03 19:22:49 +01: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
CubebUtils.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
CubebUtils.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
DecoderTraits.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
DecoderTraits.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
DOMMediaStream.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
DOMMediaStream.h Bug 1497175 - Have DOMMediaStream::TrackPort::BlockSourceTrackId() return a promise. r=pehrsons 2018-11-30 05:14:40 +00:00
FileBlockCache.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
FileBlockCache.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
GetUserMediaRequest.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
GetUserMediaRequest.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
GraphDriver.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
GraphDriver.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
IdpSandbox.jsm Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08: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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaBlockCacheBase.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaCache.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaCache.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00: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 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
MediaData.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
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 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.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
MediaDecoderOwner.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
MediaDecoderStateMachine.cpp Bug 1519317 - handle non decoding errors when we seek back to the start position. r=jya 2019-01-22 23:18:54 +00:00
MediaDecoderStateMachine.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
MediaDeviceInfo.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaDeviceInfo.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaDevices.cpp Bug 1321221 - Implement getDisplayMedia() and update related wpt tests. r=pehrsons,smaug 2018-12-28 03:12:57 +00:00
MediaDevices.h Bug 1321221 - Implement getDisplayMedia() and update related wpt tests. r=pehrsons,smaug 2018-12-28 03:12:57 +00:00
MediaEventSource.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaFormatReader.cpp Bug 1508434 - p1: Support explicitly resetting seek threshold. r=jya 2019-01-11 17:07:49 +00:00
MediaFormatReader.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
MediaInfo.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaInfo.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
MediaManager.cpp Bug 1522488 - Increase wait time before a new device enumeration after a device change event to avoid getting outdated list. r=padenot 2019-01-28 17:36:07 +00:00
MediaManager.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
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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaMIMETypes.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaPromiseDefs.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaQueue.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
MediaRecorder.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
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 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
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 1523817 - Fix tracks that start at StreamTime t > 0. r=padenot 2019-02-01 13:44:44 +00:00
MediaStreamGraph.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
MediaStreamGraphImpl.h Bug 1510582 - Remove useless inclusions of Services.h r=erahm 2018-11-28 17:25:23 +00:00
MediaStreamListener.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
MediaStreamListener.h Bug 1423241 - Remove MediaStreamListener \o/. r=padenot 2018-11-23 15:03:00 +00:00
MediaStreamTrack.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
MediaStreamTrack.h Bug 1492479 - Move MediaStreamError out of MediaManager. r=jya 2018-11-30 05:15:54 +00:00
MediaStreamTypes.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaStreamVideoSink.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaStreamVideoSink.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaTimer.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00: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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MemoryBlockCache.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
moz.build Merge mozilla-central to mozilla-inbound. CLOSED TREE 2018-10-12 20:00:55 +03: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 1258143 - Remove LocalMediaStream. r=jib,smaug 2018-10-15 08:17:07 +00:00
nsIMediaManager.idl
PeerConnection.js Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
PeerConnection.manifest
PeerConnectionIdp.jsm Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ReaderProxy.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
RTCStatsReport.jsm
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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrack.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrackCue.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrackCue.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
TextTrackCueList.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrackCueList.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrackList.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrackList.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 1521325 - TrackUnionStream.cpp: Value stored to 'inputTrackEndPoint' is never read. r=pehrsons 2019-02-01 06:09:04 +00:00
TrackUnionStream.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoFrameContainer.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoFrameContainer.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoSegment.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoStreamTrack.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoStreamTrack.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoUtils.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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
WebMSample.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
WebVTTListener.cpp Bug 1443429 - P3. Don't use WebVTTListener while in stable state. r=smaug 2018-12-13 20:06:02 +00: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