summaryrefslogtreecommitdiffstats
path: root/ui/compositor/layer_animator_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove gfx::FrameTime for a single clock sourceabhishek.ka2015-05-261-4/+3
* Fix Enum Style Throughout CC.ericrk2015-02-201-48/+24
* LayerAnimator should withdraw from processing animation queue when its delega...ljagielski2015-01-071-0/+63
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-25/+16
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-11/+11
* compositor: Add rAF-like functionality for the UI.sadrul@chromium.org2014-08-011-1/+1
* Reland: Introduce NON_ZERO_DURATION for animation unit testsjamescook@chromium.org2014-07-301-2/+2
* Revert of Introduce NON_ZERO_DURATION for animation unit tests (https://coder...jamescook@chromium.org2014-07-291-2/+2
* Introduce NON_ZERO_DURATION for animation unit testsjamescook@chromium.org2014-07-291-2/+2
* compositor: Tick the UI animations from cc, instead of from timer callbacks.sadrul@chromium.org2014-06-051-108/+203
* Revert r274404 and r274409:tzik@chromium.org2014-06-031-203/+108
* compositor: Tick the UI animations from cc, instead of from timer callbacks.sadrul@chromium.org2014-06-031-108/+203
* CC::LayerAnimationController should use TimeTicks andsivagunturi@chromium.org2014-05-151-36/+36
* Replacing raw pointer to LayerAnimator with scoped_refptr in ScopedLayerAnima...mfomitchev@chromium.org2014-03-071-2/+57
* Use a bitfield to store animatable properties.vollick@chromium.org2014-01-141-3/+3
* cc: Use HighResNow as timebase if it is fast and reliablebrianderson@chromium.org2013-10-251-2/+3
* Add Color animation curves.avallee@chromium.org2013-10-241-3/+3
* Protect reentrant animations when IMMEDIATELY_ANIMATE_TO_NEW_TARGET is used.varkha@chromium.org2013-10-011-0/+62
* ui/base/animation -> ui/gfx/animationsky@chromium.org2013-09-151-0/+2
* Make inverse transform animations easier to create, using ScopedLayerAnimatio...avallee@chromium.org2013-09-141-0/+30
* Revert 222839 "Make inverse transform animations easier to creat..."yoz@chromium.org2013-09-121-28/+0
* Make inverse transform animations easier to create, using ScopedLayerAnimatio...avallee@chromium.org2013-09-121-0/+28
* Remove unused field.etienneb@chromium.org2013-09-051-1/+0
* Switch ObserverList::size() to ObserverList::might_have_observers() Pt.1caitkp@chromium.org2013-08-261-2/+2
* Use a direct include of time headers in ui/.avi@chromium.org2013-06-281-1/+1
* Fix crash in ImplicitAnimationObserver::OnLayerAnimationAborted() in debug mo...pkotwicz@chromium.org2013-06-271-10/+62
* Use a direct include of strings headers in ui/, part 3.avi@chromium.org2013-06-111-1/+1
* Update ui/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-031-1/+1
* ui: Make it possible to know whether an animation ended because it was comple...sadrul@chromium.org2013-05-091-0/+64
* Add duration_scale_mode to ui::LayerAnimatorajuma@chromium.org2013-03-131-1/+3
* Fix flaky LayerAnimatorTestsajuma@chromium.org2013-02-251-17/+27
* Disable LayerAnimatorTest.MultiPreemptThreadedByImmediatelyAnimatingToNewTargetmaruel@chromium.org2013-02-241-1/+2
* Thread ui opacity animationsajuma@chromium.org2013-02-231-179/+631
* Linux/ChromeOS Chromium style checker cleanup, ui/ edition.rsleevi@chromium.org2013-02-061-5/+10
* Add support for LayerAnimator::AbortAllAnimationsvollick@chromium.org2012-12-181-0/+23
* Make ui::LayerAnimationSequence and ui::LayerAnimationElement use absolute timesajuma@chromium.org2012-12-151-2/+2
* Let Layer.SetNNN methods respect ENQUEUE_ANIMATION strategy.antrim@chromium.org2012-11-201-0/+30
* Fix animation timing in case when there were no animations in queueantrim@chromium.org2012-11-151-0/+36
* Added speed/duration to SessionStateAnimator, fixed call in SystemTrayDelegateantrim@chromium.org2012-11-131-0/+259
* Adds ability to animate the color of a layer.sky@chromium.org2012-10-111-0/+48
* Revert 157567 - Revert 156318 - I had originally tried to build upon http://c...vollick@google.com2012-09-231-35/+257
* Revert 156318 - I had originally tried to build upon http://codereview.chromi...vollick@google.com2012-09-191-257/+35
* I had originally tried to build upon http://codereview.chromium.org/10869066/...vollick@chromium.org2012-09-121-35/+257
* Adds LayerAnimator::SchedulePauseForProperties().sky@chromium.org2012-09-041-0/+12
* Revert 153047 - Ensure that LayerAnimator schedules a draw after the last fra...sky@chromium.org2012-08-251-32/+0
* Ensure that LayerAnimator schedules a draw after the last frame of an animationvollick@chromium.org2012-08-231-0/+32
* Add brightness/grayscale animations and use them for OOBE boot transition.nkostylev@chromium.org2012-07-211-0/+42
* ui: Move compositor/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-051-0/+1121