tor-browser

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

commit 8b0d58626af667585a13eae56e98206c642ac321
parent 776b9678cf28516c6c2093579298455df1397d42
Author: Dan Baker <dbaker@mozilla.com>
Date:   Thu, 23 Oct 2025 15:34:16 -0600

Bug 1995393 - Vendor libwebrtc from dead53b925

Upstream commit: https://webrtc.googlesource.com/src/+/dead53b925ced5ed13486b0223cc462585e35f47
    NackRequester: Remove unused enum value

    Bug: None
    Change-Id: I15752b693306ed5124f5d5b544e5ebb8046a3b11
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/404460
    Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
    Reviewed-by: Philip Eliasson <philipel@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#45345}

Diffstat:
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
Mthird_party/libwebrtc/modules/video_coding/nack_requester.h | 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 /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-23T21:31:40.937195+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-23T21:34:04.946928+00:00. # base of lastest vendoring -bfaaa8881c +dead53b925 diff --git a/third_party/libwebrtc/modules/video_coding/nack_requester.h b/third_party/libwebrtc/modules/video_coding/nack_requester.h @@ -88,7 +88,7 @@ class NackRequester final : public NackRequesterBase { private: // Which fields to consider when deciding which packet to nack in // GetNackBatch. - enum NackFilterOptions { kSeqNumOnly, kTimeOnly, kSeqNumAndTime }; + enum NackFilterOptions { kSeqNumOnly, kTimeOnly }; // This class holds the sequence number of the packet that is in the nack list // as well as the meta data about when it should be nacked and how many times