summaryrefslogtreecommitdiffstats
path: root/cc/base
Commit message (Expand)AuthorAgeFilesLines
* Store recording invalidations in DisplayListRecordingSource, save them via Up...chrishtr2016-03-181-1/+0
* Trim some headers from base/memory/scoped_ptr.hdcheng2016-03-171-0/+1
* cc: Move SyncedScrollOffset to scroll treesunxd2016-03-031-0/+1
* Revert checkerboarding image/no-image metrics.vollick2016-03-012-26/+0
* Reland Allow one-copy and zero-copy task tile worker pools to use compressed ...auygun2016-02-222-0/+4
* Delete CalcDrawPropsweiliangc2016-02-192-12/+0
* cc: re-enable --show-fps-counter and --ui-show-fps-counter command linesdongseong.hwang2016-02-042-0/+8
* cc: Use std::forward for forwarding arguments.vmpstr2016-01-081-3/+4
* Measure how often we checkerboard tiles without/with-some image contentvollick2016-01-072-0/+26
* Revert cc: turn on strict paint property checkingenne2016-01-061-0/+4
* cc: turn on strict paint property checkingenne2016-01-041-4/+0
* Switch to standard integer types in cc/.avi2015-12-2126-6/+56
* Revert of Allow one-copy task tile worker pool to use compressed textures. (p...rbyers2015-12-182-4/+0
* cc: Fix error in smoothness_priority_expiration_notifier for ProxyImplkhushalsagar2015-12-161-0/+2
* Fix RTree include to use rect.h as actually needed.wkorman2015-12-121-1/+1
* Allow one-copy and zero-copy task tile worker pools to use compressed textures.christiank2015-12-102-0/+4
* Revert of Allow one-copy task tile worker pool to use compressed textures. (p...engedy2015-12-102-4/+0
* Allow one-copy and zero-copy task tile worker pools to use compressed textures.christiank2015-12-102-0/+4
* Remove now-unneeded second invalidation region object from PictureLayer.chrishtr2015-12-091-0/+1
* Add GetBounds to cc RTree.wkorman2015-12-083-0/+33
* 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