[webkit-changes] [WebKit/WebKit] 91ff5d: Sync 'RTCRtpScriptTransform.idl' with WebIDL Speci...

youennf noreply at github.com
Fri Dec 1 06:34:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 91ff5d82ae24524495857a0097aede353ffa00f4
      https://github.com/WebKit/WebKit/commit/91ff5d82ae24524495857a0097aede353ffa00f4
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
    A LayoutTests/http/wpt/webrtc/no-options-transform-worker.js
    A LayoutTests/http/wpt/webrtc/script-transform-no-options-expected.txt
    A LayoutTests/http/wpt/webrtc/script-transform-no-options.html
    M LayoutTests/imported/w3c/web-platform-tests/interfaces/webrtc-encoded-transform.idl
    A LayoutTests/imported/w3c/web-platform-tests/webrtc-encoded-transform/idlharness.https.window-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/webrtc-encoded-transform/idlharness.https.window.html
    A LayoutTests/imported/w3c/web-platform-tests/webrtc-encoded-transform/idlharness.https.window.js
    M Source/WebCore/Modules/mediastream/RTCRtpScriptTransform.h
    M Source/WebCore/Modules/mediastream/RTCRtpScriptTransform.idl
    M Source/WebCore/dom/EventTargetFactory.in

  Log Message:
  -----------
  Sync 'RTCRtpScriptTransform.idl' with WebIDL Specification
https://bugs.webkit.org/show_bug.cgi?id=264905
rdar://118728503

Reviewed by Jean-Yves Avenard.

Update IDL definition according spec.
Remove EventTarget RTCRtpScriptTransform related code.

Add a test for the case where options is not set.
Resync WPT webrtc-encoded-transform WebIDL tests.

* LayoutTests/http/wpt/webrtc/no-options-transform-worker.js: Added.
(onrtctransform):
* LayoutTests/http/wpt/webrtc/script-transform-no-options-expected.txt: Added.
* LayoutTests/http/wpt/webrtc/script-transform-no-options.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/interfaces/webrtc-encoded-transform.idl:
* LayoutTests/imported/w3c/web-platform-tests/webrtc-encoded-transform/idlharness.https.window-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/webrtc-encoded-transform/idlharness.https.window.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/webrtc-encoded-transform/idlharness.https.window.js: Added.
(async idlArray):
* Source/WebCore/Modules/mediastream/RTCRtpScriptTransform.h:
* Source/WebCore/Modules/mediastream/RTCRtpScriptTransform.idl:
* Source/WebCore/dom/EventTargetFactory.in:

Canonical link: https://commits.webkit.org/271380@main




More information about the webkit-changes mailing list