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
/
layer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Part 3 of cc/ directory shuffles: animation
jamesr@chromium.org
2013-03-18
1
-3
/
+3
*
Implement pinch-zoom scaling for main-frame scrollbars and pinch-zoom overlay...
wjmaclean@chromium.org
2013-03-15
1
-0
/
+4
*
Do not push properties that are animated on impl only.
vollick@chromium.org
2013-03-13
1
-2
/
+4
*
cc: Chromify the LayerTreeHost class.
danakj@chromium.org
2013-03-13
1
-11
/
+11
*
cc: Chromify Layer and LayerImpl classes.
danakj@chromium.org
2013-03-12
1
-740
/
+650
*
cc: Chromify the Animation and LayerAnimationController classes
danakj@chromium.org
2013-03-12
1
-26
/
+26
*
Enable accelerated animations for orphan layers
ajuma@chromium.org
2013-03-07
1
-14
/
+2
*
Allow impl-only animations, and return opacity values via AnimationEvents.
wjmaclean@chromium.org
2013-03-07
1
-0
/
+8
*
cc: Remove Layer::didUpdateBounds
enne@chromium.org
2013-02-27
1
-7
/
+0
*
Revert 184488 for regressing robohornetpro
vollick@chromium.org
2013-02-26
1
-2
/
+14
*
Enable accelerated animations for orphan layers
ajuma@chromium.org
2013-02-25
1
-14
/
+2
*
cc: Give mask and replica layers a parent.
danakj@chromium.org
2013-02-22
1
-11
/
+45
*
cc: Route offscreen context creation for compositor to the browser.
danakj@chromium.org
2013-02-22
1
-6
/
+9
*
cc: Deblur layers that animate-scale-down on creation.
danakj@chromium.org
2013-02-06
1
-0
/
+1
*
cc: Minor clean up in Layer tree code.
tfarina@chromium.org
2013-01-29
1
-6
/
+4
*
cc: Changing layer properties should not invalidate.
danakj@chromium.org
2013-01-29
1
-11
/
+6
*
Activate LayerImpl tree with sync+push instead of pointer swap
jamesr@chromium.org
2013-01-23
1
-0
/
+6
*
cc: Block the main thread for texture layers during impl-side painting
enne@chromium.org
2013-01-16
1
-0
/
+16
*
Remove duplicate pushPropertiesTo call for mask/replica layers
jamesr@chromium.org
2013-01-15
1
-5
/
+0
*
Separate layer property pushes from tree structure syncs and clean up scrollb...
jamesr@chromium.org
2013-01-12
1
-4
/
+5
*
Remove flags for nonFastScrollable and touchEventHandler regions getting changed
yusufo@chromium.org
2013-01-10
1
-14
/
+2
*
This patch prevents the creation of some render targets by informing the logi...
whunt@chromium.org
2013-01-09
1
-0
/
+5
*
Rename ActiveAnimation -> Animation
vollick@chromium.org
2013-01-07
1
-4
/
+4
*
We don't want to tick animation controllers for non-active layers
vollick@chromium.org
2013-01-07
1
-0
/
+5
*
cc: Sync scroll offsets and deltas for impl-side painting
enne@chromium.org
2013-01-03
1
-2
/
+15
*
cc: Remove all uses of "using namespace std".
tfarina@chromium.org
2013-01-03
1
-3
/
+1
*
Revert "Rename ActiveAnimation -> Animation"
phajdan.jr@chromium.org
2012-12-21
1
-4
/
+4
*
Rename ActiveAnimation -> Animation
vollick@chromium.org
2012-12-20
1
-4
/
+4
*
cc: Don't let invalidations that we're going to handle immediately cause an e...
danakj@chromium.org
2012-12-20
1
-1
/
+5
*
Ref count layer animation controllers.
vollick@chromium.org
2012-12-20
1
-38
/
+38
*
Clean up cc and webkit/compositor_bindings include path shenanigans
jamesr@chromium.org
2012-12-18
1
-3
/
+3
*
cc: Define LayerAnimationObserver and allow LayerAnimationObservers to be reg...
ajuma@chromium.org
2012-12-18
1
-1
/
+19
*
cc: Refactor content scale/bounds into draw properties
enne@chromium.org
2012-12-16
1
-12
/
+15
*
Mark layers that can use LCD text based on layer transform and opacity.
alokp@chromium.org
2012-12-13
1
-7
/
+0
*
Move second internal recursion to a precomputation in layer_tree_host_common.cc
shawnsingh@google.com
2012-12-12
1
-13
/
+0
*
[cc] Make LayerImpls point at LayerTreeImpl instead of LTHI
nduca@chromium.org
2012-12-11
1
-2
/
+2
*
Revert 171714 - Use an auxiliary list of animation controllers.
vollick@chromium.org
2012-12-08
1
-25
/
+49
*
cc: Add a blocksPendingCommit flag to LayerImpl
enne@chromium.org
2012-12-08
1
-0
/
+5
*
cc: Pass LayerTreeHostImpl to LayerImpl constructor
enne@chromium.org
2012-12-07
1
-2
/
+2
*
With this patch we accomplish the following:
vollick@chromium.org
2012-12-07
1
-49
/
+25
*
Organize internal properties of cc/ layer types
shawnsingh@google.com
2012-12-05
1
-9
/
+3
*
cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref.
danakj@chromium.org
2012-12-04
1
-6
/
+3
*
Only do full tree sync if tree is actually changed, otherwise just push prope...
jamesr@chromium.org
2012-12-04
1
-5
/
+11
*
Don't create render passes for transparent images.
skaslev@chromium.org
2012-11-30
1
-4
/
+8
*
Animation code is not yet migrated by this patch, due to WebTransformOperations.
shawnsingh@chromium.org
2012-11-27
1
-6
/
+5
*
cc: Minimize the number of times GL scissoring state is changed
shawnsingh@chromium.org
2012-11-21
1
-0
/
+1
*
cc: Don't return non-const Layer* from a const Layer.
danakj@chromium.org
2012-11-21
1
-6
/
+1
*
cc: Enable all animations on Android.
epenner@chromium.org
2012-11-20
1
-0
/
+7
*
cc: Add support for debugging layer borders directly in the compositor
danakj@chromium.org
2012-11-15
1
-16
/
+0
*
cc: Remove cc::settings, move them to LayerTreeSettings.
danakj@chromium.org
2012-11-14
1
-2
/
+1
[next]