<?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>126187</bug_id>
          
          <creation_ts>2013-12-23 15:55:13 -0800</creation_ts>
          <short_desc>Refactor PutPropertySlot to be aware of custom properties</short_desc>
          <delta_ts>2014-01-02 12:52:39 -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>RESOLVED</bug_status>
          <resolution>FIXED</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>
          <dependson>126240</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Oliver Hunt">oliver</reporter>
          <assigned_to name="Oliver Hunt">oliver</assigned_to>
          <cc>ap</cc>
    
    <cc>commit-queue</cc>
    
    <cc>rniwa</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>962626</commentid>
    <comment_count>0</comment_count>
    <who name="Oliver Hunt">oliver</who>
    <bug_when>2013-12-23 15:55:13 -0800</bug_when>
    <thetext>Refactor PutPropertySlot to be aware of custom properties</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>962628</commentid>
    <comment_count>1</comment_count>
    <who name="Oliver Hunt">oliver</who>
    <bug_when>2013-12-23 16:08:04 -0800</bug_when>
    <thetext>Committed r161033: &lt;http://trac.webkit.org/changeset/161033&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>962731</commentid>
    <comment_count>2</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2013-12-24 00:22:16 -0800</bug_when>
    <thetext>Looks like this caused http/tests/security/cross-frame-access-put.html to start to fail:

http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=http%2Ftests%2Fsecurity%2Fcross-frame-access-put.html

--- /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/http/tests/security/cross-frame-access-put-expected.txt
+++ /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/http/tests/security/cross-frame-access-put-actual.txt
@@ -1,5 +1,4 @@
 CONSOLE MESSAGE: Blocked a frame with origin &quot;http://localhost:8000&quot; from accessing a frame with origin &quot;http://127.0.0.1:8000&quot;. Protocols, domains, and ports must match.
-CONSOLE MESSAGE: Blocked a frame with origin &quot;http://127.0.0.1:8000&quot; from accessing a frame with origin &quot;http://localhost:8000&quot;. Protocols, domains, and ports must match.
 CONSOLE MESSAGE: Blocked a frame with origin &quot;http://127.0.0.1:8000&quot; from accessing a frame with origin &quot;http://localhost:8000&quot;. Protocols, domains, and ports must match.
 CONSOLE MESSAGE: Blocked a frame with origin &quot;http://127.0.0.1:8000&quot; from accessing a frame with origin &quot;http://localhost:8000&quot;. Protocols, domains, and ports must match.
 CONSOLE MESSAGE: Blocked a frame with origin &quot;http://127.0.0.1:8000&quot; from accessing a frame with origin &quot;http://localhost:8000&quot;. Protocols, domains, and ports must match.
@@ -381,5 +380,6 @@
 This test checks cross-frame access security of window attribute setters (rdar://problem/5326791).
 
 
+PASS: Unable to set property constructor: TypeError: Type error
 MAIN WINDOW: !!-- Test ended--!!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>962901</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2013-12-25 15:56:57 -0800</bug_when>
    <thetext>Filed bug 126238 (although maybe it would be better to roll out?)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>962907</commentid>
    <comment_count>4</comment_count>
    <who name="Oliver Hunt">oliver</who>
    <bug_when>2013-12-25 16:07:49 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; Filed bug 126238 (although maybe it would be better to roll out?)

Honestly i don&apos;t think i&apos;m going to get to this as soon as i though, so a rollout is probably best :(</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>962913</commentid>
    <comment_count>5</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-12-25 16:23:38 -0800</bug_when>
    <thetext>Re-opened since this is blocked by bug 126240</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>962920</commentid>
    <comment_count>6</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2013-12-25 16:28:01 -0800</bug_when>
    <thetext>OK, rolled out in &lt;http://trac.webkit.org/changeset/161077&gt;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>963845</commentid>
    <comment_count>7</comment_count>
    <who name="Oliver Hunt">oliver</who>
    <bug_when>2014-01-02 12:52:39 -0800</bug_when>
    <thetext>Committed r161220: &lt;http://trac.webkit.org/changeset/161220&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>