<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>264905</bug_id>
          
          <creation_ts>2023-11-15 15:59:34 -0800</creation_ts>
          <short_desc>Sync &apos;RTCRtpScriptTransform.idl&apos; with WebIDL Specification</short_desc>
          <delta_ts>2023-12-01 06:34:14 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebRTC</component>
          <version>Safari Technology Preview</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar, WPTImpact</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ahmad Saleem">ahmad.saleem792</reporter>
          <assigned_to name="youenn fablet">youennf</assigned_to>
          <cc>webkit-bug-importer</cc>
    
    <cc>youennf</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1992925</commentid>
    <comment_count>0</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2023-11-15 15:59:34 -0800</bug_when>
    <thetext>Hi Team,

While looking into browser specific failures in WebRTC, I noticed that we fail few &apos;idlharness&apos; tests for &apos;RTCRtpScriptTransform&apos; 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&lt;object&gt; transfer);

To:

[CallWith=CurrentGlobalObject] constructor(Worker worker, optional any options, optional sequence&lt;object&gt; transfer);


____


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

Thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1992926</commentid>
    <comment_count>1</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2023-11-15 16:00:35 -0800</bug_when>
    <thetext>Test Case: https://wpt.fyi/results/webrtc-encoded-transform/idlharness.https.window.html?label=master&amp;label=experimental&amp;aligned=

Test Case Live Link: https://wpt.live/webrtc-encoded-transform/idlharness.https.window.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1994463</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-11-22 16:00:14 -0800</bug_when>
    <thetext>&lt;rdar://problem/118728503&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1996132</commentid>
    <comment_count>3</comment_count>
    <who name="youenn fablet">youennf</who>
    <bug_when>2023-11-30 22:59:54 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/21145</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1996204</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-12-01 06:34:12 -0800</bug_when>
    <thetext>Committed 271380@main (91ff5d82ae24): &lt;https://commits.webkit.org/271380@main&gt;

Reviewed commits have been landed. Closing PR #21145 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>