index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cc
/
animation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused cc::Animation RunStates
ajuma@chromium.org
2013-11-21
6
-219
/
+16
*
Don't PushProperties every commit for animating layers
ajuma@chromium.org
2013-11-18
4
-49
/
+41
*
De-activate LayerAnimationControllers when all animations are WaitingForDeletion
ajuma@chromium.org
2013-11-18
2
-3
/
+93
*
cc: Alow animations to be aborted from either thread
ajuma@chromium.org
2013-11-17
4
-12
/
+279
*
Allow the computation of inflated bounds for non matrix transform operations.
vollick@chromium.org
2013-11-05
3
-157
/
+206
*
Remove cc::LayerAnimationController:SuspendAnimations
ajuma@chromium.org
2013-11-02
3
-11
/
+3
*
Fix perspective transform operation interpolation
vollick@chromium.org
2013-10-30
2
-11
/
+44
*
Implement new overlay scrollbar specs
davemoore@chromium.org
2013-10-25
3
-91
/
+268
*
Add Color animation curves.
avallee@chromium.org
2013-10-24
8
-8
/
+255
*
Remove superfluous WebLayerImpl::resumeAnimations()
steveblock@chromium.org
2013-10-23
3
-23
/
+1
*
Remove Animation::InstanceType.
dongseong.hwang@intel.com
2013-10-18
3
-17
/
+9
*
Enable linear fade scrollbar animation on programmatic scroll
jdduke@chromium.org
2013-10-11
2
-10
/
+10
*
Inflating bounds for rotation should support min/max progress
vollick@chromium.org
2013-10-11
2
-97
/
+115
*
Support calculation of inflated bounds for rotation transform operations.
vollick@chromium.org
2013-10-10
2
-1
/
+409
*
cc: Support animating filters
ajuma@chromium.org
2013-10-03
7
-23
/
+167
*
Grow scrollbars while the mouse is over the track or thumb.
tony@chromium.org
2013-10-01
6
-0
/
+66
*
Trigger overlay scrollbar animation when the pointer is nearby.
tony@chromium.org
2013-09-26
5
-3
/
+26
*
Fix compilation and ui_unittests with float transforms
enne@chromium.org
2013-09-25
2
-5
/
+5
*
Revert 224725 "Fix compilation and ui_unittests with float trans..."
sky@chromium.org
2013-09-23
2
-5
/
+5
*
Fix compilation and ui_unittests with float transforms
enne@chromium.org
2013-09-23
2
-5
/
+5
*
cc: Use SkMScalar instead of doubles for transforms in cc
enne@chromium.org
2013-09-12
6
-206
/
+216
*
Add a thinning scrollbar animator for desktop overlay scrollbars.
tony@chromium.org
2013-09-11
6
-7
/
+408
*
Suppress scrollbar animation if the scroll gesture does not scroll
jdduke@chromium.org
2013-09-06
4
-23
/
+111
*
Take time_offset into account when ticking animations that are Starting
ajuma@chromium.org
2013-09-04
3
-10
/
+41
*
cc: Remove unnecessary "default" cases from switch statements.
reveman@chromium.org
2013-08-27
1
-1
/
+7
*
Rename ScrollbarLayer\* to PaintedScrollbarLayer\*
wjmaclean@chromium.org
2013-08-22
1
-3
/
+3
*
Compute bounds of animated layers
ajuma@chromium.org
2013-08-15
15
-4
/
+640
*
Add PRESUBMIT check to cc to ensure that C++ std::abs is used
shawnsingh@google.com
2013-07-29
2
-3
/
+4
*
Revert 214144 "Add PRESUBMIT check to cc to ensure that C++ std:..."
shawnsingh@google.com
2013-07-29
2
-4
/
+3
*
Add PRESUBMIT check to cc to ensure that C++ std::abs is used
shawnsingh@google.com
2013-07-28
2
-3
/
+4
*
cc: No need to include trees/single_thread_proxy.h in animation/ unittest.
tfarina@chromium.org
2013-07-20
1
-1
/
+0
*
Define cc::FilterKeyframe and cc::KeyframedFilterAnimationCurve
ajuma@chromium.org
2013-07-18
5
-12
/
+257
*
Use a direct include of time headers in cc/.
avi@chromium.org
2013-06-27
3
-3
/
+3
*
cc: Create a AnimationDelegate interface and an adapter class in compositor_b...
tfarina@chromium.org
2013-06-26
4
-17
/
+35
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
2
-2
/
+2
*
Use a direct include of strings headers in cc/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
cc: remove TransferAnimationsTo dead code
shawnsingh@chromium.org
2013-06-05
3
-58
/
+0
*
After http://crrev.com/202755, timing functions can now produce values outsid...
vollick@chromium.org
2013-06-04
3
-16
/
+106
*
Update cc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-9
/
+9
*
Update refernces to Blink's Platform API (cc)
abarth@chromium.org
2013-05-29
2
-2
/
+2
*
Do not clamp y values on internal knots of timing function bezier curves
vollick@chromium.org
2013-05-29
3
-78
/
+83
*
Allow animations with inactive observers to reach the Starting state
ajuma@chromium.org
2013-05-27
3
-1
/
+74
*
Remove cc/ dependency on WebKit::WebScrollbar*
jamesr@chromium.org
2013-05-22
1
-5
/
+1
*
cc: Fix most cpplint errors in cc/
enne@chromium.org
2013-05-01
2
-3
/
+3
*
Enable tests for AnimationFinished notifications
ajuma@chromium.org
2013-04-22
1
-25
/
+43
*
Fix main-thread event handling for impl-only animations
ajuma@chromium.org
2013-04-11
4
-13
/
+136
*
Revert 193629 "Fix main-thread event handling for impl-only anim..."
kinuko@chromium.org
2013-04-11
4
-136
/
+13
*
Fix main-thread event handling for impl-only animations
ajuma@chromium.org
2013-04-11
4
-13
/
+136
*
LayerTreeHost::SetAnimationEvents should use AnimationRegistrar
ajuma@chromium.org
2013-04-08
5
-80
/
+286
*
cc: Make animations tick regardless of drawing.
danakj@chromium.org
2013-04-06
3
-68
/
+76
[next]