From 5d8d94f299dbb7ca1bf2958b69ef253fc1d47616 Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Thu, 13 Dec 2018 14:00:14 +0000 Subject: [PATCH] Bug 1511855 [wpt PR 14341] - Create RTCDtlsTransport objects in the blink layer, a=testonly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automatic update from web-platform-tests Create RTCDtlsTransport objects in the blink layer This CL does on-demand creation of blink-layer transport objects. It also introduces a way to get at the webrtc::PeerConnection object from the WebPeerConnectionHandler API. Bug: chromium:907849 Change-Id: Ic86a5a66289c31d1f939a47d58bc194c32471cbd Reviewed-on: https://chromium-review.googlesource.com/c/1358060 Commit-Queue: Harald Alvestrand Reviewed-by: Guido Urdaneta Reviewed-by: Henrik Boström Reviewed-by: Kentaro Hara Cr-Commit-Position: refs/heads/master@{#615072} -- wpt-commits: acc3783400742c9400b6ca7c732c97327b3a7da2 wpt-pr: 14341 --- .../webrtc/RTCRtpSender-transport.https.html | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 testing/web-platform/tests/webrtc/RTCRtpSender-transport.https.html diff --git a/testing/web-platform/tests/webrtc/RTCRtpSender-transport.https.html b/testing/web-platform/tests/webrtc/RTCRtpSender-transport.https.html new file mode 100644 index 000000000000..c687911d09d2 --- /dev/null +++ b/testing/web-platform/tests/webrtc/RTCRtpSender-transport.https.html @@ -0,0 +1,84 @@ + + +RTCRtpSender.transport + + + + +