tor-browser

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

commit 2458486a000833940a4d847c3d6b68d969011c3d
parent 93afb7fe93cf4e5abd194bf084dd947b245a8ae0
Author: Michael Froman <mfroman@mozilla.com>
Date:   Wed,  8 Oct 2025 15:35:11 -0500

Bug 1993083 - Vendor libwebrtc from 58948f961f

Upstream commit: https://webrtc.googlesource.com/src/+/58948f961f6dead687ab28bc7889281440869a18
    Roll chromium_revision 24cc1d0706..5cf5464c8c (1475476:1476186)

    Change log: https://chromium.googlesource.com/chromium/src/+log/24cc1d0706..5cf5464c8c
    Full diff: https://chromium.googlesource.com/chromium/src/+/24cc1d0706..5cf5464c8c

    Changed dependencies
    * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6311c38ef2..68ebe7a23d
    * src/buildtools/linux64: git_revision:81dab9f25cb2381400c237fdea7030d5068f9a73..git_revision:97b68a0bb62b7528bc3491c7949d6804223c2b82
    * src/buildtools/mac: git_revision:81dab9f25cb2381400c237fdea7030d5068f9a73..git_revision:97b68a0bb62b7528bc3491c7949d6804223c2b82
    * src/buildtools/win: git_revision:81dab9f25cb2381400c237fdea7030d5068f9a73..git_revision:97b68a0bb62b7528bc3491c7949d6804223c2b82
    * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0818da033e..0099f5e744
    * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/766840625d..0e999e3170
    * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fbcbb2a677..f1487200a2
    * src/third_party/android_deps/autorolled/cipd: DUJmkzdVnkEDGATSbsAPZ0prXoXODlDZn8HA9NOMD9UC..wwEVy7_RC0x_RaBvdiHlg6X_Hu-pwMbiNF3_gX_zCAAC
    * src/third_party/androidx/cipd: PNhEgzpn3fLIoqcPAPoa_8pYF-b7mk1e1bmeV8r3ti0C..dMDoulfjeBxh9IzbcSAvcwijRIqO4KgMa2lhE_dgUWYC
    * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/5b85fe2b7c..116ec83ba8
    * src/third_party/compiler-rt/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt.git/+log/249b29a0e0..0ceada7e63
    * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/377f55f382..3f633ff2f9
    * src/third_party/freetype/src: https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/738905b34b..3ccc27dc52
    * src/third_party/grpc/src: https://chromium.googlesource.com/external/github.com/grpc/grpc.git/+log/ec70317566..a78f6964a2
    * src/third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/3d71fc6b43..66ae6e2bd8
    * src/third_party/perfetto: https://chromium.googlesource.com/external/github.com/google/perfetto.git/+log/8824a8a3db..c1b6e47957
    * src/third_party/r8/cipd: vyND5ed7BNCedbc49JaNOodeA7NrhM08caDYzWEh4PoC..kgSCvDyebyXaL6suvPTOC8fS-Wsu-SmeFTrIkT51K14C
    * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/0f1d03e3d2..35d91186b0
    DEPS diff: https://chromium.googlesource.com/chromium/src/+/24cc1d0706..5cf5464c8c/DEPS

    BUG=None

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

