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
*
cc: Move worker threads to RenderThreadImpl.
reveman
2015-03-23
2
-2
/
+6
*
base: Stop passing a non-const ref to ObserverListBase::Iterator.
danakj
2015-03-09
1
-6
/
+6
*
CC Animations: Move all the passes over controllers to AnimationRegistrar
loyso
2015-03-06
3
-17
/
+111
*
cc: Make scrollbar animations not require traversing the layer tree.
sunnyps
2015-02-25
8
-86
/
+128
*
Fix Enum Style Throughout CC.
ericrk
2015-02-20
14
-577
/
+527
*
Mechanical rename of tracing includes for /cc
primiano
2015-01-28
1
-1
/
+1
*
cc: Make LayerAnimationController keep state for clearing scroll delta
ajuma
2015-01-22
4
-26
/
+90
*
CC Animation: Use unique animation IDs to sync main and impl threads.
loyso
2015-01-21
5
-246
/
+187
*
cc: Fix scroll offset after scroll animation is canceled
ajuma
2015-01-16
4
-11
/
+69
*
CC: Allow cubic-bezier timing inputs outside the range [0, 1]
loyso
2015-01-09
1
-0
/
+62
*
Fix forward declarations
lof84
2014-12-23
3
-3
/
+12
*
Standardize usage of virtual/override/final specifiers in cc/.
dcheng
2014-12-23
2
-2
/
+2
*
Move RenderSurface creation outside of CalcDrawProps
awoloszyn
2014-12-22
7
-0
/
+53
*
Define step timing function for the cc animation framework.
loyso
2014-12-22
3
-0
/
+155
*
replace COMPILE_ASSERT with static_assert in cc/
mostynb
2014-12-20
1
-6
/
+8
*
Use EXPECT_EQ when possible.
hush
2014-12-04
2
-9
/
+9
*
Make Keyframe use TimeTicks/TimeDelta to represent time instead of double.
behara.ms
2014-11-18
9
-367
/
+503
*
Make cc::Animation::TrimTimeToCurrentIteration and
behara.ms
2014-11-12
11
-378
/
+676
*
Moving background animation ticking from LayerTreeHostImpl into the Scheduler.
mithro
2014-11-10
1
-1
/
+5
*
cc cleanup: Update paths to geometry headers
heejin.r.chung
2014-10-23
8
-9
/
+9
*
Cleanup: Update paths to vector3d_f.h includes.
tfarina
2014-10-23
3
-3
/
+3
*
Standardize usage of virtual/override/final in cc/
dcheng
2014-10-21
9
-68
/
+65
*
cc: Remove main-thread tracing of animations
dstockwell
2014-10-16
1
-5
/
+4
*
Make a bunch of structs anonymous ...
viettrungluu
2014-10-16
1
-103
/
+81
*
cc: Plumb group id through animation creation and start/finish notifications
dstockwell
2014-10-16
3
-14
/
+16
*
Fix CanScrollOrientation method name.
timav
2014-10-16
2
-2
/
+2
*
cc: Change scoped_ptr<T>() to nullptr.
danakj
2014-10-15
2
-192
/
+96
*
Hide scrollbars when their dimensions are not scrollable.
timav
2014-10-15
4
-6
/
+180
*
CC: Fix issue for animations with fill and iteration start specified
samli
2014-10-15
2
-3
/
+6
*
CC: Fix issue where the compositor applies unnecessary updates
samli
2014-10-14
2
-0
/
+47
*
cc: Make PictureLayerImpl use a better choice for animated raster scale.
danakj
2014-10-10
10
-173
/
+195
*
[Android]Increase Scrollbar fade delay on Resize.
sataya.m
2014-10-07
8
-31
/
+78
*
replace OVERRIDE and FINAL with override and final in cc/
mostynb
2014-10-06
9
-40
/
+40
*
[C++11 Allowed Features] Declares a type-safe null pointer converting from NU...
kulkarni.a
2014-10-06
5
-34
/
+34
*
Use ScrollOffset instead of vector2d to track scroll offset in cc
miletus
2014-10-01
8
-58
/
+67
*
CC: Add curve (whole animation) timing function to compositor animations.
ikilpatrick
2014-09-29
3
-43
/
+182
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
6
-77
/
+61
*
Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....
dcheng
2014-09-27
6
-61
/
+77
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
6
-77
/
+61
*
CC: Stop TimingFunction inheriting from AnimationCurve.
ikilpatrick
2014-09-26
3
-33
/
+18
*
CC: Change default fill mode for compositor animations with delay
samli
2014-09-22
1
-1
/
+1
*
CC: Add fill mode to compositor animations
samli
2014-09-19
4
-7
/
+85
*
CC: Add support for iteration start in animations
samli
2014-09-18
3
-20
/
+73
*
Animation: Fix bug in timing in compositor
samli
2014-09-13
2
-29
/
+74
*
CC: Support playback rate in compositor animations
samli@chromium.org
2014-08-19
3
-3
/
+177
*
CC: Clamp opacity values during an animation
samli@chromium.org
2014-08-15
2
-1
/
+34
*
CC: Support fractional iteration count on compositor animations
samli@chromium.org
2014-08-12
3
-9
/
+38
*
cc: check animation notify settings first in NotifyObservers
shreyas.g@samsung.com
2014-08-05
1
-4
/
+8
*
cc: consistancy of variable usage in
shreyas.g@samsung.com
2014-08-05
1
-6
/
+9
*
cc: Optimize group id check in
shreyas.g@samsung.com
2014-08-01
1
-18
/
+33
[next]