tor-browser

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

commit c9ad60386b0e881e7581bef72f97d6a65158bde0
parent 77a66cd19ec98e60d337c1296dea27373b2b2476
Author: Dan Baker <dbaker@mozilla.com>
Date:   Mon,  1 Dec 2025 17:56:09 -0700

Bug 2000941 - Vendor libwebrtc from e05f626f99

Upstream commit: https://webrtc.googlesource.com/src/+/e05f626f995615ce8d15629c4509b7232b01d6a2
    Roll chromium_revision 70da7e7a8c..5eb4b823dc (1512365:1512541)

    Change log: https://chromium.googlesource.com/chromium/src/+log/70da7e7a8c..5eb4b823dc
    Full diff: https://chromium.googlesource.com/chromium/src/+/70da7e7a8c..5eb4b823dc

    Changed dependencies
    * src/build: https://chromium.googlesource.com/chromium/src/build/+log/396bde5914..2d4b1270c9
    * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/d96d57dcbe..1e747127d3
    * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b8aba99a05..1cd042cb18
    * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/eaf36bea6a..4ea6fc39d2
    * src/third_party/grpc/src: https://chromium.googlesource.com/external/github.com/grpc/grpc.git/+log/b4cecfdea1..f8a7a7f438
    * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d8e4e06811..a0467c180d
    DEPS diff: https://chromium.googlesource.com/chromium/src/+/70da7e7a8c..5eb4b823dc/DEPS

    BUG=None

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

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': '70da7e7a8c215384bcc4fcd6b7a182fa6225d8fb', + 'chromium_revision': '5eb4b823dced000b8d61678f1c885f38c2dc4fbe', # 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@396bde5914280531dd0e9e5662ae730992484a11', + 'https://chromium.googlesource.com/chromium/src/build@2d4b1270c9b4d6df4cca348ce440d5b4c4c02456', 'src/buildtools': 'https://chromium.googlesource.com/chromium/src/buildtools@10b037a661ecbc8b2e8c4f85c653d36d1d82cc36', # 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@d96d57dcbe417117ad5fcd5efe3d58b2dadb2549', + 'url': 'https://chromium.googlesource.com/chromium/src/ios@1e747127d3a9a4fcda947f868336b839f50b80aa', 'condition': 'checkout_ios', }, 'src/testing': - 'https://chromium.googlesource.com/chromium/src/testing@b8aba99a058e3cabd7e81cff71dd005fe1adf023', + 'https://chromium.googlesource.com/chromium/src/testing@1cd042cb1881d57f6364f5683238d876f7594315', 'src/third_party': - 'https://chromium.googlesource.com/chromium/src/third_party@eaf36bea6a9a0c8f501a8a4faca3df38b10438c3', + 'https://chromium.googlesource.com/chromium/src/third_party@4ea6fc39d269d61b0417882bc745dd176918dc70', 'src/buildtools/linux64': { 'packages': [ @@ -499,7 +499,7 @@ deps = { 'src/third_party/flatbuffers/src': 'https://chromium.googlesource.com/external/github.com/google/flatbuffers.git@1c514626e83c20fffa8557e75641848e1e15cd5e', 'src/third_party/grpc/src': { - 'url': 'https://chromium.googlesource.com/external/github.com/grpc/grpc.git@b4cecfdea1d961db9cded7845c45ef2fa31584ac', + 'url': 'https://chromium.googlesource.com/external/github.com/grpc/grpc.git@f8a7a7f438bf9a9d3bf7657e0df39f247ccaeffc', }, # Used for embedded builds. CrOS & Linux use the system version. 'src/third_party/fontconfig/src': { @@ -652,7 +652,7 @@ deps = { 'condition': 'checkout_android', }, 'src/tools': - 'https://chromium.googlesource.com/chromium/src/tools@d8e4e06811a3430e6101017599b86b3d4020ea48', + 'https://chromium.googlesource.com/chromium/src/tools@a0467c180d4761140591587d2e3c758c77108614', '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-02T00:53:09.095314+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T00:55:54.463594+00:00. # base of lastest vendoring -6cccb107b8 +e05f626f99