tor-browser

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

commit b50e673ee54c95379e0ccf3a5c42f2f473766141
parent f08660c5ab868bc57eba5588180b8e26cdff7275
Author: Dan Baker <dbaker@mozilla.com>
Date:   Mon,  1 Dec 2025 23:44:44 -0700

Bug 2000941 - Vendor libwebrtc from df16623a4b

Upstream commit: https://webrtc.googlesource.com/src/+/df16623a4baa5f678b1e245a27983c97d61acfa7
    git ignore tflite files in resources/

    No-Try: True
    Bug: webrtc:442444736
    Change-Id: Id594e4385c115e9a904a4ab18281db454e6f2743
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/411740
    Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org>
    Commit-Queue: Jesus de Vicente Pena <devicentepena@webrtc.org>
    Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org>
    Reviewed-by: Jesus de Vicente Pena <devicentepena@webrtc.org>
    Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#45718}

Diffstat:
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
Mthird_party/libwebrtc/resources/.gitignore | 1+
2 files changed, 3 insertions(+), 2 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-12-02T06:42:08.314583+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T06:44:31.965986+00:00. # base of lastest vendoring -93c79360be +df16623a4b diff --git a/third_party/libwebrtc/resources/.gitignore b/third_party/libwebrtc/resources/.gitignore @@ -13,6 +13,7 @@ **/*.rtp **/*.rtpdump **/*.rx +**/*.tflite **/*.txt **/*.wav **/*.y4m