summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/paint_aggregator.cc
Commit message (Expand)AuthorAgeFilesLines
* Boldly increase the paint aggregation threshold. It turns out my previous valuebrettw@chromium.org2011-01-031-1/+1
* Revert my change in r69993 to the paint aggregation threshold to see if it'sbrettw@chromium.org2011-01-031-1/+1
* Increase the % coverage for coalescing for paint rects.brettw@chromium.org2010-12-221-1/+1
* Revert 69982 - Increase the % coverage for coalescing for paint rects.brettw@chromium.org2010-12-221-1/+1
* Increase the % coverage for coalescing for paint rects.brettw@chromium.org2010-12-221-1/+1
* Allow painting multiple paint rects.darin@chromium.org2010-12-061-1/+24
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-221-0/+4
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-3/+3
* Handle the case of two scroll events cancelling each other out.darin@chromium.org2009-12-111-0/+6
* Reduce kMaxPaintRects to test impact on single-core bot.darin@chromium.org2009-12-091-1/+1
* Limit the total number of paint rects.darin@chromium.org2009-12-091-9/+48
* Coalesce damage rects that share an edge.darin@chromium.org2009-12-071-14/+23
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-041-35/+133
* Refactors RenderWidget to extract a PaintAggregator class.darin@chromium.org2009-11-191-0/+105