summaryrefslogtreecommitdiffstats
path: root/cc/animation
Commit message (Expand)AuthorAgeFilesLines
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-232-2/+6
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-091-6/+6
* CC Animations: Move all the passes over controllers to AnimationRegistrarloyso2015-03-063-17/+111
* cc: Make scrollbar animations not require traversing the layer tree.sunnyps2015-02-258-86/+128
* Fix Enum Style Throughout CC.ericrk2015-02-2014-577/+527
* Mechanical rename of tracing includes for /ccprimiano2015-01-281-1/+1
* cc: Make LayerAnimationController keep state for clearing scroll deltaajuma2015-01-224-26/+90
* CC Animation: Use unique animation IDs to sync main and impl threads.loyso2015-01-215-246/+187
* cc: Fix scroll offset after scroll animation is canceledajuma2015-01-164-11/+69
* CC: Allow cubic-bezier timing inputs outside the range [0, 1]loyso2015-01-091-0/+62
* Fix forward declarationslof842014-12-233-3/+12
* Standardize usage of virtual/override/final specifiers in cc/.dcheng2014-12-232-2/+2
* Move RenderSurface creation outside of CalcDrawPropsawoloszyn2014-12-227-0/+53
* Define step timing function for the cc animation framework.loyso2014-12-223-0/+155
* replace COMPILE_ASSERT with static_assert in cc/mostynb2014-12-201-6/+8
* Use EXPECT_EQ when possible.hush2014-12-042-9/+9
* Make Keyframe use TimeTicks/TimeDelta to represent time instead of double.behara.ms2014-11-189-367/+503
* Make cc::Animation::TrimTimeToCurrentIteration andbehara.ms2014-11-1211-378/+676
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-101-1/+5
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-238-9/+9
* Cleanup: Update paths to vector3d_f.h includes.tfarina2014-10-233-3/+3
* Standardize usage of virtual/override/final in cc/dcheng2014-10-219-68/+65
* cc: Remove main-thread tracing of animationsdstockwell2014-10-161-5/+4
* Make a bunch of structs anonymous ...viettrungluu2014-10-161-103/+81
* cc: Plumb group id through animation creation and start/finish notificationsdstockwell2014-10-163-14/+16
* Fix CanScrollOrientation method name.timav2014-10-162-2/+2
* cc: Change scoped_ptr<T>() to nullptr.danakj2014-10-152-192/+96
* Hide scrollbars when their dimensions are not scrollable.timav2014-10-154-6/+180
* CC: Fix issue for animations with fill and iteration start specifiedsamli2014-10-152-3/+6
* CC: Fix issue where the compositor applies unnecessary updatessamli2014-10-142-0/+47
* cc: Make PictureLayerImpl use a better choice for animated raster scale.danakj2014-10-1010-173/+195
* [Android]Increase Scrollbar fade delay on Resize.sataya.m2014-10-078-31/+78
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-069-40/+40
* [C++11 Allowed Features] Declares a type-safe null pointer converting from NU...kulkarni.a2014-10-065-34/+34
* Use ScrollOffset instead of vector2d to track scroll offset in ccmiletus2014-10-018-58/+67
* CC: Add curve (whole animation) timing function to compositor animations.ikilpatrick2014-09-293-43/+182
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-276-77/+61
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-276-61/+77
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-276-77/+61
* CC: Stop TimingFunction inheriting from AnimationCurve.ikilpatrick2014-09-263-33/+18
* CC: Change default fill mode for compositor animations with delaysamli2014-09-221-1/+1
* CC: Add fill mode to compositor animationssamli2014-09-194-7/+85
* CC: Add support for iteration start in animationssamli2014-09-183-20/+73
* Animation: Fix bug in timing in compositorsamli2014-09-132-29/+74
* CC: Support playback rate in compositor animationssamli@chromium.org2014-08-193-3/+177
* CC: Clamp opacity values during an animationsamli@chromium.org2014-08-152-1/+34
* CC: Support fractional iteration count on compositor animationssamli@chromium.org2014-08-123-9/+38
* cc: check animation notify settings first in NotifyObserversshreyas.g@samsung.com2014-08-051-4/+8
* cc: consistancy of variable usage in shreyas.g@samsung.com2014-08-051-6/+9
* cc: Optimize group id check in shreyas.g@samsung.com2014-08-011-18/+33