<?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>72435</bug_id>
          
          <creation_ts>2011-11-15 16:00:20 -0800</creation_ts>
          <short_desc>[JSC] Structural clone algorithm implementation fails to clone non-indexed properties of arrays</short_desc>
          <delta_ts>2013-01-08 08:25:12 -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>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>72363</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Dmitry Lomov">dslomov</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dslomov</cc>
    
    <cc>levin</cc>
    
    <cc>oliver</cc>
    
    <cc>zan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>503380</commentid>
    <comment_count>0</comment_count>
    <who name="Dmitry Lomov">dslomov</who>
    <bug_when>2011-11-15 16:00:20 -0800</bug_when>
    <thetext>var a = [1,2,3]
a.foobar = &quot;foobar&quot;
window.postMessage(a,&apos;*&apos;)

the object on the recieving end won&apos;t have a foobar property.

Layout test is fast/dom/Window/window-postmessage-arrays.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>802261</commentid>
    <comment_count>1</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2013-01-08 08:25:12 -0800</bug_when>
    <thetext>The fast/dom/Window/window-postmessage-arrays.html layout test failure was depending on this bug. The failure was fixed in r138964, so the test is now passing on JSC platforms (bug #72363).
http://trac.webkit.org/changeset/138964

Can someone familiar with the code check that the patch also fixes the problem this bug covers and if so, closes this bug?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>