gecko-dev/dom/media/webrtc
Emilio Cobos Álvarez 1e9c395548 Bug 1466168: Remove mozilla::Forward in favor of std::forward. r=froydnj
Same approach as the other bug, mostly replacing automatically by removing
'using mozilla::Forward;' and then:

  s/mozilla::Forward/std::forward/
  s/Forward</std::forward</

The only file that required manual fixup was TestTreeTraversal.cpp, which had
a class called TestNodeForward with template parameters :)

MozReview-Commit-ID: A88qFG5AccP
2018-06-02 09:33:26 +02:00
..
AllocationHandle.h Bug 1447982 - Remove unused MediaEnginePrefs from AllocationHandle. r=padenot 2018-03-26 12:15:56 +02:00
MediaEngine.h Bug 1434600 - Add a method to clean up by window ID, on a MediaEngine. r=pehrsons 2018-01-31 19:02:00 +01:00
MediaEngineDefault.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
MediaEngineDefault.h Bug 1440169 - Don't reset mLastNotify in resuming Start(). r=padenot 2018-03-02 12:48:34 +01:00
MediaEnginePrefs.h Bug 1299515 - Flatten MediaEngineSource class hierarchy. r=jib 2018-01-24 16:49:13 +01:00
MediaEngineRemoteVideoSource.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
MediaEngineRemoteVideoSource.h Bug 1466168: Remove mozilla::Forward in favor of std::forward. r=froydnj 2018-06-02 09:33:26 +02:00
MediaEngineSource.cpp Bug 1450658 - Should bring window to front when screen-sharing a window; r=pehrsons 2018-05-08 15:55:36 -04:00
MediaEngineSource.h Bug 1450658 - Should bring window to front when screen-sharing a window; r=pehrsons 2018-05-08 15:55:36 -04:00
MediaEngineTabVideoSource.cpp Bug 1450658 - Should bring window to front when screen-sharing a window; r=pehrsons 2018-05-08 15:55:36 -04:00
MediaEngineTabVideoSource.h Bug 1450658 - Should bring window to front when screen-sharing a window; r=pehrsons 2018-05-08 15:55:36 -04:00
MediaEngineWebRTC.cpp Bug 1458020 - 3. Set JavaVM when actually using video capture; r=jib 2018-05-18 10:16:04 -04:00
MediaEngineWebRTC.h Bug 1457427 - Restructure EnumerateDevices method is webrtc engine to improve readability. r=pehrsons 2018-05-07 19:33:41 +02:00
MediaEngineWebRTCAudio.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
MediaTrackConstraints.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
MediaTrackConstraints.h Bug 1299515 - Flatten MediaEngineSource class hierarchy. r=jib 2018-01-24 16:49:13 +01:00
PWebrtcGlobal.ipdl
PeerIdentity.cpp
PeerIdentity.h Bug 1332639 - Remove the external string API: nsStringAPI.h/cpp and nsEmbedString.h, r=glandium 2017-02-27 11:41:52 -05:00
RTCCertificate.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
RTCCertificate.h bug 1421084 - part 4/4 - remove nsNSSShutDown.h and (hopefully) all references to it r=mt,ttaubert 2018-01-24 14:44:01 -08:00
RTCIdentityProviderRegistrar.cpp Bug 1446880: updated IDP interface to use RTCIdentityProviderOptions. r=mt 2018-03-20 11:15:10 +00:00
RTCIdentityProviderRegistrar.h Bug 1446880: updated IDP interface to use RTCIdentityProviderOptions. r=mt 2018-03-20 11:15:10 +00:00
SineWaveGenerator.h Bug 1440169 - Take TrackTicks samples in SineWaveGenerator::generate. r=achronop,padenot 2018-03-02 11:43:57 +01:00
WebrtcGlobal.h Bug 1414171 - pt 2 - Sort ICE stats by componentId on about:webrtc. r=drno 2018-01-30 22:23:54 -06:00
moz.build Bug 1460559 - Enable AsyncLogger in media capture files. r=pehrsons 2018-05-11 15:05:16 +02:00
nsITabSource.idl