Skip to content

Commit

Permalink
Roll WebRTC from 42cafa5696f5 to 9c99b7964fab (25 revisions)
Browse files Browse the repository at this point in the history
https://webrtc.googlesource.com/src.git/+log/42cafa5696f5..9c99b7964fab

2020-11-06 danilchap@webrtc.org Use SvcRateAllocator for av1
2020-11-05 steveanton@webrtc.org Add publicly visible mock for RtpTransceiverInterface
2020-11-05 steveanton@webrtc.org Add publicly visible mocks for AudioSourceInterface and AudioTrackInterface
2020-11-05 steveanton@webrtc.org Add publicly visible mock for DataChannelInterface
2020-11-05 roman.gaiu@ringcentral.com Add Presentation Mode Support for Capturing OpenOffice Impress document windows
2020-11-05 danilchap@webrtc.org Move SvcRateAllocator out of codecs/vp9 and make it not vp9 specific
2020-11-05 mbonadei@webrtc.org Fix -Wrange-loop-analysis.
2020-11-05 terelius@webrtc.org Add kill-switch to RTC event log factory.
2020-11-05 mbonadei@webrtc.org Add new try builder configs to mb_config.pyl.
2020-11-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision fbd658a..3f3e178 (824119:824219)
2020-11-04 mbonadei@webrtc.org Add new CI builder configs to mb_config.pyl.
2020-11-04 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 0526cc4..fbd658a (823879:824119)
2020-11-04 natim@webrtc.org Enable continuous audio polling from ADM after StopPlay in VoIP API
2020-11-04 philipel@webrtc.org Remove remaining variables related to incomplete frames.
2020-11-04 nisse@webrtc.org Delete class RWLockWrapper, and its build target.
2020-11-04 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 2357c73..0526cc4 (822514:823879)
2020-11-04 hta@webrtc.org Move "options" from ConnectionContext to PeerConnectionFactory
2020-11-04 philipp.hancke@googlemail.com uma_metrics: clean up and follow histogram recommendations
2020-11-04 nisse@webrtc.org Replace RWLockWrapper --> Mutex in DeviceInfoImpl
2020-11-04 alessiob@webrtc.org APM RuntimeSetting: record bool histogram when enqueuing a setting fails
2020-11-04 hta@webrtc.org tls_cert_verifier_ is now const and only network thread accessed
2020-11-04 ivoc@webrtc.org Initialize variables to measure preemptive expansion and acceleration
2020-11-04 nisse@webrtc.org Delete use of RWLockWrapper from SimulatedClock
2020-11-04 minyue@webrtc.org Revert "opus: take SILK vad result into account for voice detection"
2020-11-03 jakobi@webrtc.org Remove simulated neteq packet loss plot.

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/webrtc-chromium-autoroll
Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md

Bug: chromium:1140376
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: I05844aa501fb606d19a0b2c047dc40c93ff9403a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523352
Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#824917}
  • Loading branch information
chromium-autoroll authored and Commit Bot committed Nov 6, 2020
1 parent 43685ad commit 00817a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ deps = {
},

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '42cafa5696f516712bbe6709fedeedffac61544c',
Var('webrtc_git') + '/src.git' + '@' + '9c99b7964fabb16a022293ffbd2804f9b46551f6',

'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
Expand Down

0 comments on commit 00817a4

Please sign in to comment.