summaryrefslogtreecommitdiffstats
path: root/cc/debug
Commit message (Expand)AuthorAgeFilesLines
* Move cc::LayerSettings to cc/layers/layer_settings.h.jbroman2015-11-181-0/+1
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-189-20/+21
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-185-53/+30
* cc: Split Proxy and TaskRunnerProvider for the LayerTreeHostkhushalsagar2015-11-121-1/+3
* cc: Split Proxy to eliminate unnecessary dependencies on the impl sidekhushalsagar2015-10-213-28/+28
* cc: Remove the base RasterSourcehendrikw2015-10-191-4/+4
* Remove unused methods in RenderingStatsInstrumentation.fdoray2015-10-192-24/+0
* Implement ThreadTicks::Now on Windows.fdoray2015-10-152-0/+4
* Change HUD colors to distinguish status easily.prashant.n2015-10-132-5/+11
* cc: remove recording source base classhendrikw2015-10-062-16/+17
* UMA and Telemetry for separate checkerboarded area has recording or notweiliangc2015-10-054-2/+33
* cc: Remove Picture.vmpstr2015-09-246-258/+2
* cc: Remove PicturePile and PicturePileImpl.vmpstr2015-09-241-1/+0
* Remove non-slimming-paint codepaths in chromepdr2015-09-162-69/+1
* Devtools: Remove continuous repainting featuresamli2015-09-144-96/+3
* Convert pixel_ref_map -> discardable_image_mapfmalita2015-09-091-2/+3
* cc: Do the math for a tile's content rect in layer space once.danakj2015-08-311-3/+2
* cc: Don't create tiles in a non-ideal tiling.vmpstr2015-08-121-0/+1
* cc: Add solid color analysis to rasterize_and_record's record_timeajuma2015-08-121-0/+11
* cc: Change max_tiles_for_interest_rect to be screen pixels padding.vmpstr2015-07-211-1/+1
* cc: Include Blink's display list memory usage in rasterize_and_record_micro r...jbroman2015-07-171-1/+2
* cc: More consistent reasoning about display list memory usage.jbroman2015-07-081-2/+2
* Revert "cc: Make tiling interest rect calc based on viewport."sohan.jyoti2015-06-241-2/+1
* cc: Remove ResourceUpdateQueue and ResourceUpdateController.danakj2015-06-191-1/+0
* cc: defer dumping display item lists till trace is stoppedcaseq2015-06-192-0/+69
* cc: Rename visible_content_rect and content stuff on quads.danakj2015-06-193-12/+12
* cc: Stop passing a ResourceUpdateQueue to Layer::Update().danakj2015-06-191-6/+4
* cc: Detemplatize LayerIteratorenne2015-06-181-4/+2
* cc: Remove layer contents_scale_x() and contents_scale_y().danakj2015-06-183-28/+16
* cc: Remove the layer content_bounds() and use bounds() instead.Dana Jansens2015-06-183-29/+18
* cc: Turn impl_side_painting and use_one_copy on in LayerTreeSettings.danakj2015-06-162-13/+34
* Pass collected frame timing events to Blinkmpb2015-06-053-16/+94
* cc: Expose HasValidTilePriorities via picture layer tiling client.vmpstr2015-06-041-2/+2
* cc: Fix size_t to int truncations in animation/ and debug/.vmpstr2015-06-026-17/+18
* Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicksmiu2015-05-294-17/+21
* cc: Partial tile update for one-copy raster.danakj2015-05-291-1/+2
* cc: Make ContentLayerClient subclasses create the DisplayItemList.jbroman2015-05-291-6/+2
* cc: report whether frames are being issued regularly to DevToolscaseq2015-05-271-0/+16
* cc: Don't always commit when frame timing api is active.vmpstr2015-05-271-0/+4
* CC: Plumb LayerSettings parameter for cc::Layer construction.loyso2015-05-251-1/+1
* cc: Move files out of cc/resources/.danakj2015-05-187-9/+9
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-6/+4
* cc: Make tiling interest rect calc based on viewport.sohan.jyoti2015-05-141-1/+2
* cc: Remove unused Tile ctor parameter (raster_source).vmpstr2015-05-131-0/+2
* cc: Move raster_source from Tile to PrioritizedTilehendrikw2015-05-131-1/+1
* More base::Values-related bare pointer -> scoped_ptr conversionsestade2015-05-121-1/+1
* cc: Separate the priority from the tile and put in new PrioritizedTilehendrikw2015-05-121-0/+1
* Reland of "cc: Remove Tile refcounting and RefCountedManaged.vmpstr2015-05-071-2/+2
* Revert "cc: Remove Tile refcounting and RefCountedManaged."bruening2015-05-061-2/+2
* cc: Make the fps meter lie lesshendrikw2015-05-061-1/+1