tor-browser

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

commit 6bd6a31518c34446f9918a470c510bea314a42de
parent 7de1246669c3275c2efce2cdeeb035dfc36fd4bb
Author: Dan Baker <dbaker@mozilla.com>
Date:   Mon, 27 Oct 2025 17:25:21 -0600

Bug 1995393 - Vendor libwebrtc from a5e91cc1e9

Upstream commit: https://webrtc.googlesource.com/src/+/a5e91cc1e974d01c71b13dad3d297ac8cd866fc7
    Force trybots to compile when modifying mb files.

    Change-Id: I533a7b6727ebefa6a2dc2433e2586579f9e17631
    Bug: None
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/407044
    Commit-Queue: Jeremy Leconte <jleconte@google.com>
    Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#45519}

Diffstat:
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
Mthird_party/libwebrtc/infra/specs/trybot_analyze_config.json | 5+++--
2 files changed, 5 insertions(+), 4 deletions(-)

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-10-27T23:22:40.500060+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-27T23:25:10.707105+00:00. # base of lastest vendoring -0bac8c3d11 +a5e91cc1e9 diff --git a/third_party/libwebrtc/infra/specs/trybot_analyze_config.json b/third_party/libwebrtc/infra/specs/trybot_analyze_config.json @@ -1,10 +1,11 @@ { "base": { "exclusions": [ - ".vpython", ".vpython3", "DEPS", - "infra/specs/.*" + "infra/specs/.*", + "tools_webrtc/mb/mb_config.pyl", + "tools_webrtc/mb/mb.py" ] } }