tor-browser

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

commit 2fb99a91766edb322d78ccd09f7df817cf1e1217
parent 82c86cf43b5be8299f2f2985c97c9284799ebcc5
Author: Michael Froman <mfroman@mozilla.com>
Date:   Wed,  8 Oct 2025 23:25:11 -0500

Bug 1993083 - Vendor libwebrtc from 78e1a84534

Upstream commit: https://webrtc.googlesource.com/src/+/78e1a84534e44c0d6dd837926f53a653a7d51402
    Fix the typo in the histogram name

    Bug: chromium:409473386
    Change-Id: Ie8bc4e59b03b10c7da5a389741f65e861e905bdf
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/399580
    Commit-Queue: Palak Agarwal <agpalak@google.com>
    Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#45116}

Diffstat:
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
Mthird_party/libwebrtc/modules/desktop_capture/win/full_screen_win_application_handler.cc | 2+-
2 files changed, 3 insertions(+), 3 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 /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc -libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-09T04:23:24.044634+00:00. +libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-09T04:25:02.314623+00:00. # base of lastest vendoring -896e528596 +78e1a84534 diff --git a/third_party/libwebrtc/modules/desktop_capture/win/full_screen_win_application_handler.cc b/third_party/libwebrtc/modules/desktop_capture/win/full_screen_win_application_handler.cc @@ -31,7 +31,7 @@ void RecordFullScreenDetectorResult(FullScreenDetectorResult result) { RTC_HISTOGRAM_ENUMERATION( - "WebRTC.Screenshare.FullscreenDetectorResult", static_cast<int>(result), + "WebRTC.Screenshare.FullScreenDetectorResult", static_cast<int>(result), static_cast<int>(FullScreenDetectorResult::kMaxValue)); }