summaryrefslogtreecommitdiffstats
path: root/cc/layers/layer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Unify Android Webview and Chrome's flinghush2015-06-101-2/+2
* Reland: cc: Fix size_t to int truncations in layers/ output/ playback/ quads/vmpstr2015-06-081-1/+3
* Revert of cc: Fix size_t to int truncations in layers/ output/ playback/ quad...vmpstr2015-06-051-3/+1
* cc: Fix size_t to int truncations in layers/ output/ playback/ quads/vmpstr2015-06-051-1/+3
* cc: Remove DrawQuad::IterateResorucesvmpstr2015-06-021-11/+4
* cc: Make impl-thread property trees handle fixed-position layersajuma2015-05-291-0/+1
* Remove flag for virtual-viewport pinch to zoom and old paths.bokan2015-05-291-27/+5
* cc: Don't always commit when frame timing api is active.vmpstr2015-05-271-4/+4
* Remove the treewalk in ResetDrawProperties()jaydasika2015-05-261-1/+4
* cc: Update property trees when there are compositor animationsajuma2015-05-251-0/+30
* Reset property tree indices when layer is removed from layer treevollick2015-05-201-3/+18
* cc: Update transform tree after compositor thread scrollenne2015-05-201-1/+15
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-191-4/+3
* Add Layer Id information to the LayerTree json stringr.kasibhatla2015-05-171-0/+1
* cc: Move raster_source from Tile to PrioritizedTilehendrikw2015-05-131-2/+2
* cc: Ensure pending tree needs prop updates when active tree scrolls.vmpstr2015-05-111-0/+6
* Add some more scoped_ptr functions in values.hestade2015-05-071-1/+1
* cc: Some more cleanup and removing TODOs for validating resources.danakj2015-04-241-0/+17
* cc: Fix invalid opaque debug quadsenne2015-04-231-0/+2
* cc: Commit property trees to the compositor threadenne2015-04-201-0/+11
* Refactor delegated scrolling in LayerImplhush2015-04-071-37/+13
* cc: Add main frame timing info to frame timing tracker.vmpstr2015-04-031-0/+5
* Re-introduce ScrollY trace event.wjmaclean2015-03-261-1/+7
* cc: Send updated tile priority with tiles into tracing.vmpstr2015-03-231-1/+2
* Add back the truncation of scroll_deltamiletus2015-03-191-1/+14
* cc: Use layer_impls to compute content rect in target spacevmpstr2015-03-181-0/+16
* Draw correct repaint regions instead of a conservative bounding boxdaplatz2015-03-041-0/+4
* cc: Misc animation refactoringsunnyps2015-02-261-1/+1
* Fix Enum Style Throughout CC.ericrk2015-02-201-25/+25
* cc: Fix missing render surfaces with output requestsenne2015-02-191-1/+1
* cc: Make occlusion a draw property.danakj2015-02-131-5/+0
* cc: Make PaintedScrollbarLayer not use ContentsScalingLayerenne2015-02-131-0/+17
* Revert of cc: Make PaintedScrollbarLayer not use ContentsScalingLayer (patchs...enne2015-02-121-17/+0
* cc: Make PaintedScrollbarLayer not use ContentsScalingLayerenne2015-02-121-0/+17
* cc: Move occlusion debug rects into the debug layer borders.danakj2015-02-121-0/+16
* mechanical rename of base::debug -> base::trace_event for /ccssid2015-02-091-2/+2
* cc: Split ReleaseResources into Release and Recreate.vmpstr2015-02-051-0/+3
* Add initial CC support for scroll-blocks-onrbyers2015-02-051-2/+26
* Remove scroll_delta flooring hackmiletus2015-02-041-14/+1
* cc: Stop scroll animations on the pending tree instead of snapping.danakj2015-02-031-2/+6
* Make the scroll_delta flooring behavior the same as before SyncedProperty changemiletus2015-02-031-6/+11
* Convert scroll offsets to use SyncedProperty.aelias2015-01-311-186/+116
* Rename ScrollOffsetFractionalPart to ScrollCompensationAdjustmentmiletus2015-01-301-1/+1
* Fixed position layer counter-scroll with main thread scroll offset fractional...miletus2015-01-291-0/+1
* cc: Dirty the RenderSurfaceLayerList when taking copy requests.danakj2015-01-291-0/+1
* Mechanical rename of tracing includes for /ccprimiano2015-01-281-2/+2
* Hide pinch viewport scrollbars when near minimum scale.bokan2015-01-281-9/+2
* cc: Add frame timing request plumbing through the layers.vmpstr2015-01-261-1/+25
* cc: Make LayerAnimationController keep state for clearing scroll deltaajuma2015-01-221-12/+1
* cc: refactor of MathUtil::AddToTracedValuejungjik.lee2015-01-211-21/+7