tor-browser

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

commit 39a44fc0af763a6cde64e97ed9ce91f60f6c67df
parent 98751437580b6f3f6241e4fe056c4b73c07c34ba
Author: Michael Froman <mfroman@mozilla.com>
Date:   Thu,  9 Oct 2025 23:31:53 -0500

Bug 1993083 - Vendor libwebrtc from 732523e79f

Upstream commit: https://webrtc.googlesource.com/src/+/732523e79fd5c0b726ed48e62bbdf675c583f4aa
    Roll chromium_revision 34abdb96f5..4fbad1b0a6 (1492383:1492484)

    Change log: https://chromium.googlesource.com/chromium/src/+log/34abdb96f5..4fbad1b0a6
    Full diff: https://chromium.googlesource.com/chromium/src/+/34abdb96f5..4fbad1b0a6

    Changed dependencies
    * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/90894de23e..5f5e3fcba9
    * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/948c0992d2..1ee57fa9fd
    * src/third_party/androidx/cipd: KfW884hqD9iK8mAo1aUw4nHlSXkFtVZCTBlo8NsUq38C..UPyLmnqJkgmHETBXsRdK2m9L0MAGQhmURy78aaXxUdAC
    * src/third_party/compiler-rt/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt.git/+log/3bf2da2905..f6df13f712
    * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/ebfb379c54..dd12cc1128
    * src/third_party/perfetto: https://chromium.googlesource.com/external/github.com/google/perfetto.git/+log/83bcbbbf67..967c577748
    * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/48eb1ae936..414d24b13d
    DEPS diff: https://chromium.googlesource.com/chromium/src/+/34abdb96f5..4fbad1b0a6/DEPS

    BUG=None

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

Diffstat:
Mthird_party/libwebrtc/DEPS | 16++++++++--------
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
2 files changed, 10 insertions(+), 10 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': '34abdb96f5aae7cfbdbe9cf37f4678b0971cb863', + 'chromium_revision': '4fbad1b0a6e4c021b918f5a79b94affc71c50ff1', # 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@90894de23e64844de45ab7169a983159cb0f446e', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@5f5e3fcba99c51a9a0503eb82c5f10c250ed4560', 'condition': 'checkout_ios', }, 'src/testing': 'https://chromium.googlesource.com/chromium/src/testing@14d4081110dbd340dfccbe843178a25e31c05bbd', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@948c0992d2d349545fea3767d5849d9a20ae7a5e', + 'https://chromium.googlesource.com/chromium/src/third_party@1ee57fa9fda653c6e5bdb9c9f24d111717bae78f', 'src/buildtools/linux64': { 'packages': [ @@ -331,13 +331,13 @@ deps = { 'src/third_party/clang-format/script': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@37f6e68a107df43b7d7e044fd36a13cbae3413f2', 'src/third_party/compiler-rt/src': - 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt.git@3bf2da2905ed210a42daa398a0cda5dab23273f3', + 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt.git@f6df13f71224eb80e35d67e67cfbfa4fb00831b9', 'src/third_party/libc++/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@be9dd89ffbfdf2b6cf6b9c5ec076d6adbc5d25a6', 'src/third_party/libc++abi/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@00a175050b73903b2f00e460dd2c9751c4a0fd88', 'src/third_party/llvm-libc/src': - 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@ebfb379c5464568cd3961cdf60e55dee9f512098', + 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@dd12cc11284e7845727f333a4a0c5274c161c541', 'src/third_party/libunwind/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@84c5262b57147e9934c0a8f2302d989b44ec7093', @@ -593,7 +593,7 @@ deps = { 'condition': 'checkout_android', }, 'src/third_party/perfetto': - Var('chromium_git') + '/external/github.com/google/perfetto.git' + '@' + '83bcbbbf67ed17934ddd3b667ed19c120c9ed504', + Var('chromium_git') + '/external/github.com/google/perfetto.git' + '@' + '967c577748320170af142088787e64c36790d7b3', 'src/third_party/protobuf-javascript/src': Var('chromium_git') + '/external/github.com/protocolbuffers/protobuf-javascript' + '@' + '28bf5df73ef2f345a936d9cc95d64ba8ed426a53', 'src/third_party/libvpx/source/libvpx': @@ -652,7 +652,7 @@ deps = { 'condition': 'checkout_android', }, 'src/tools': - 'https://chromium.googlesource.com/chromium/src/tools@48eb1ae9369799bc3992b9a0c3c1b37f208a3409', + 'https://chromium.googlesource.com/chromium/src/tools@414d24b13dd1b5408153d34dcbb9b4ca49e0218f', 'src/third_party/espresso': { 'packages': [ @@ -691,7 +691,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/androidx', - 'version': 'KfW884hqD9iK8mAo1aUw4nHlSXkFtVZCTBlo8NsUq38C', + 'version': 'UPyLmnqJkgmHETBXsRdK2m9L0MAGQhmURy78aaXxUdAC', }, ], 'condition': 'checkout_android and non_git_source', 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-10T04:30:39.857549+00:00. +libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-10T04:31:44.155733+00:00. # base of lastest vendoring -afbc6b30c4 +732523e79f