<?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>55733</bug_id>
          
          <creation_ts>2011-03-03 17:22:56 -0800</creation_ts>
          <short_desc>DrawingAreaProxyImpl should decide how frequently to throw away its backing store based on how expensive painting is</short_desc>
          <delta_ts>2017-05-26 10:21:14 -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>Layout and Rendering</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>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>51262</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Adam Roben (:aroben)">aroben</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>andersca</cc>
    
    <cc>ggaren</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>362115</commentid>
    <comment_count>0</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2011-03-03 17:22:56 -0800</bug_when>
    <thetext>From bug 51262 comment 9:

&gt; 1. Begin with a timer interval of 5s.
&gt; 2. After throwing away a backing store, record the time interval required for the next paint.
&gt; 3. Update the timer interval to 100 * the recorded time interval in 2.
&gt; 
&gt; For fast-painting sites, this will throw backing stores away quickly. For slow-painting sites, this will approximate a maximum thrash cost of 1%.

We should do this! Right now we always throw away after 5s.

Note some of the complexity in defining &quot;the time interval required for the next paint&quot; mentioned in bug 51262 comment 41.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>362132</commentid>
    <comment_count>1</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2011-03-03 17:39:27 -0800</bug_when>
    <thetext>&lt;rdar://problem/9084989&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1313171</commentid>
    <comment_count>2</comment_count>
    <who name="Anders Carlsson">andersca</who>
    <bug_when>2017-05-26 10:21:14 -0700</bug_when>
    <thetext>We don&apos;t use DrawingAreaProxyImpl anymore.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>