tor-browser

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

commit 8c405052c9b97ffd79270b475ab6bc0f717ab443
parent 6c8ee883c0b085d1e5fd35a0f9dda2133b4a116d
Author: Dan Baker <dbaker@mozilla.com>
Date:   Tue,  2 Dec 2025 01:48:20 -0700

Bug 2000941 - Vendor libwebrtc from 3570f5b974

Upstream commit: https://webrtc.googlesource.com/src/+/3570f5b974e5b5d8e2660d0bbbea5d405068a476
    Roll chromium_revision f5bbc5771c..d89832c173 (1522117:1522262)

    Change log: https://chromium.googlesource.com/chromium/src/+log/f5bbc5771c..d89832c173
    Full diff: https://chromium.googlesource.com/chromium/src/+/f5bbc5771c..d89832c173

    Changed dependencies
    * src/build: https://chromium.googlesource.com/chromium/src/build/+log/dd54bc718b..045565e91c
    * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/59e982af81..700b2480a5
    * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9b482fbcc9..c030c132cb
    * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/34ac14f73e..de738129eb
    * src/third_party/breakpad/breakpad: https://chromium.googlesource.com/breakpad/breakpad.git/+log/aa791e633d..a1220f673d
    * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e2b34e6c5d..04c85a1d0e
    * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/610d80d712..3b73a00861
    DEPS diff: https://chromium.googlesource.com/chromium/src/+/f5bbc5771c..d89832c173/DEPS

    BUG=None

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

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': 'f5bbc5771c9a764a9ce7a33d59b7bc6f11228c37', + 'chromium_revision': 'd89832c173b4514a8dd58ded5192f037803ab851', # 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@dd54bc718b7c5363155660d12b7965ea9f87ada9', + 'https://chromium.googlesource.com/chromium/src/build@045565e91c7360951bddbd0618a20ea59cdd31f3', 'src/buildtools': 'https://chromium.googlesource.com/chromium/src/buildtools@3e6e75d1961a90054ee0e3030ee66b6a04164c10', # 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@59e982af819f3b4bab3fd7c2085d82776016241d', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@700b2480a58ddd3e3d95ef8d86c050f319d3f728', 'condition': 'checkout_ios', }, 'src/testing': - 'https://chromium.googlesource.com/chromium/src/testing@9b482fbcc94dce44a20873dd26180e6ae3b409f4', + 'https://chromium.googlesource.com/chromium/src/testing@c030c132cbab406942fb208b7180f8846aa4abf1', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@34ac14f73e1c69e51b1f38a1f747e31e5512a72a', + 'https://chromium.googlesource.com/chromium/src/third_party@de738129ebb915bbe34cdf06520c7050ef8aa9d9', 'src/buildtools/linux64': { 'packages': [ @@ -490,9 +490,9 @@ deps = { 'src/third_party/boringssl/src': 'https://boringssl.googlesource.com/boringssl.git@db638238d29708a20b991af3b2488e45a8bbcf71', 'src/third_party/breakpad/breakpad': - 'https://chromium.googlesource.com/breakpad/breakpad.git@aa791e633df3fca68f75e1aba9b2002d9e21549f', + 'https://chromium.googlesource.com/breakpad/breakpad.git@a1220f673dc44632e821bd1a217089e5a159a203', 'src/third_party/catapult': - 'https://chromium.googlesource.com/catapult.git@e2b34e6c5df90b060797419372b230d5638a3843', + 'https://chromium.googlesource.com/catapult.git@04c85a1d0e324464c6be4b3d193b47cb6177d03a', 'src/third_party/ced/src': { 'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5', }, @@ -668,7 +668,7 @@ deps = { 'condition': 'checkout_android', }, 'src/tools': - 'https://chromium.googlesource.com/chromium/src/tools@610d80d712796657d3c0b58b47aa1397724e31ee', + 'https://chromium.googlesource.com/chromium/src/tools@3b73a00861c1cc1d6308e20786f42045b77864cd', '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 /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-02T08:44:57.391393+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T08:48:06.941465+00:00. # base of lastest vendoring -d9f8ad9ca8 +3570f5b974