summaryrefslogtreecommitdiffstats
path: root/cc/base
Commit message (Expand)AuthorAgeFilesLines
* cc: Use explicit checked math instead of GetArea for timing.vmpstr2015-09-301-2/+2
* cc: Simplify the discardable image map using an rtree.vmpstr2015-09-292-30/+35
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-251-0/+1
* cc: Add RTree class.vmpstr2015-09-234-0/+294
* Remove delegated-renderer and composite-to-mailbox flagspiman2015-09-222-6/+0
* CFI: avoid a bad cast in InsertBeforeMany.krasin2015-09-211-2/+2
* cc: Add RandomAccessListContainer, which has more restricted API.vmpstr2015-09-184-0/+205
* cc: Remove NaNs in MapEnclosingClippedRect and ViewportSelectionajuma2015-09-172-3/+115
* cc: Switch ListContainer to use composition instead of inheritance.vmpstr2015-09-154-354/+352
* Move sanitizer and symbol flags out of BUILDCONFIGbrettw2015-09-141-1/+1
* cc: Delete SidecarListContainer.jbroman2015-09-103-296/+0
* Track cc histograms using a global "client name" variable.jbroman2015-09-052-17/+81
* cc: Remove implicit conversions from Rect to RectF in src/cc/.danakj2015-09-051-1/+1
* cc: Add support for continuing an iteration after erasing from a QuadList.andresantoso2015-09-033-8/+41
* Apply skew on both axes together rather than sequentially on Compositornainar2015-09-031-4/+4
* cc: Allow inserting to the middle of QuadListccameron2015-09-013-15/+180
* Evict resources from resource pool after timeoutericrk2015-08-252-5/+0
* fixup! cc: Handle overflow/underflow in MathUtil::RoundUp/RoundDownprashant.n2015-08-111-2/+2
* cc: Handle overflow/underflow in MathUtil::RoundUp/RoundDown functions.prashant.n2015-08-062-12/+72
* cc: Fix ProjectHomogeneousPoint to handle tiny, non-zero, values.vmpstr2015-07-292-5/+32
* cc: Change max_tiles_for_interest_rect to be screen pixels padding.vmpstr2015-07-212-4/+0
* cc: More consistent reasoning about display list memory usage.jbroman2015-07-084-4/+44
* Remove mallocs from ListContainer::clear()pdr2015-07-062-5/+38
* cc: Add cancel functionality to unique notifier.vmpstr2015-07-013-1/+25
* Change ListContainer::AppendByMoving to return a pointer to the new itempdr2015-06-292-2/+18
* Add ListContainer::swappdr2015-06-242-2/+49
* Revert "cc: Make tiling interest rect calc based on viewport."sohan.jyoti2015-06-242-0/+4
* Add ListContainer::AppendByMovingpdr2015-06-243-2/+157
* cc: Restore ListContainer::RemoveLast unittests.jbroman2015-06-151-0/+112
* cc: Fix size_t truncations in unittests.vmpstr2015-06-101-12/+12
* cc: Move list_container_unittest.cc to cc/base/.prashant.n2015-06-051-0/+712
* cc: Implement RemoveLast for DisplayItemList.jbroman2015-06-054-23/+91
* Adding support for sidecars to cc::DisplayItemList.jbroman2015-06-023-0/+274
* Remove flag for virtual-viewport pinch to zoom and old paths.bokan2015-05-292-6/+0
* cc: Move ListContainer to cc/base/.jbroman2015-05-283-0/+925
* cc: Move RoundUp and RoundDown out of util.h into math_util.hvmpstr2015-05-285-99/+77
* cc: Reland "Add UMA stats for record and raster time."jbroman2015-05-284-0/+193
* Enable BeginFrame scheduling on aurasimonhong2015-05-222-0/+4
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-192-0/+17
* cc: Make tiling interest rect calc based on viewport.sohan.jyoti2015-05-142-4/+0
* Add detection for rotation and flip overlay transformshalliwell2015-05-132-0/+20
* Revert "cc: Add UMA stats for record and raster time."jbroman2015-05-114-188/+0
* Reland of "cc: Remove Tile refcounting and RefCountedManaged.vmpstr2015-05-072-66/+0
* Revert "cc: Remove Tile refcounting and RefCountedManaged."bruening2015-05-062-0/+66
* cc: Remove Tile refcounting and RefCountedManaged.vmpstr2015-05-062-66/+0
* cc: Remove tile sharing from tilings.vmpstr2015-04-292-0/+4
* Revert of cc: Remove tile sharing from tilings. (patchset #20 id:380001 of ht...vmpstr2015-04-272-4/+0
* cc: Remove tile sharing from tilings.vmpstr2015-04-242-0/+4
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-2/+2
* cc: Add UMA stats for record and raster time.jbroman2015-04-164-0/+188