From 1478742ee32bbce4040ad6e63688a723c0a027a2 Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Sat, 10 Feb 2024 13:53:12 -0500 Subject: [PATCH] Bug 1876843 - Vendor libwebrtc from 2e3a2a8392 Upstream commit: https://webrtc.googlesource.com/src/+/2e3a2a839281bc34fa4dbd209a70eab2c5b07650 Update WebRTC code version (2023-11-24T04:13:54). Bug: None Change-Id: Ic570084759901abaea59addfc0175308a5c732c2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/328463 Bot-Commit: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Commit-Queue: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Cr-Commit-Position: refs/heads/main@{#41228} --- third_party/libwebrtc/README.moz-ff-commit | 3 +++ third_party/libwebrtc/README.mozilla | 2 ++ third_party/libwebrtc/call/version.cc | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/third_party/libwebrtc/README.moz-ff-commit b/third_party/libwebrtc/README.moz-ff-commit index 9321590b3d5c..bb6983a168a7 100644 --- a/third_party/libwebrtc/README.moz-ff-commit +++ b/third_party/libwebrtc/README.moz-ff-commit @@ -27408,3 +27408,6 @@ e7b48a1e80 # MOZ_LIBWEBRTC_SRC=/Users/jan-ivar/moz/elm/.moz-fast-forward/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh # base of lastest vendoring 23ac2c0133 +# MOZ_LIBWEBRTC_SRC=/Users/jan-ivar/moz/elm/.moz-fast-forward/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh +# base of lastest vendoring +2e3a2a8392 diff --git a/third_party/libwebrtc/README.mozilla b/third_party/libwebrtc/README.mozilla index 323a158ee2dd..a89c1c9f6226 100644 --- a/third_party/libwebrtc/README.mozilla +++ b/third_party/libwebrtc/README.mozilla @@ -18296,3 +18296,5 @@ libwebrtc updated from /Users/jan-ivar/moz/elm/.moz-fast-forward/moz-libwebrtc c libwebrtc updated from /Users/jan-ivar/moz/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2024-02-10T18:50:57.261186. # ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /Users/jan-ivar/moz/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc libwebrtc updated from /Users/jan-ivar/moz/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2024-02-10T18:52:03.681372. +# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /Users/jan-ivar/moz/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc +libwebrtc updated from /Users/jan-ivar/moz/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2024-02-10T18:53:03.746754. diff --git a/third_party/libwebrtc/call/version.cc b/third_party/libwebrtc/call/version.cc index 39194626be3d..c63abd7229b1 100644 --- a/third_party/libwebrtc/call/version.cc +++ b/third_party/libwebrtc/call/version.cc @@ -13,7 +13,7 @@ namespace webrtc { // The timestamp is always in UTC. -const char* const kSourceTimestamp = "WebRTC source stamp 2023-11-23T04:11:52"; +const char* const kSourceTimestamp = "WebRTC source stamp 2023-11-24T04:13:54"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even