diff --git a/third_party/libwebrtc/README.moz-ff-commit b/third_party/libwebrtc/README.moz-ff-commit index f9793b297f42..a96b076b9605 100644 --- a/third_party/libwebrtc/README.moz-ff-commit +++ b/third_party/libwebrtc/README.moz-ff-commit @@ -30630,3 +30630,6 @@ a9d7c19011 # MOZ_LIBWEBRTC_SRC=/home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh # base of lastest vendoring 67ba914249 +# MOZ_LIBWEBRTC_SRC=/home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh +# base of lastest vendoring +eaa4f3ae3c diff --git a/third_party/libwebrtc/README.mozilla b/third_party/libwebrtc/README.mozilla index 4d2356963d4e..5b1a01d6195c 100644 --- a/third_party/libwebrtc/README.mozilla +++ b/third_party/libwebrtc/README.mozilla @@ -20444,3 +20444,5 @@ libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2024-06-24T15:17:32.062866. # ./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 2024-06-24T15:18:26.271126. +# ./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 2024-06-24T15:19:20.749344. diff --git a/third_party/libwebrtc/test/network/emulated_network_manager.cc b/third_party/libwebrtc/test/network/emulated_network_manager.cc index fa4037e5dbbb..291ecc16cf61 100644 --- a/third_party/libwebrtc/test/network/emulated_network_manager.cc +++ b/third_party/libwebrtc/test/network/emulated_network_manager.cc @@ -10,8 +10,10 @@ #include "test/network/emulated_network_manager.h" +#include #include #include +#include #include "absl/memory/memory.h" #include "p2p/base/basic_packet_socket_factory.h" diff --git a/third_party/libwebrtc/test/network/network_emulation.cc b/third_party/libwebrtc/test/network/network_emulation.cc index 0a67d54f7e82..1be73f0ae0f7 100644 --- a/third_party/libwebrtc/test/network/network_emulation.cc +++ b/third_party/libwebrtc/test/network/network_emulation.cc @@ -13,9 +13,13 @@ #include #include +#include #include +#include #include +#include #include +#include #include "absl/base/nullability.h" #include "absl/types/optional.h" diff --git a/third_party/libwebrtc/test/network/network_emulation_manager.cc b/third_party/libwebrtc/test/network/network_emulation_manager.cc index 0896af36dc5e..dc4bf72c3299 100644 --- a/third_party/libwebrtc/test/network/network_emulation_manager.cc +++ b/third_party/libwebrtc/test/network/network_emulation_manager.cc @@ -11,7 +11,10 @@ #include "test/network/network_emulation_manager.h" #include +#include #include +#include +#include #include "api/field_trials_view.h" #include "api/units/time_delta.h" diff --git a/third_party/libwebrtc/test/network/network_emulation_unittest.cc b/third_party/libwebrtc/test/network/network_emulation_unittest.cc index 761236cdc19b..805a1bf31ecc 100644 --- a/third_party/libwebrtc/test/network/network_emulation_unittest.cc +++ b/third_party/libwebrtc/test/network/network_emulation_unittest.cc @@ -11,6 +11,8 @@ #include "test/network/network_emulation.h" #include +#include +#include #include #include @@ -177,8 +179,6 @@ EmulatedNetworkNode* CreateEmulatedNodeWithDefaultBuiltInConfig( } // namespace -using ::testing::_; - TEST(NetworkEmulationManagerTest, GeneratedIpv4AddressDoesNotCollide) { NetworkEmulationManagerImpl network_manager( {.time_mode = TimeMode::kRealTime}); diff --git a/third_party/libwebrtc/test/network/simulated_network.cc b/third_party/libwebrtc/test/network/simulated_network.cc index 67e3a0a1463f..5fe68b7dc35c 100644 --- a/third_party/libwebrtc/test/network/simulated_network.cc +++ b/third_party/libwebrtc/test/network/simulated_network.cc @@ -175,7 +175,7 @@ bool SimulatedNetwork::EnqueuePacket(PacketInFlightInfo packet) { // Only update `next_process_time_` if not already set. Otherwise, // next_process_time_ is calculated when a packet is dequeued. Note that this - // means that the newly enqueud packet risk having an arrival time before + // means that the newly enqueued packet risk having an arrival time before // `next_process_time_` if packet reordering is allowed and // config.delay_standard_deviation_ms is set. // TODO(bugs.webrtc.org/14525): Consider preventing this. diff --git a/third_party/libwebrtc/test/network/simulated_network_unittest.cc b/third_party/libwebrtc/test/network/simulated_network_unittest.cc index 77026655dc4a..fa04e8a2da4b 100644 --- a/third_party/libwebrtc/test/network/simulated_network_unittest.cc +++ b/third_party/libwebrtc/test/network/simulated_network_unittest.cc @@ -468,7 +468,7 @@ TEST(SimulatedNetworkTest, QueueDelayMsWithStandardDeviationAndReorderAllowed) { } TEST(SimulatedNetworkTest, PacketLoss) { - // On a network with 50% probablility of packet loss ... + // On a network with 50% probability of packet loss ... SimulatedNetwork network = SimulatedNetwork({.loss_percent = 50}, /*random_seed =*/1); @@ -494,7 +494,7 @@ TEST(SimulatedNetworkTest, PacketLoss) { } TEST(SimulatedNetworkTest, NextDeliveryTimeSetAfterLostPackets) { - // On a network with 50% probablility of packet loss ... + // On a network with 50% probability of packet loss ... SimulatedNetwork network = SimulatedNetwork( {.queue_delay_ms = 10, .link_capacity_kbps = 1000, .loss_percent = 50}, /*random_seed =*/1); @@ -534,7 +534,7 @@ TEST(SimulatedNetworkTest, NextDeliveryTimeSetAfterLostPackets) { } TEST(SimulatedNetworkTest, PacketLossBurst) { - // On a network with 50% probablility of packet loss and an average burst + // On a network with 50% probability of packet loss and an average burst // loss length of 100 ... SimulatedNetwork network = SimulatedNetwork( {.loss_percent = 50, .avg_burst_loss_length = 100}, /*random_seed=*/1);