tor-browser

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

commit 27054272fb3d6c90c7b1a2d8cd3c12aa59e816a9
parent f3a4c89a347b29a0b8e5e048f434ec2d2e1dbc6d
Author: Michael Froman <mfroman@mozilla.com>
Date:   Wed,  8 Oct 2025 23:12:40 -0500

Bug 1993083 - Vendor libwebrtc from 578ac14ca3

Upstream commit: https://webrtc.googlesource.com/src/+/578ac14ca3a2e85165eb368bd1a74cce674ae3ff
    IWYU rtc_tools (again)

    with the previously excluded sanitizers_unittest.cc

    Bug: webrtc:42226242
    Change-Id: I342d60dad6c3c061d9a470ce93cc2fa58e5aae60
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/399140
    Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
    Commit-Queue: Philipp Hancke <phancke@meta.com>
    Reviewed-by: Jeremy Leconte <jleconte@google.com>
    Cr-Commit-Position: refs/heads/main@{#45105}

Diffstat:
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
Mthird_party/libwebrtc/rtc_tools/sanitizers_unittest.cc | 18++++++++----------
2 files changed, 10 insertions(+), 12 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:11:27.394360+00:00. +libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-09T04:12:30.945784+00:00. # base of lastest vendoring -8496a4dff1 +578ac14ca3 diff --git a/third_party/libwebrtc/rtc_tools/sanitizers_unittest.cc b/third_party/libwebrtc/rtc_tools/sanitizers_unittest.cc @@ -8,16 +8,14 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include <stddef.h> -#include <stdio.h> - -#include <memory> -#include <random> - -#include "rtc_base/checks.h" -#include "rtc_base/null_socket_server.h" -#include "rtc_base/thread.h" -#include "test/gtest.h" +#include <cstddef> +#include <memory> // IWYU pragma: keep +#include <random> // IWYU pragma: keep + +#include "rtc_base/checks.h" // IWYU pragma: keep +#include "rtc_base/null_socket_server.h" // IWYU pragma: keep +#include "rtc_base/thread.h" // IWYU pragma: keep +#include "test/gtest.h" // IWYU pragma: keep namespace webrtc {