tor-browser

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

commit 062bb857f6cfc776a62a0b664dffb7634a030fcd
parent 892a56e9495650b69577073403267a55798f7c46
Author: Dan Baker <dbaker@mozilla.com>
Date:   Mon,  1 Dec 2025 16:47:50 -0700

Bug 2000941 - Vendor libwebrtc from 5c966b64e4

Upstream commit: https://webrtc.googlesource.com/src/+/5c966b64e40190a4b62f506c8d3c63c19fa79be9
    Roll chromium_revision 24d9b663b7..a4071eaa9d (1511360:1511469)

    Change log: https://chromium.googlesource.com/chromium/src/+log/24d9b663b7..a4071eaa9d
    Full diff: https://chromium.googlesource.com/chromium/src/+/24d9b663b7..a4071eaa9d

    Changed dependencies
    * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/99169f7968..aa0c33887e
    * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/41ee4209e8..bc5b5405a5
    * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/8424791ae4..d3b29e3cb9
    * src/third_party/androidx/cipd: s12rOiGNzd60313qCbH7ZkS2V2gdqpFJOpp97EuPawUC..YC4HhXF5HZSHJivwdkTTUDHtKx_CuLz0IV2DwraDhBAC
    * src/third_party/perfetto: https://chromium.googlesource.com/external/github.com/google/perfetto.git/+log/313e4b6b91..55c5924890
    * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/98fa7412b4..397f29b0e2
    DEPS diff: https://chromium.googlesource.com/chromium/src/+/24d9b663b7..a4071eaa9d/DEPS

    BUG=None

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

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': '24d9b663b774f11bf610b68a079dc3a550e5093c', + 'chromium_revision': 'a4071eaa9dfbc29586f18afd0c6a11cd898373ba', # 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@99169f7968782c4e5911b64b7e82e6483ad1c3eb', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@aa0c33887e4237363ce6772217a00eafa9c1c403', 'condition': 'checkout_ios', }, 'src/testing': - 'https://chromium.googlesource.com/chromium/src/testing@41ee4209e89dced08a2b3b0c65eca615ae52ae5b', + 'https://chromium.googlesource.com/chromium/src/testing@bc5b5405a5f9f67b6da2dd201c350cbb39c2863b', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@8424791ae43b39e847a052e952b1e3b8d1c5401f', + 'https://chromium.googlesource.com/chromium/src/third_party@d3b29e3cb94e84c3ccf92c028dd14df2383b2f07', 'src/buildtools/linux64': { 'packages': [ @@ -593,7 +593,7 @@ deps = { 'condition': 'checkout_android', }, 'src/third_party/perfetto': - Var('chromium_git') + '/external/github.com/google/perfetto.git' + '@' + '313e4b6b9117daa3241863a5ce31c203c218164a', + Var('chromium_git') + '/external/github.com/google/perfetto.git' + '@' + '55c592489062e1569fddcc59a4b9b5479a6b988f', 'src/third_party/protobuf-javascript/src': Var('chromium_git') + '/external/github.com/protocolbuffers/protobuf-javascript' + '@' + 'e6d763860001ba1a76a63adcff5efb12b1c96024', 'src/third_party/libvpx/source/libvpx': @@ -652,7 +652,7 @@ deps = { 'condition': 'checkout_android', }, 'src/tools': - 'https://chromium.googlesource.com/chromium/src/tools@98fa7412b41173c80f8c406bd99d50828b59ed0e', + 'https://chromium.googlesource.com/chromium/src/tools@397f29b0e26d1fd75eb5b688aef8e63799d3b8db', 'src/third_party/espresso': { 'packages': [ @@ -691,7 +691,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/androidx', - 'version': 's12rOiGNzd60313qCbH7ZkS2V2gdqpFJOpp97EuPawUC', + 'version': 'YC4HhXF5HZSHJivwdkTTUDHtKx_CuLz0IV2DwraDhBAC', }, ], '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 /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc -libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-01T23:45:19.231065+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-01T23:47:38.995292+00:00. # base of lastest vendoring -f2bd9371a8 +5c966b64e4