<?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>238281</bug_id>
          
          <creation_ts>2022-03-23 12:45:20 -0700</creation_ts>
          <short_desc>Implement ObservableArray</short_desc>
          <delta_ts>2023-08-29 20:36:43 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Bindings</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=245648</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=245579</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>245689</dependson>
          <blocked>260716</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Alex Christensen">achristensen</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ashvayka</cc>
    
    <cc>cdumez</cc>
    
    <cc>ggaren</cc>
    
    <cc>graouts</cc>
    
    <cc>rego</cc>
    
    <cc>sam</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1854342</commentid>
    <comment_count>0</comment_count>
    <who name="Alex Christensen">achristensen</who>
    <bug_when>2022-03-23 12:45:20 -0700</bug_when>
    <thetext>It&apos;s specified by https://webidl.spec.whatwg.org/#idl-observable-array
It&apos;s needed by our CSSColor implementation begun in https://bugs.webkit.org/show_bug.cgi?id=238208</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1856533</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-03-30 12:46:15 -0700</bug_when>
    <thetext>&lt;rdar://problem/91061145&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1901196</commentid>
    <comment_count>2</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2022-09-26 08:55:24 -0700</bug_when>
    <thetext>We also need this for DocumentOrShadowRoot.adoptedStyleSheets:
https://w3c.github.io/csswg-drafts/cssom-1/#extensions-to-the-document-or-shadow-root-interface

I&apos;ll use a FrozenArray instead for now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1902627</commentid>
    <comment_count>3</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2022-10-01 11:35:10 -0700</bug_when>
    <thetext>I added some initial support in https://commits.webkit.org/255061@main. It means you *can* have the behavior of an ObservableArray now but it is not yet as convenient as using ObservableArray&lt;FOO&gt; in the IDL.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>