<?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>141585</bug_id>
          
          <creation_ts>2015-02-13 17:40:58 -0800</creation_ts>
          <short_desc>Some IDL attributes appear on the instances instead of on prototypes</short_desc>
          <delta_ts>2016-06-29 18:07:08 -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>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Joseph Pecoraro">joepeck</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>cdumez</cc>
    
    <cc>eoconnor</cc>
    
    <cc>ggaren</cc>
    
    <cc>joepeck</cc>
    
    <cc>mark.lam</cc>
    
    <cc>mike</cc>
    
    <cc>sam</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1069074</commentid>
    <comment_count>0</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2015-02-13 17:40:58 -0800</bug_when>
    <thetext>* SUMMARY
Some IDL attributes appear on instances instead of on prototypes.

    1. JSEvent properties on events (&quot;clipboardData&quot;)
      =&gt; generated JSEvent::getOwnPropertySlot claims this is an instance&apos;s own property

    2. HTMLDocument properties on document (&quot;embeds&quot;, ...)
      =&gt; JSHTMLDocument::getOwnPropertySlot sets cacheable properties for JSHTMLDocument::info table entries

    3. DOMWindow properties on window (&quot;innerHeight&quot;, ...)
      =&gt; JSDOMWindow::getOwnPropertySlot sets cacheable properties for JSDOMWindow::info table entries

A side-effect of this, is that these properties do not have expected property descriptors. (They should have appropriate getters/setters and do not).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1206583</commentid>
    <comment_count>1</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2016-06-29 18:07:08 -0700</bug_when>
    <thetext>I think Chris fixed the majority of these. I&apos;m updating Web Inspector now to better handle the changes we&apos;ve seen. Lets close this out.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>