[webkit-changes] [WebKit/WebKit] 1c0e08: Remove WebRTC DTLS1.0 testing support
youennf
noreply at github.com
Fri Jun 21 00:43:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1c0e08f9310c9f8d4f9a8a24f5b8f80e2c83ad12
https://github.com/WebKit/WebKit/commit/1c0e08f9310c9f8d4f9a8a24f5b8f80e2c83ad12
Author: Youenn Fablet <youenn at apple.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
M LayoutTests/platform/glib/TestExpectations
R LayoutTests/webrtc/datachannel/dtls10-expected.txt
R LayoutTests/webrtc/datachannel/dtls10.html
M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/openssl_stream_adapter.cc
M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/openssl_stream_adapter.h
M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.cpp
M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.h
M Source/WebCore/testing/Internals.cpp
M Source/WebCore/testing/Internals.h
M Source/WebCore/testing/Internals.idl
Log Message:
-----------
Remove WebRTC DTLS1.0 testing support
rdar://130201031
https://bugs.webkit.org/show_bug.cgi?id=275684
Reviewed by Eric Carlson.
We removed DTLS1.0 support a long time ago and kept a hack to turn it on for testing purposes only.
To reduce the differences between upstream libwebrtc and our copy, we remove this testing infrastructure, including the corresponding test.
* LayoutTests/platform/glib/TestExpectations:
* LayoutTests/webrtc/datachannel/dtls10-expected.txt: Removed.
* LayoutTests/webrtc/datachannel/dtls10.html: Removed.
* Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/openssl_stream_adapter.cc:
* Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/openssl_stream_adapter.h:
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.cpp:
(WebCore::LibWebRTCProvider::setEnableWebRTCEncryption):
(WebCore::LibWebRTCProvider::setUseDTLS10): Deleted.
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.h:
* Source/WebCore/testing/Internals.cpp:
(WebCore::Internals::setUseDTLS10): Deleted.
* Source/WebCore/testing/Internals.h:
* Source/WebCore/testing/Internals.idl:
Canonical link: https://commits.webkit.org/280241@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