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
*
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
*
[cc] Fix crash when adding a child layer to its own parent.
tedchoc@chromium.org
2012-11-13
1
-1
/
+1
*
Remove WTF and WebCore from cc/ and webkit/compositor_bindings/
piman@chromium.org
2012-11-10
1
-4
/
+2
*
Add touchEventHandlerRegion to Layer and LayerImpl
yusufo@chromium.org
2012-11-08
1
-0
/
+13
*
cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...
danakj@chromium.org
2012-11-05
1
-9
/
+9
*
cc: Fix style for comments at the end of namespaces
danakj@chromium.org
2012-11-05
1
-1
/
+1
*
Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th...
phajdan.jr@chromium.org
2012-11-05
1
-9
/
+9
*
cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...
danakj@chromium.org
2012-11-05
1
-9
/
+9
*
Remove most remaining references to IntRect and FloatRect.
danakj@chromium.org
2012-11-01
1
-1
/
+1
*
cc: Use gfx:: Geometry types for positions, bounds, and related things.
danakj@chromium.org
2012-11-01
1
-17
/
+16
*
Pass accurate contentsScale to LayerImpl.
wangxianzhu@chromium.org
2012-11-01
1
-17
/
+15
*
Prevent TextureLayer from triggering commits and texture acquisitions when
junov@chromium.org
2012-10-26
1
-1
/
+2
*
cc: Apply the layer's initial CSS scale to the contentsScale to render text a...
danakj@chromium.org
2012-10-24
1
-0
/
+35
*
cc: Remove CC*.h temporary includes, part 6/4.
tfarina@chromium.org
2012-10-24
1
-2
/
+2
*
Fix asserts in CC filters: m_filter or m_filters can be non-empty, but not b...
senorblanco@chromium.org
2012-10-23
1
-2
/
+2
*
Implement SkImageFilter support in the compositor.
senorblanco@chromium.org
2012-10-23
1
-0
/
+17
*
cc: Remove CC*.h temporary includes, part 5/4.
tfarina@chromium.org
2012-10-23
1
-3
/
+3
*
cc: Rename cc classes and members to match filenames
enne@chromium.org
2012-10-22
1
-97
/
+97
*
cc: Remove CC*.h temporary includes, part 3/4.
tfarina@chromium.org
2012-10-21
1
-1
/
+1
*
Revert "cc: Rename cc classes and members to match filenames"
enne@chromium.org
2012-10-19
1
-97
/
+97
*
cc: Rename cc classes and members to match filenames
enne@chromium.org
2012-10-19
1
-97
/
+97
*
Move CC switches to cc/switches.h.
aelias@chromium.org
2012-10-19
1
-1
/
+1
*
cc: Switch to Chromium DCHECKs LOGs
danakj@chromium.org
2012-10-18
1
-5
/
+5
[next]