gecko-dev/dom/media/webrtc
Nathan Froyd 3e814c0f2a Bug 1263197 - part 3 - remove GetUserMediaLog function from MediaEngineWebRTC.cpp; r=jesup
GetUserMediaLog is a holdover from when when used PRLogModule and needed
to avoid a static constructor.  Now we have LazyLogModule, which doesn't
invoke static constructors, and so we can use that directly, rather than
indirecting through GetUserMediaLog.  This change also helps avoid an
unused function warning when logging is disabled.
2016-05-06 09:11:17 -04:00
..
AudioOutputObserver.h 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
GonkCameraImage.cpp Bug 1254515 - GonkCameraImage.cpp:16:5: error: class 'mozilla::GonkCameraImage' does not have any field named 'mThread' r=reuben 2016-03-08 18:23:43 -08:00
GonkCameraImage.h Bug 1253094, part 1 - Stop using DebugOnly for class/struct members in dom/. r=baku 2016-02-26 15:52:06 +00:00
MediaEngine.h Bug 1265641: Move AEC tail length and delay-agnostic settings to getUserMedia r=padenot 2016-04-19 20:20:45 -04:00
MediaEngineCameraVideoSource.cpp Bug 1208371 - Add PrincipalHandle to MediaChunks. r=mt,jesup 2016-04-06 14:56:44 +02:00
MediaEngineCameraVideoSource.h Bug 1208371 - Add PrincipalHandle to MediaChunks. r=mt,jesup 2016-04-06 14:56:44 +02:00
MediaEngineDefault.cpp Bug 1262278 - Rename PlanarYCbCrImage::SetData and PlanarYCbCrImage::SetDataNoCopy r=nical 2016-04-18 20:12:41 -07:00
MediaEngineDefault.h Bug 1266644 - Rename StreamBuffer to StreamTracks. r=jesup r=pehrsons 2016-01-26 10:49:01 +08:00
MediaEngineGonkVideoSource.cpp Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
MediaEngineGonkVideoSource.h Bug 1262808: Fix use of |PrincipleHandle| in |MediaEngineGonkVideoSource| r=rjesup 2016-04-12 16:54:43 +02:00
MediaEngineRemoteVideoSource.cpp Bug 1262278 - Rename PlanarYCbCrImage::SetData and PlanarYCbCrImage::SetDataNoCopy r=nical 2016-04-18 20:12:41 -07:00
MediaEngineRemoteVideoSource.h Bug 1266644 - Rename StreamBuffer to StreamTracks. r=jesup r=pehrsons 2016-01-26 10:49:01 +08:00
MediaEngineTabVideoSource.cpp Bug 1259513: Make gfxContext constructor private, use a utility function that can return nullptr. r=bas,lsalzman 2016-04-12 15:18:11 -04:00
MediaEngineTabVideoSource.h Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
MediaEngineWebRTC.cpp Bug 1263197 - part 3 - remove GetUserMediaLog function from MediaEngineWebRTC.cpp; r=jesup 2016-05-06 09:11:17 -04:00
MediaEngineWebRTC.h Bug 1268428 - Use the raw mic data if all the constraints to disable processing have been passed to gUM. r=jesup 2016-04-29 14:08:47 +02:00
MediaEngineWebRTCAudio.cpp Bug 1268428 - Use the raw mic data if all the constraints to disable processing have been passed to gUM. r=jesup 2016-04-29 14:08:47 +02:00
MediaTrackConstraints.cpp Bug 987186 - remove AudioConfig, send agc/aec/noise from prefs r=jib,smaug 2016-01-22 16:46:38 -05:00
MediaTrackConstraints.h Bug 987186 - remove AudioConfig, send agc/aec/noise from prefs r=jib,smaug 2016-01-22 16:46:38 -05:00
PWebrtcGlobal.ipdl Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm) 2016-01-28 20:56:37 -08:00
PeerIdentity.cpp
PeerIdentity.h Bug 1208371 - Make PeerIdentity RefCounted. r=mt 2016-01-05 10:16:28 +08:00
RTCCertificate.cpp Bug 1250930 - Use correct global when creating a key in GenerateAsymmetricKeyTask r=bz 2016-03-08 11:15:58 +01:00
RTCCertificate.h Bug 1215519 - Switch to DOMTimeStamp for RTCCertificate. r=bz 2015-10-21 10:08:40 -07:00
RTCIdentityProviderRegistrar.cpp Bug 1258299 - Move RTCIdentityProvider to a dictionary, r=jib,khuey 2016-03-24 16:12:56 +11:00
RTCIdentityProviderRegistrar.h Bug 1258299 - Move RTCIdentityProvider to a dictionary, r=jib,khuey 2016-03-24 16:12:56 +11:00
WebrtcGlobal.h Bug 1184426 - Unprefix RTCIceCandidatePairStats.priority (formerly mozPriority). r=bwc, r=smaug 2015-07-15 22:43:37 -04:00
moz.build Bug 1256482 - Disable C4312 to unblock compilation on VS2015; r=jesup 2016-03-14 16:05:06 -07:00
nsITabSource.idl Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00