tor-browser

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

commit 3fac22a55b89b918b2ecfce576f882b1310dc474
parent c1169b7770445bb613b057ca63cd3ac4715125a9
Author: Dan Baker <dbaker@mozilla.com>
Date:   Mon, 27 Oct 2025 12:40:49 -0600

Bug 1995393 - Vendor libwebrtc from 8f2f27ef9c

Upstream commit: https://webrtc.googlesource.com/src/+/8f2f27ef9cc9fa98c8e4e85cd4cbce3012f5233a
    Add visiblity for frame instrumentation evaluation.

    Bug: webrtc:358039777
    Change-Id: I0980607ce32e2ea83a244939400bf5f4ee39b5ad
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/406240
    Commit-Queue: Erik Språng <sprang@webrtc.org>
    Reviewed-by: Fanny Linderborg <linderborg@webrtc.org>
    Auto-Submit: Erik Språng <sprang@webrtc.org>
    Commit-Queue: Fanny Linderborg <linderborg@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#45434}

Diffstat:
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
Mthird_party/libwebrtc/api/video/corruption_detection/BUILD.gn | 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-10-27T18:37:16.988872+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-27T18:40:32.986399+00:00. # base of lastest vendoring -306943dd4e +8f2f27ef9c diff --git a/third_party/libwebrtc/api/video/corruption_detection/BUILD.gn b/third_party/libwebrtc/api/video/corruption_detection/BUILD.gn @@ -43,6 +43,7 @@ rtc_library("frame_instrumentation_data_reader") { } rtc_library("frame_instrumentation_evaluation") { + visibility = [ "*" ] sources = [ "frame_instrumentation_evaluation.cc", "frame_instrumentation_evaluation.h",