<?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>107675</bug_id>
          
          <creation_ts>2013-01-23 05:16:25 -0800</creation_ts>
          <short_desc>[chromium] Web Inspector: reduced heap snapshot</short_desc>
          <delta_ts>2013-04-05 13:01:41 -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>Web Inspector (Deprecated)</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>107665</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Paul Lewis">aerotwist</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>apavlov</cc>
    
    <cc>john</cc>
    
    <cc>keishi</cc>
    
    <cc>loislo</cc>
    
    <cc>paulirish</cc>
    
    <cc>pfeldman</cc>
    
    <cc>pmuellr</cc>
    
    <cc>vsevik</cc>
    
    <cc>web-inspector-bugs</cc>
    
    <cc>yurys</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>814121</commentid>
    <comment_count>0</comment_count>
    <who name="Paul Lewis">aerotwist</who>
    <bug_when>2013-01-23 05:16:25 -0800</bug_when>
    <thetext>Allow a developer to see the heap that pertains to their own code, excluding host objects.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>815308</commentid>
    <comment_count>1</comment_count>
    <who name="Paul Lewis">aerotwist</who>
    <bug_when>2013-01-24 03:43:26 -0800</bug_when>
    <thetext>More context:

Right now the heap snapshot contains a huge suite of information, a lot of which doesn&apos;t pertain to a developer&apos;s code. Ideally speaking if there was some way they could see a reduced heap indicating the memory usage of just their own code at any given time it would make identifying memory-expensive objects and leaks easier.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>825551</commentid>
    <comment_count>2</comment_count>
    <who name="John McCutchan">john</who>
    <bug_when>2013-02-05 09:30:23 -0800</bug_when>
    <thetext>It would great if a heap snapshot could be filtered down to only objects explicitly created by code running on the page.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>826179</commentid>
    <comment_count>3</comment_count>
    <who name="Yury Semikhatsky">yurys</who>
    <bug_when>2013-02-06 00:43:52 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; It would great if a heap snapshot could be filtered down to only objects explicitly created by code running on the page.

We&apos;re trying to show only objects reachable from DOM windows by default. If we left only objects created by the user&apos;s code then we would get lots of objects with no retainers as e.g. global window object wouldn&apos;t be in the heap snapshot and all global variable values would become root objects. Also consider references from DOM node wrappers, they would also disappear.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>870017</commentid>
    <comment_count>4</comment_count>
    <who name="Timothy Hatcher">timothy</who>
    <bug_when>2013-04-05 13:01:41 -0700</bug_when>
    <thetext>Chromium and V8 have left the building. Won&apos;t fix.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>