tor-browser

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

commit eff6a3872223e3b0aace9101775e5e5ce87888bc
parent 6fd504b301ec4c7169617ca25f90e5db7209d503
Author: Michael Froman <mfroman@mozilla.com>
Date:   Thu,  9 Oct 2025 15:12:04 -0500

Bug 1993083 - Vendor libwebrtc from 45835ed4d8

Upstream commit: https://webrtc.googlesource.com/src/+/45835ed4d899782383eac019514f9101d0234d20
    Roll chromium_revision 1b992dfa85..97452349da (1489177:1489284)

    Change log: https://chromium.googlesource.com/chromium/src/+log/1b992dfa85..97452349da
    Full diff: https://chromium.googlesource.com/chromium/src/+/1b992dfa85..97452349da

    Changed dependencies
    * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c5a0c3c9bc..2521a925a6
    * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/16a2560f51..48677f4cff
    * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/27c4eab539..ad64f267ff
    * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/35acb9ccce..a1fa332d78
    DEPS diff: https://chromium.googlesource.com/chromium/src/+/1b992dfa85..97452349da/DEPS

    BUG=None

    Change-Id: I44dc8bf2007b55e078ef68adac59dca13186733b
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/401281
    Bot-Commit: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
    Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/heads/main@{#45180}

Diffstat:
Mthird_party/libwebrtc/DEPS | 10+++++-----
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/third_party/libwebrtc/DEPS b/third_party/libwebrtc/DEPS @@ -10,7 +10,7 @@ vars = { # chromium waterfalls. More info at: crbug.com/570091. 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', - 'chromium_revision': '1b992dfa85a71311dd3fd9ca3e5548dd5a994018', + 'chromium_revision': '97452349da21ebf60239725cd7de61680b50491c', # Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to # process the raw profiles produced by instrumented targets (built with @@ -78,13 +78,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': 'https://chromium.googlesource.com/chromium/src/ios@c5a0c3c9bc2f18945843d3c7b464594918e0bc9e', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@2521a925a6b53607c079b4770e60b114c7b69367', 'condition': 'checkout_ios', }, 'src/testing': - 'https://chromium.googlesource.com/chromium/src/testing@16a2560f5116761f628b3084bd149552024ba110', + 'https://chromium.googlesource.com/chromium/src/testing@48677f4cff060e0b99a0151a13c921e0390a88ed', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@27c4eab539911f7d735e87e8adb23f3e31754d22', + 'https://chromium.googlesource.com/chromium/src/third_party@ad64f267ff3ee67958efd72b7f49914bde8907ce', 'src/buildtools/linux64': { 'packages': [ @@ -337,7 +337,7 @@ deps = { 'src/third_party/libc++abi/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@b6f2833c99549e5725055f6e9c795ca6e226afc0', 'src/third_party/llvm-libc/src': - 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@35acb9ccce9146434680d179b47caf14d1d310b1', + 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@a1fa332d780423741206ff08eff910982298f316', 'src/third_party/libunwind/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@634c609746c6ce2d731a4e6f6285135bd84bd3a3', 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 /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc -libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-09T20:10:50.763457+00:00. +libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-09T20:11:54.865322+00:00. # base of lastest vendoring -56b4b692b2 +45835ed4d8