tor-browser

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

commit 2bc9c6a3802ea2bc5c6d7935886e5a12c95e99a1
parent 37040fa3e41e019003054932a4cda5f46cf4f04e
Author: Michael Froman <mfroman@mozilla.com>
Date:   Thu,  9 Oct 2025 15:34:50 -0500

Bug 1993083 - Vendor libwebrtc from b6d34410be

Upstream commit: https://webrtc.googlesource.com/src/+/b6d34410be68ce73bf2c16dd08954a4e7289da3c
    Roll chromium_revision e4baa72577..ff852216a6 (1490040:1490143)

    Change log: https://chromium.googlesource.com/chromium/src/+log/e4baa72577..ff852216a6
    Full diff: https://chromium.googlesource.com/chromium/src/+/e4baa72577..ff852216a6

    Changed dependencies
    * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7a65f2a835..50d1295ec5
    * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f1bf7b0066..a149a25833
    * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8b9854fbc1..351b1af14d
    * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/17164fff9c..6aa79db9d5
    * src/third_party/grpc/src: https://chromium.googlesource.com/external/github.com/grpc/grpc.git/+log/30cd088cdd..3af3e09105
    * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/10dc7a6a9c..28c10a322b
    DEPS diff: https://chromium.googlesource.com/chromium/src/+/e4baa72577..ff852216a6/DEPS

    BUG=None

    Change-Id: I0c2ee8bc085f25e206261a265c441db638e74063
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/401541
    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@{#45195}

Diffstat:
Mthird_party/libwebrtc/DEPS | 14+++++++-------
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
2 files changed, 9 insertions(+), 9 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': 'e4baa72577894069928faa27121ddfab87d63472', + 'chromium_revision': 'ff852216a615437bb2afc231006105bf7dab5e7d', # 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@7a65f2a835c80ea9994e3b0cc24b5a7dc87f8ff9', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@50d1295ec5f7d61e68e0742bdcc61fe65d0a12fc', 'condition': 'checkout_ios', }, 'src/testing': - 'https://chromium.googlesource.com/chromium/src/testing@f1bf7b0066990b72236b00e940ea7bf8c1481ede', + 'https://chromium.googlesource.com/chromium/src/testing@a149a2583393523ecd467ede6d0307fb6f2974ea', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@8b9854fbc1c6b12789bd395ead19e5fa2f2466b4', + 'https://chromium.googlesource.com/chromium/src/third_party@351b1af14dc29b9299a0c4d4ceb87e1551102ff2', 'src/buildtools/linux64': { 'packages': [ @@ -476,7 +476,7 @@ deps = { }, 'src/third_party/boringssl/src': - 'https://boringssl.googlesource.com/boringssl.git@17164fff9c433e482e51d9d3954d8f4815020a91', + 'https://boringssl.googlesource.com/boringssl.git@6aa79db9d5d3b149ac10250f3773da91d5cbeace', 'src/third_party/breakpad/breakpad': 'https://chromium.googlesource.com/breakpad/breakpad.git@7c56a01c1437ecdbe1d02c724573ca378947f82b', 'src/third_party/catapult': @@ -499,7 +499,7 @@ deps = { 'src/third_party/flatbuffers/src': 'https://chromium.googlesource.com/external/github.com/google/flatbuffers.git@8db59321d9f02cdffa30126654059c7d02f70c32', 'src/third_party/grpc/src': { - 'url': 'https://chromium.googlesource.com/external/github.com/grpc/grpc.git@30cd088cdd748bc9698657b3f597baf7fb4c5a0c', + 'url': 'https://chromium.googlesource.com/external/github.com/grpc/grpc.git@3af3e0910587295af4f12865110d328c6a1f3131', }, # Used for embedded builds. CrOS & Linux use the system version. 'src/third_party/fontconfig/src': { @@ -652,7 +652,7 @@ deps = { 'condition': 'checkout_android', }, 'src/tools': - 'https://chromium.googlesource.com/chromium/src/tools@10dc7a6a9c9f45da5ed210d5213e3c0400f7b11a', + 'https://chromium.googlesource.com/chromium/src/tools@28c10a322b1c51f5c6f0e98e97cd75d81f4213d0', 'src/third_party/espresso': { 'packages': [ 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:33:35.840136+00:00. +libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-09T20:34:41.200999+00:00. # base of lastest vendoring -0538249260 +b6d34410be