[webkit-changes] [WebKit/WebKit] 6fcc2f: Revert 269302 at main
Alex Christensen
noreply at github.com
Mon Oct 16 10:56:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6fcc2ff3d1b01a3b420ad3d8abe588447f212a4e
https://github.com/WebKit/WebKit/commit/6fcc2ff3d1b01a3b420ad3d8abe588447f212a4e
Author: Alex Christensen <achristensen at apple.com>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/socket_address.h
M Source/WebKit/CMakeLists.txt
M Source/WebKit/DerivedSources-input.xcfilelist
M Source/WebKit/DerivedSources.make
M Source/WebKit/NetworkProcess/webrtc/NetworkRTCMonitor.cpp
M Source/WebKit/NetworkProcess/webrtc/NetworkRTCProvider.cpp
M Source/WebKit/Shared/RTCNetwork.cpp
M Source/WebKit/Shared/RTCNetwork.h
R Source/WebKit/Shared/RTCNetwork.serialization.in
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCNetwork.cpp
M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCNetworkManager.cpp
M Source/WebKit/WebProcess/Network/webrtc/WebRTCResolver.cpp
Log Message:
-----------
Revert 269302 at main
https://bugs.webkit.org/show_bug.cgi?id=263200
rdar://117024566
Unreviewed.
It regressed the test webrtc/vp8-then-h264.html
* Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/socket_address.h:
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/NetworkProcess/webrtc/NetworkRTCMonitor.cpp:
(WebKit::NetworkManagerWrapper::onNetworksChanged):
* Source/WebKit/NetworkProcess/webrtc/NetworkRTCProvider.cpp:
(WebKit::NetworkRTCProvider::createUDPSocket):
(WebKit::NetworkRTCProvider::createClientTCPSocket):
(WebKit::NetworkRTCProvider::sendToSocket):
* Source/WebKit/Shared/RTCNetwork.cpp:
(WebKit::RTCNetwork::RTCNetwork):
(WebKit::ips):
(WebKit::RTCNetwork::value const):
(WebKit::RTCNetwork::IPAddress::decode):
(WebKit::RTCNetwork::IPAddress::encode const):
(WebKit::RTCNetwork::SocketAddress::decode):
(WebKit::RTCNetwork::SocketAddress::encode const):
(WebKit::RTCNetwork::decode):
(WebKit::RTCNetwork::encode const):
(WebKit::RTC::Network::IPAddress::IPAddress): Deleted.
(WebKit::RTC::Network::IPAddress::rtcAddress const): Deleted.
(WebKit::RTC::Network::SocketAddress::SocketAddress): Deleted.
(WebKit::RTC::Network::SocketAddress::rtcAddress const): Deleted.
(WebKit::RTC::Network::InterfaceAddress::InterfaceAddress): Deleted.
(WebKit::RTC::Network::InterfaceAddress::rtcAddress const): Deleted.
* Source/WebKit/Shared/RTCNetwork.h:
(WebKit::RTCNetwork::IPAddress::IPAddress):
(WebKit::RTCNetwork::SocketAddress::SocketAddress):
(WebKit::RTC::Network::IPAddress::UnspecifiedFamily::operator== const): Deleted.
(WebKit::RTC::Network::IPAddress::IPAddress): Deleted.
(WebKit::RTC::Network::InterfaceAddress::InterfaceAddress): Deleted.
* Source/WebKit/Shared/RTCNetwork.serialization.in: Removed.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCNetwork.cpp:
(WebKit::LibWebRTCNetwork::signalAddressReady):
(WebKit::LibWebRTCNetwork::signalReadPacket):
* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCNetworkManager.cpp:
(WebKit::LibWebRTCNetworkManager::networksChanged):
* Source/WebKit/WebProcess/Network/webrtc/WebRTCResolver.cpp:
(WebKit::WebRTCResolver::setResolvedAddress):
Canonical link: https://commits.webkit.org/269367@main
More information about the webkit-changes
mailing list