[Webkit-unassigned] [Bug 264905] New: Sync 'RTCRtpScriptTransform.idl' with WebIDL Specification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 15 15:59:34 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=264905

            Bug ID: 264905
           Summary: Sync 'RTCRtpScriptTransform.idl' with WebIDL
                    Specification
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: WPTImpact
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: youennf at gmail.com

Hi Team,

While looking into browser specific failures in WebRTC, I noticed that we fail few 'idlharness' tests for 'RTCRtpScriptTransform' and while looking into web specification, I noticed two things, which in my local testing progress failing tests:

Web-Spec: https://www.w3.org/TR/webrtc-encoded-transform/#RTCRtpScriptTransformer-interfaces

WebKit Source: Source/WebCore/Modules/mediastream/RTCRtpScriptTransform.idl

Current:

] interface RTCRtpScriptTransform : EventTarget {

To:

] interface RTCRtpScriptTransform {

and

Current:

[CallWith=CurrentGlobalObject] constructor(Worker worker, any options, optional sequence<object> transfer);

To:

[CallWith=CurrentGlobalObject] constructor(Worker worker, optional any options, optional sequence<object> transfer);


____


Just wanted to raise, so we can fix it. Only Firefox Nightly 121 passes them yet, so not adding 'BrowserCompat' tag.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231115/1c17894e/attachment.htm>


More information about the webkit-unassigned mailing list