summaryrefslogtreecommitdiffstats
path: root/cc/animation
Commit message (Expand)AuthorAgeFilesLines
* CC Animation: Speed up AnimationTimeline PushPropertiesTo by using a hash map.Alexey Baskakov2016-02-102-47/+40
* Plumb NotifyAnimationAborted from the compositor to blink animation delegate.ymalik2016-01-158-1/+52
* CC Animation: Replace AnimiationEventsVector with AnimiationEvents class.loyso2016-01-149-191/+178
* Tweak smooth scrolling speed.skobes2016-01-144-36/+96
* Abort smooth scroll animation if followed by an instant scroll.ymalik2016-01-144-0/+29
* CC Animation: Fix AnimationHost::ScrollAnimationUpdateTarget.loyso2016-01-112-7/+48
* compositor-worker: Introduce WebCompositorMutableStatevollick2016-01-081-0/+63
* Tweak the math in ScrollOffsetAnimationCurve::UpdateTarget.skobes2015-12-302-62/+64
* Reland of un smooth scroll animations on the compositor when possible (patchs...noel2015-12-232-0/+8
* Revert of Run smooth scroll animations on the compositor when possible (patch...noel2015-12-232-8/+0
* Run smooth scroll animations on the compositor when possibleymalik2015-12-222-0/+8
* CC Animations: Fix the case when main-thread player changes layer_id.loyso2015-12-212-7/+38
* Switch to standard integer types in cc/.avi2015-12-2122-4/+28
* Convert Pass()→std::move() in cc/dcheng2015-12-181-3/+2
* Add support for aborting animations from the main threadymalik2015-12-163-6/+51
* compositor-worker: plumb element id and mutable propertiesvollick2015-12-081-0/+20
* Conditionally set initial value for scroll offset animation curve.ymalik2015-12-074-3/+72
* cc: Animate from LayerTreeHostImpl, remove Animate step from schedulerdanakj2015-12-032-3/+4
* cc: Remove calls to Pass() on rvalues.danakj2015-11-203-103/+93
* CC Animations: Allow AnimationPlayers attached to layers but not attached to ...loyso2015-11-201-1/+0
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-1811-116/+109
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-186-86/+74
* CC AnimationHost: Fix LinkHighlights detach scope.loyso2015-11-041-2/+1
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-281-3/+2
* Make compositor input-driven smooth scrolling smoother and snappier.skobes2015-10-274-42/+73
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-271-2/+3
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-271-3/+2
* Don't include trace_event.h from trace_event_argument.h.jbroman2015-10-221-0/+1
* cc: Split Proxy to eliminate unnecessary dependencies on the impl sidekhushalsagar2015-10-212-6/+10
* CC Animations: Fix AnimationHost mode integration with Property Trees.loyso2015-10-214-0/+12
* Add missing include to timing_function.hkotenkov2015-10-201-0/+1
* Simplify the mapping between scroll layer and scrollbars.aelias2015-10-088-113/+138
* Update scrollbar layer property tree opacity when it becomes activejaydasika2015-09-182-2/+3
* CC Animations: Allow timelines and players without host to support non-compos...loyso2015-09-091-1/+1
* Add rotation tests to compositor rotation.soonm2015-09-031-0/+56
* Apply skew on both axes together rather than sequentially on Compositornainar2015-09-033-14/+8
* cc: Make animation contents scale aware of trees affected by animationsajuma2015-08-205-35/+213
* Revert "Fix for bug where composited rotate3d should SLERP instead of interpo...soonm2015-08-073-41/+6
* cc: Keep the transform tree's to_screen_is_animated updatedajuma2015-08-046-10/+259
* CC Animation: Fix pauseAnimation so it doesn't reset blink negative delays.loyso2015-07-312-9/+39
* cc: Clean up <Property>IsAnimating and related logicajuma2015-07-245-44/+218
* cc: Fix post-commit property tree update for animationsajuma2015-07-132-0/+14
* CC Animations: Port Impl-only-scrolling to use compositor animation timelines.loyso2015-07-086-16/+181
* cc: Make ScrollOffsetAnimationCurve::UpdateTarget better handle large velocityajuma2015-07-072-5/+35
* Fix unused variables errors in cc/.mlamouri2015-07-064-22/+14
* CC Animations: Redirect all compositor animation requests to AnimationHost.loyso2015-07-032-0/+223
* CC Animations: Establish AnimationHost, AnimationTimeline and AnimationPlayer.loyso2015-07-0314-0/+1907
* Fix for bug where composited rotate3d should SLERP instead of interpolating t...soonm2015-06-293-6/+41
* Fix assumptions made in LAC::MarkAnimationsForDeletionvollick2015-06-193-8/+29
* Matrix decomposition for mismatched functions in keyframesbehara.ms2015-06-192-53/+65