summaryrefslogtreecommitdiffstats
path: root/cc/base
Commit message (Expand)AuthorAgeFilesLines
* Remove --show-fps-counter and about:flags entry, and --ui-show-fps-counterpiman2015-12-072-8/+0
* Reland: Enable compositor-thread property treesajuma2015-12-062-4/+4
* Use Rect rather than RectF in cc's RTree.wkorman2015-12-043-17/+16
* cc: Use contiguous container for display listenne2015-12-014-0/+873
* Revert of Enable compositor-thread property trees (patchset #1 id:1 of https:...ccameron2015-11-242-4/+4
* cc: Remove calls to Pass() on rvalues.danakj2015-11-201-8/+4
* Enable compositor-thread property treesajuma2015-11-192-4/+4
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-183-5/+5
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-185-451/+11
* cc: Remove ScopedPtrDeque.vmpstr2015-11-143-138/+35
* Add a flag for enabling compositor property treesajuma2015-11-052-0/+6
* cc: Move inter-thread communication in ThreadProxy through ChannelMainkhushalsagar2015-10-281-0/+11
* cc: Make conversions from gfx::Point to PointF explicit.danakj2015-10-202-0/+12
* Add a flag to disable cached picture raster for blink.danakj2015-10-152-5/+7
* 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