tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit deb283098b0d11dc406a03b2fd86825890c6a84b
parent 09052ce908dd71fca63c8ce6f910e7e3f37f4882
Author: Dan Baker <dbaker@mozilla.com>
Date:   Wed, 22 Oct 2025 14:50:39 -0600

Bug 1995393 - Vendor libwebrtc from 08a5f1148b

Upstream commit: https://webrtc.googlesource.com/src/+/08a5f1148baf667b56ee662823493c0a1aeb62c6
    Update WebRTC code version (2025-08-08T04:06:45).

    Bug: None
    Change-Id: I6fa14bf82efc468ef993a7d4b9b92d74ab056a1c
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/403509
    Bot-Commit: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com <webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com>
    Commit-Queue: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com <webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/heads/main@{#45307}

Diffstat:
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
Mthird_party/libwebrtc/call/version.cc | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/third_party/libwebrtc/README.mozilla.last-vendor b/third_party/libwebrtc/README.mozilla.last-vendor @@ -1,4 +1,4 @@ # ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc -libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-22T20:47:38.382296+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-22T20:50:24.036777+00:00. # base of lastest vendoring -3bd6510e6f +08a5f1148b diff --git 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 2025-08-07T04:06:30"; +const char* const kSourceTimestamp = "WebRTC source stamp 2025-08-08T04:06:45"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even