tor-browser

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

commit 6228975cfba999db6f4b21595af7d5315295ca4e
parent 4064e88df25766f35614bb4df9fe24ea8657d672
Author: Dan Baker <dbaker@mozilla.com>
Date:   Mon,  1 Dec 2025 20:04:21 -0700

Bug 2000941 - Vendor libwebrtc from 29f98afacd

Upstream commit: https://webrtc.googlesource.com/src/+/29f98afacd4c86e87f37c49340fd77e62b400335
    Change Java/Jni code to have its own mapping for SessionDescription

    Before there was an implicit dependency between the java class and the
    strings in SessionDescriptionInterface via use of the
    SdpTypeFromString() method. Instead, this special case conversion is
    contained to the java/jni implementation and the dependency on
    SessionDescriptionInterface strings, removed.

    Outside of example code, this is also the last reference in the webrtc
    that relied on SdpTypeFromString when creating session description
    objects.

    Bug: webrtc:442220720
    Change-Id: I54f2e3da8df29d168e95c8d45edaa094d24b322e
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/409041
    Reviewed-by: Harald Alvestrand <hta@webrtc.org>
    Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#45636}

Diffstat:
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
1 file changed, 2 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-02T03:01:39.155804+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T03:04:01.873946+00:00. # base of lastest vendoring -aa03961511 +29f98afacd