summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Add mechanism to signal DelegatedFrameHost that a surface is about ...jbauman2015-10-227-105/+7
* Let LayerTreeHostImpl::ScrollAnimated scroll the outer viewport.Steve Kobes2015-10-216-20/+33
* Add mechanism to signal DelegatedFrameHost that a surface is about to draw.John Bauman2015-10-207-7/+105
* Fix uninitialized read in SurfaceAggregatorValidSurfaceTest.CopyRequestJohn Bauman2015-10-201-1/+5
* Remove arbitrary fractional rounding in viewport scroll.David Bokan2015-10-162-11/+53
* UMA and Telemetry for separate checkerboarded area has recording or notJayadev Dasika2015-10-148-5/+105
* cc: Fix ScrollbarLayer overflowDaniel Sievers2015-10-142-1/+12
* cc: Ensure animations schedule a layer updateSami Kyostila2015-10-143-16/+45
* Overlays: Remove special casing of primary overlay planeccameron2015-10-037-81/+109
* Fix four dangling header-file references in .gyp filesbrucedawson2015-10-021-2/+2
* Mac Overlays: Add AllOrNothing strategyandresantoso2015-10-0110-180/+299
* Don't skip subtree with input handler while calculating visible rectsjaydasika2015-10-017-13/+55
* cc: Enable property tree verification for LayerTreeImplTestsajuma2015-10-011-0/+1
* Clip rect when the target of unclipped render surface is also unclippedjaydasika2015-10-012-18/+50
* cc: Compute is_clipped using the clip treeajuma2015-09-3012-186/+74
* cc: Use explicit checked math instead of GetArea for timing.vmpstr2015-09-302-4/+10
* Implement the IsLightDump api in chrome side.ssid2015-09-301-0/+6
* Refactor OverlayTest to make it easier to test additional strategies.andresantoso2015-09-291-84/+53
* cc: Simplify the discardable image map using an rtree.vmpstr2015-09-2917-521/+238
* Run LayerTreeHostImplTests with property tree verificationjaydasika2015-09-291-53/+79
* Cancelled task resources should not return to poolericrk2015-09-292-22/+120
* Remove touch scroll chaining from compositor scrolling.tdresser2015-09-293-82/+51
* Mac Overlays: Clip display and UV rectsccameron2015-09-293-21/+71
* Using pending tree was breaking the dchecks, use active tree instead.sohan.jyoti2015-09-291-47/+46
* Coordinated scrollbars should paint steppers even if there is no track.skobes2015-09-292-3/+18
* cc: Remove old orphaned comment.danakj2015-09-281-1/+0
* cc: Re-enable disabled tile manager unittests (plus fixes)vmpstr2015-09-283-31/+35
* Fix output surface Memory Dump Provider unregistration.ericrk2015-09-281-6/+7
* Ensure the viewport is always represented by the inner viewport layer.tdresser2015-09-286-31/+31
* cc: Add bounds calculation for display items.vmpstr2015-09-2619-0/+205
* Add basic framework for splitting thread proxy.khushalsagar2015-09-2510-16/+367
* Mac overlays: Allow overlay rects to have pixel alignment.ccameron2015-09-252-91/+2
* cc: Prevent drawing until activation when device scale factor changesajuma2015-09-2511-68/+143
* cc/skia: Move gather images code to cc::DiscardableImageMap.vmpstr2015-09-2513-58/+177
* Store clips in target space in clip tree.jaydasika2015-09-255-168/+206
* cc: Synchronize num copy requests to LayerImplenne2015-09-2512-31/+82
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-2533-131/+120
* Rename GatherDiscardableImages to better reflect functionalityvmpstr2015-09-2517-64/+82
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* cc: Remove call to virtual function in OutputSurface dtor.reveman2015-09-242-12/+17
* cc: Remove Picture.vmpstr2015-09-2420-980/+60
* Enforce marking "override" for functions overriding Blink in cc/.avi2015-09-2417-282/+283
* cc: Test BeginMainFrame values come from BeginImplFrame.mithro2015-09-241-1/+64
* Allow task pools to reason about transparency.christiank2015-09-2425-148/+184
* Force scheduler to draw and swap for WebView drawshush2015-09-243-7/+55
* cc: Remove PicturePile and PicturePileImpl.vmpstr2015-09-2439-5055/+1234
* Re-land: cc: Implement shared worker contexts.reveman2015-09-2438-147/+266
* cc: Add RTree class.vmpstr2015-09-237-0/+298
* Revert "cc: Don't record first two frames in CompositorTimingHistory"brianderson2015-09-234-142/+21
* [Reland] Cache gpu suitability in DisplayItemList, remove SetUnsuitable...For...pdr2015-09-2211-90/+155