Diffstat:
Mthird_party/libwebrtc/DEPS | 38+++++++++++++++++++-------------------
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
2 files changed, 21 insertions(+), 21 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': '24cc1d0706d34abea623ee00e855b7f22fbc309f', + 'chromium_revision': '5cf5464c8c494b965044347b324c9461e06bc881', # Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to # process the raw profiles produced by instrumented targets (built with @@ -69,7 +69,7 @@ vars = { deps = { 'src/build': - 'https://chromium.googlesource.com/chromium/src/build@6311c38ef211e0d9d11ae6b0316fd38246df5e84', + 'https://chromium.googlesource.com/chromium/src/build@68ebe7a23d345aaf4e4647187271c1239046163f', 'src/buildtools': 'https://chromium.googlesource.com/chromium/src/buildtools@b2eba427b82f292067b546b1075363b44b27b9c4', # Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC. @@ -78,19 +78,19 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': 'https://chromium.googlesource.com/chromium/src/ios@0818da033e3fa948de459e52ce16cab743dbb4b5', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@0099f5e74472a91cde6374d7eb4845af782dc846', 'condition': 'checkout_ios', }, 'src/testing': - 'https://chromium.googlesource.com/chromium/src/testing@766840625d37bc9e41a74c61ffa632691576bdf5', + 'https://chromium.googlesource.com/chromium/src/testing@0e999e317061ae23868b7f88878767abd7d7c701', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@fbcbb2a67783f602bea3483091e3aad5b3ae1ebd', + 'https://chromium.googlesource.com/chromium/src/third_party@f1487200a2168553173945271d87f5407a1aff86', 'src/buildtools/linux64': { 'packages': [ { 'package': 'gn/gn/linux-${{arch}}', - 'version': 'git_revision:81dab9f25cb2381400c237fdea7030d5068f9a73', + 'version': 'git_revision:97b68a0bb62b7528bc3491c7949d6804223c2b82', } ], 'dep_type': 'cipd', @@ -100,7 +100,7 @@ deps = { 'packages': [ { 'package': 'gn/gn/mac-${{arch}}', - 'version': 'git_revision:81dab9f25cb2381400c237fdea7030d5068f9a73', + 'version': 'git_revision:97b68a0bb62b7528bc3491c7949d6804223c2b82', } ], 'dep_type': 'cipd', @@ -110,7 +110,7 @@ deps = { 'packages': [ { 'package': 'gn/gn/windows-amd64', - 'version': 'git_revision:81dab9f25cb2381400c237fdea7030d5068f9a73', + 'version': 'git_revision:97b68a0bb62b7528bc3491c7949d6804223c2b82', } ], 'dep_type': 'cipd', @@ -317,13 +317,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@249b29a0e0b0f4b9dac1b099a44e3536903d6896', + 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt.git@0ceada7e63a869692256f956cc22869007469c55', 'src/third_party/libc++/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@2c359c239b138a20a03f798e47889448ef131c22', 'src/third_party/libc++abi/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@e44c3c4560f1742744ef3f9fb4217a5f26ebca1b', 'src/third_party/llvm-libc/src': - 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@3d71fc6b43d55209a3c351031421b794f726b405', + 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git@66ae6e2bd8e09c7a20b8b623b7a0249a5262f87c', 'src/third_party/libunwind/src': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@5bbf35ae6801f579c523893176789774c0726e22', @@ -466,7 +466,7 @@ deps = { 'src/third_party/breakpad/breakpad': 'https://chromium.googlesource.com/breakpad/breakpad.git@9d1f417714a6883f8d4e345c07802eb79edd2e90', 'src/third_party/catapult': - 'https://chromium.googlesource.com/catapult.git@5b85fe2b7c3e03e36f8206dacd7d1d58268b3a94', + 'https://chromium.googlesource.com/catapult.git@116ec83ba82d63aeb64fc56a4b0912947492f1df', 'src/third_party/ced/src': { 'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5', }, @@ -479,13 +479,13 @@ deps = { 'src/third_party/crc32c/src': 'https://chromium.googlesource.com/external/github.com/google/crc32c.git@d3d60ac6e0f16780bcfcc825385e1d338801a558', 'src/third_party/depot_tools': - 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@377f55f382fe2b3b4734a94ac3e1b60339695ef8', + 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@3f633ff2f98baa7bd2563b710bc4168691eda7bb', 'src/third_party/ffmpeg': 'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@dcdd0fa51b65a0b1688ff6b8f0cc81908f09ded2', '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@ec70317566ae70bd8804b65360a21b75233bff99', + 'url': 'https://chromium.googlesource.com/external/github.com/grpc/grpc.git@a78f6964a2ef0066afeb3d72ca9c5ef97f121544', }, # Used for embedded builds. CrOS & Linux use the system version. 'src/third_party/fontconfig/src': { @@ -493,7 +493,7 @@ deps = { 'condition': 'checkout_linux', }, 'src/third_party/freetype/src': - 'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@738905b34bd1f5a8ff51bd2bc8e38a2d8be9bfd6', + 'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@3ccc27dc527b0729f5647065d3040309c5acce01', 'src/third_party/harfbuzz-ng/src': 'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@9f83bbbe64654b45ba5bb06927ff36c2e7588495', 'src/third_party/google_benchmark/src': { @@ -579,7 +579,7 @@ deps = { 'condition': 'checkout_android', }, 'src/third_party/perfetto': - Var('chromium_git') + '/external/github.com/google/perfetto.git' + '@' + '8824a8a3db2061f80f1ae662300c7d7f2c5fcad7', + Var('chromium_git') + '/external/github.com/google/perfetto.git' + '@' + 'c1b6e47957adafa4687b38d05c5426b151963ef9', 'src/third_party/protobuf-javascript/src': Var('chromium_git') + '/external/github.com/protocolbuffers/protobuf-javascript' + '@' + '28bf5df73ef2f345a936d9cc95d64ba8ed426a53', 'src/third_party/libvpx/source/libvpx': @@ -614,7 +614,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/r8', - 'version': 'vyND5ed7BNCedbc49JaNOodeA7NrhM08caDYzWEh4PoC', + 'version': 'kgSCvDyebyXaL6suvPTOC8fS-Wsu-SmeFTrIkT51K14C', }, ], 'condition': 'checkout_android', @@ -638,7 +638,7 @@ deps = { 'condition': 'checkout_android', }, 'src/tools': - 'https://chromium.googlesource.com/chromium/src/tools@0f1d03e3d2e946991644070d6a702c6d7b4a9898', + 'https://chromium.googlesource.com/chromium/src/tools@35d91186b00f2281c9aab14b0ef3cdc884ce45ae', 'src/third_party/espresso': { 'packages': [ @@ -677,7 +677,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/androidx', - 'version': 'PNhEgzpn3fLIoqcPAPoa_8pYF-b7mk1e1bmeV8r3ti0C', + 'version': 'dMDoulfjeBxh9IzbcSAvcwijRIqO4KgMa2lhE_dgUWYC', }, ], 'condition': 'checkout_android and non_git_source', @@ -809,7 +809,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/android_deps/autorolled', - 'version': 'DUJmkzdVnkEDGATSbsAPZ0prXoXODlDZn8HA9NOMD9UC', + 'version': 'wwEVy7_RC0x_RaBvdiHlg6X_Hu-pwMbiNF3_gX_zCAAC', }, ], '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-08T20:33:45.058808+00:00. +libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-08T20:35:02.188178+00:00. # base of lastest vendoring -84d07a37d9 +58948f961f