0

Roll WebRTC from 5ed7ffd7ff73 to 74b51006acd2 (2 revisions)

https://webrtc.googlesource.com/src.git/+log/5ed7ffd7ff73..74b51006acd2

2025-04-07 jonaso@webrtc.org dtls-in-stun: Hookup Flush to DtlsStunPiggybackController
2025-04-07 vardar@google.com Increase scaling factor to decrease number of false positives.

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,webrtc-infra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in WebRTC: https://bugs.chromium.org/p/webrtc/issues/entry
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

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

Bug: None
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: I1d3739fe3dde6b3fd04dd7141fcdf9300050bb4b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6438474
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1443635}
This commit is contained in:
chromium-autoroll
2025-04-07 11:15:06 -07:00
committed by Chromium LUCI CQ
parent 8c534ccc6d
commit 264281a8ba
2 changed files with 2 additions and 2 deletions
DEPS
third_party

2
DEPS

@@ -2909,7 +2909,7 @@ deps = {
Var('chromium_git') + '/webpagereplay.git' + '@' + Var('webpagereplay_revision'),
'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '5ed7ffd7ff73d95bf87d85de4eb469bb78af6c2b',
Var('webrtc_git') + '/src.git' + '@' + '74b51006acd2bd9f533c3c309a73cdf2479057c4',
# Wuffs' canonical repository is at github.com/google/wuffs, but we use
# Skia's mirror of Wuffs, the same as in upstream Skia's DEPS file.