tor-browser

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

commit d4feb435409f0a69b689ddba92f415d267bc4abe
parent e91ea0314b0b1d6bfbe6916ee5985b9def8c0636
Author: Michael Froman <mfroman@mozilla.com>
Date:   Wed,  8 Oct 2025 17:03:47 -0500

Bug 1993083 - Vendor libwebrtc from 6b29b1ab7f

Upstream commit: https://webrtc.googlesource.com/src/+/6b29b1ab7faeb7ef888dc2c7acbcb89c39ee7f78
    Roll chromium_revision 5b929b805f..3e575cefc5 (1479114:1479215)

    Change log: https://chromium.googlesource.com/chromium/src/+log/5b929b805f..3e575cefc5
    Full diff: https://chromium.googlesource.com/chromium/src/+/5b929b805f..3e575cefc5

    Changed dependencies
    * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bf9220209e..9cfbcbcdd9
    * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e6487e5502..a94141f495
    * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/10a9fcbaf8..78457247d1
    * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5c484b4d43..f4ab6fb8b3
    * src/third_party/androidx/cipd: 4dpv4QrFOz1VCy2wyNGhxG563aJ_bmOogdkOLkt8tQAC..SUAslRJb4ktclL8I0SFgXXf3Yyp5y0IOieZHkouN16MC
    * src/third_party/grpc/src: https://chromium.googlesource.com/external/github.com/grpc/grpc.git/+log/a15b40daef..d86407d578
    * src/third_party/perfetto: https://chromium.googlesource.com/external/github.com/google/perfetto.git/+log/0e1580cdec..56db392a01
    * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/666b5eca2f..e30a93bac9
    DEPS diff: https://chromium.googlesource.com/chromium/src/+/5b929b805f..3e575cefc5/DEPS

    BUG=None

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

Diffstat:
Mthird_party/libwebrtc/DEPS | 18+++++++++---------
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
2 files changed, 11 insertions(+), 11 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': '5b929b805f12e75b228a55c7feb526f229f1ccaf', + 'chromium_revision': '3e575cefc53ab7a65305dbcbcf05cf0022024f9d', # 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@bf9220209e02cb0387a2bc64c08c1d5874f53a3a', + 'https://chromium.googlesource.com/chromium/src/build@9cfbcbcdd9b69a1229bf59af74e1b3c278641c73', 'src/buildtools': 'https://chromium.googlesource.com/chromium/src/buildtools@f7862e515c44313f6942517fef6d7718d92283d3', # Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC. @@ -78,13 +78,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': 'https://chromium.googlesource.com/chromium/src/ios@e6487e5502dd4c2341f1decefa9fecd962a320d0', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@a94141f4954b488bda5e42186fc2c60f4886ced3', 'condition': 'checkout_ios', }, 'src/testing': - 'https://chromium.googlesource.com/chromium/src/testing@10a9fcbaf838b8efe5300b9112c3593800f7bf32', + 'https://chromium.googlesource.com/chromium/src/testing@78457247d1f8e61b72da51f7eb9ad8845b82d0af', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@5c484b4d4336d990c6d5909f0741f5d2b4a86021', + 'https://chromium.googlesource.com/chromium/src/third_party@f4ab6fb8b3ee15ea5004f9a0cb5b08f4cf553ace', 'src/buildtools/linux64': { 'packages': [ @@ -485,7 +485,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@a15b40daef52727f8214346cf2fdda0f99bc4b99', + 'url': 'https://chromium.googlesource.com/external/github.com/grpc/grpc.git@d86407d578df68749d0fce7879c53b019f43d9b5', }, # Used for embedded builds. CrOS & Linux use the system version. 'src/third_party/fontconfig/src': { @@ -579,7 +579,7 @@ deps = { 'condition': 'checkout_android', }, 'src/third_party/perfetto': - Var('chromium_git') + '/external/github.com/google/perfetto.git' + '@' + '0e1580cdec198b744865c669398ce5582dabc237', + Var('chromium_git') + '/external/github.com/google/perfetto.git' + '@' + '56db392a0161aaea2a6c18b62a7ce37703b3ab0f', 'src/third_party/protobuf-javascript/src': Var('chromium_git') + '/external/github.com/protocolbuffers/protobuf-javascript' + '@' + '28bf5df73ef2f345a936d9cc95d64ba8ed426a53', 'src/third_party/libvpx/source/libvpx': @@ -638,7 +638,7 @@ deps = { 'condition': 'checkout_android', }, 'src/tools': - 'https://chromium.googlesource.com/chromium/src/tools@666b5eca2f4feef4099d3bb12014bec965e0b8f5', + 'https://chromium.googlesource.com/chromium/src/tools@e30a93bac9e7da83fb35bc83f0d47d06e08f4af1', 'src/third_party/espresso': { 'packages': [ @@ -677,7 +677,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/androidx', - 'version': '4dpv4QrFOz1VCy2wyNGhxG563aJ_bmOogdkOLkt8tQAC', + 'version': 'SUAslRJb4ktclL8I0SFgXXf3Yyp5y0IOieZHkouN16MC', }, ], '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-08T22:02:35.084023+00:00. +libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-08T22:03:38.494736+00:00. # base of lastest vendoring -c284d0a00b +6b29b1ab7f