[webkit-changes] [WebKit/WebKit] a216dd: [WPE][GTK] Fully disable mDNS LibWebRTC support
Olivier Blin
noreply at github.com
Fri Feb 23 01:47:20 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a216dd6f98bfb8ffeb342b220c0d221e8b398f00
https://github.com/WebKit/WebKit/commit/a216dd6f98bfb8ffeb342b220c0d221e8b398f00
Author: Olivier Blin <olivier.blin at softathome.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCProvider.cpp
Log Message:
-----------
[WPE][GTK] Fully disable mDNS LibWebRTC support
https://bugs.webkit.org/show_bug.cgi?id=269913
Reviewed by Philippe Normand.
In 275090 at main (c62c74690915), mDNS LibWebRTC support has been disabled
for WPE and GTK in LibWebRTCNetworkManager::GetMdnsResponder().
But this is not synchronized with WebRTCProvider::isSupportingMDNS(),
which is used to initialize m_shouldFilterICECandidates in
PeerConnectionBackend::PeerConnectionBackend().
This triggers assertions in PeerConnectionBackend::newICECandidate().
* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCProvider.cpp:
(WebKit::LibWebRTCProvider::LibWebRTCProvider):
Canonical link: https://commits.webkit.org/275228@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list