summaryrefslogtreecommitdiffstats
path: root/cc/animation/animation_host.cc
Commit message (Expand)AuthorAgeFilesLines
* CC Animation: Use unordered_map instead of vector.loyso2016-03-211-34/+30
* CC Animation: Rename HasAnimation to HasAnimationForTesting.loyso2016-03-141-1/+1
* Revert of Introduce LayerListImpl (patchset #11 id:200001 of https://coderevi...vollick2016-03-011-24/+24
* Share animations from compositor to main thread.ymalik2016-03-011-4/+18
* Introduce LayerListImplvollick2016-03-011-24/+24
* CC Animation: Expose TargetProperty enum to be aliased in Blink Platform.loyso2016-02-251-17/+20
* Switch cc to std::unordered_*.davidben2016-01-281-4/+4
* Plumb NotifyAnimationAborted from the compositor to blink animation delegate.ymalik2016-01-151-0/+3
* CC Animation: Replace AnimiationEventsVector with AnimiationEvents class.loyso2016-01-141-4/+4
* Tweak smooth scrolling speed.skobes2016-01-141-1/+1
* Abort smooth scroll animation if followed by an instant scroll.ymalik2016-01-141-0/+10
* CC Animation: Fix AnimationHost::ScrollAnimationUpdateTarget.loyso2016-01-111-5/+13
* Switch to standard integer types in cc/.avi2015-12-211-0/+1
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-181-4/+4
* Make compositor input-driven smooth scrolling smoother and snappier.skobes2015-10-271-2/+3
* CC Animations: Fix AnimationHost mode integration with Property Trees.loyso2015-10-211-0/+5
* cc: Make animation contents scale aware of trees affected by animationsajuma2015-08-201-5/+19
* cc: Clean up <Property>IsAnimating and related logicajuma2015-07-241-20/+48
* cc: Fix post-commit property tree update for animationsajuma2015-07-131-0/+10
* CC Animations: Port Impl-only-scrolling to use compositor animation timelines.loyso2015-07-081-4/+136
* Fix unused variables errors in cc/.mlamouri2015-07-061-6/+4
* CC Animations: Redirect all compositor animation requests to AnimationHost.loyso2015-07-031-0/+176
* CC Animations: Establish AnimationHost, AnimationTimeline and AnimationPlayer.loyso2015-07-031-0/+205