Title: [239391] trunk
Revision
239391
Author
[email protected]
Date
2018-12-19 14:00:22 -0800 (Wed, 19 Dec 2018)

Log Message

Remove RTCRtpTransceiver.setDirection
https://bugs.webkit.org/show_bug.cgi?id=192869

Reviewed by Alex Christensen.

LayoutTests/imported/w3c:

* web-platform-tests/webrtc/historical-expected.txt:

Source/WebCore:

Covered by rebased test.

* Modules/mediastream/RTCRtpTransceiver.idl:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (239390 => 239391)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2018-12-19 22:00:16 UTC (rev 239390)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2018-12-19 22:00:22 UTC (rev 239391)
@@ -1,3 +1,12 @@
+2018-12-19  Youenn Fablet  <[email protected]>
+
+        Remove RTCRtpTransceiver.setDirection
+        https://bugs.webkit.org/show_bug.cgi?id=192869
+
+        Reviewed by Alex Christensen.
+
+        * web-platform-tests/webrtc/historical-expected.txt:
+
 2018-12-18  Justin Michaud  <[email protected]>
 
         Update CSS Properties and Values API to use new cycle fallback behaviour

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/webrtc/historical-expected.txt (239390 => 239391)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/webrtc/historical-expected.txt	2018-12-19 22:00:16 UTC (rev 239390)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/webrtc/historical-expected.txt	2018-12-19 22:00:22 UTC (rev 239391)
@@ -9,7 +9,7 @@
 PASS RTCPeerConnection member onremovestream should not exist 
 PASS RTCPeerConnection member removeStream should not exist 
 PASS RTCPeerConnection member updateIce should not exist 
-FAIL RTCRtpTransceiver member setDirection should not exist assert_false: expected false got true
+PASS RTCRtpTransceiver member setDirection should not exist 
 PASS DataChannel interface should not exist 
 PASS mozRTCIceCandidate interface should not exist 
 PASS mozRTCPeerConnection interface should not exist 

Modified: trunk/Source/WebCore/ChangeLog (239390 => 239391)


--- trunk/Source/WebCore/ChangeLog	2018-12-19 22:00:16 UTC (rev 239390)
+++ trunk/Source/WebCore/ChangeLog	2018-12-19 22:00:22 UTC (rev 239391)
@@ -1,3 +1,14 @@
+2018-12-19  Youenn Fablet  <[email protected]>
+
+        Remove RTCRtpTransceiver.setDirection
+        https://bugs.webkit.org/show_bug.cgi?id=192869
+
+        Reviewed by Alex Christensen.
+
+        Covered by rebased test.
+
+        * Modules/mediastream/RTCRtpTransceiver.idl:
+
 2018-12-19  Jer Noble  <[email protected]>
 
         Force synchronous decode in WebCoreDecompressionSession::decodeSampleSync()

Modified: trunk/Source/WebCore/Modules/mediastream/RTCRtpTransceiver.idl (239390 => 239391)


--- trunk/Source/WebCore/Modules/mediastream/RTCRtpTransceiver.idl	2018-12-19 22:00:16 UTC (rev 239390)
+++ trunk/Source/WebCore/Modules/mediastream/RTCRtpTransceiver.idl	2018-12-19 22:00:22 UTC (rev 239391)
@@ -41,8 +41,6 @@
     readonly attribute boolean stopped;
     attribute RtpTransceiverDirection direction;
     [EnabledAtRuntime=WebRTCUnifiedPlan] readonly attribute RTCRtpTransceiverDirection? currentDirection;
-    // FIXME: Remove setDirection
-    void setDirection(RtpTransceiverDirection direction);
     void stop();
     // FIXME 169662: missing setCodecPreferences
 };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to