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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 175690
estade@chromium.org
2013-01-09
9
-102
/
+47
*
cc: Implement DelegatingRender::drawFrame() method.
danakj@chromium.org
2013-01-09
9
-47
/
+102
*
Implement a method to access the non-composited content root layer picture pile.
leandrogracia@chromium.org
2013-01-09
2
-0
/
+6
*
Revert 175275
jamesr@chromium.org
2013-01-07
1
-16
/
+0
*
Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/
danakj@chromium.org
2013-01-07
4
-114
/
+12
*
Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()
shawnsingh@google.com
2013-01-07
2
-0
/
+13
*
Rename ActiveAnimation -> Animation
vollick@chromium.org
2013-01-07
3
-5
/
+5
*
We don't want to tick animation controllers for non-active layers
vollick@chromium.org
2013-01-07
2
-0
/
+6
*
cc: remove loseOutputSurface.
danakj@chromium.org
2013-01-07
1
-1
/
+0
*
cc: Set the max frames pending from the thread proxy.
danakj@chromium.org
2013-01-05
1
-0
/
+16
*
cc: Put context-loss tests in layer_tree_host_unittest_context.cc
danakj@chromium.org
2013-01-04
16
-117
/
+505
*
cc: Sync scroll offsets and deltas for impl-side painting
enne@chromium.org
2013-01-03
2
-0
/
+16
*
Use WeakPtr for posting cc tasks to main thread
jamesr@chromium.org
2013-01-02
2
-34
/
+16
*
cc: Don't use partial updates for scrollbars when they are not allowed.
danakj@chromium.org
2012-12-22
2
-0
/
+76
*
Move filters to RenderPassDrawQuad
piman@chromium.org
2012-12-21
2
-2
/
+6
*
Revert "Rename ActiveAnimation -> Animation"
phajdan.jr@chromium.org
2012-12-21
3
-5
/
+5
*
Rename ActiveAnimation -> Animation
vollick@chromium.org
2012-12-20
3
-5
/
+5
*
Make scrollbars scroll on main thread.
flackr@chromium.org
2012-12-20
2
-1
/
+15
*
Revert "cc: Defer texture allocation (to allow async allocations)."
loislo@chromium.org
2012-12-20
1
-1
/
+0
*
cc: Move scrolling tests to layer_tree_host_unittest_scroll.cc
danakj@chromium.org
2012-12-20
2
-1
/
+44
*
cc: Add pending tree for impl-side painting
enne@chromium.org
2012-12-20
1
-0
/
+1
*
cc: Move occlusion tests to layer_tree_host_unittest_occlusion.cc
danakj@chromium.org
2012-12-20
1
-0
/
+2
*
Ref count layer animation controllers.
vollick@chromium.org
2012-12-20
5
-52
/
+26
*
cc: Defer texture allocation (to allow async allocations).
epenner@chromium.org
2012-12-19
1
-0
/
+1
*
Remove animation-specific code from layer_tree_test_common.
danakj@chromium.org
2012-12-19
1
-3
/
+0
*
cc: Move more animation tests to layer_tree_host_unittests_animation.cc
danakj@chromium.org
2012-12-19
3
-8
/
+77
*
cc: Chromium-stylify the FakeWebGraphicsContext3D class.
danakj@chromium.org
2012-12-19
4
-281
/
+627
*
cc: Cleaning up LayerTreeHost tests.
danakj@chromium.org
2012-12-19
10
-221
/
+174
*
[cc] Fold more update calls into updateDrawProperties
nduca@chromium.org
2012-12-19
2
-2
/
+5
*
Clean up cc and webkit/compositor_bindings include path shenanigans
jamesr@chromium.org
2012-12-18
6
-8
/
+7
*
[cc] FakeLayerTreeHostImpl passes settings object before it is initialized
nduca@chromium.org
2012-12-18
2
-2
/
+1
*
cc: Create a cc::ScrollbarThemePainter and an adapter class in compositor bin...
danakj@chromium.org
2012-12-18
4
-0
/
+237
*
cc: Force layer tree tests to go idle before exiting.
danakj@chromium.org
2012-12-17
4
-30
/
+12
*
Revert 173484
dpapad@chromium.org
2012-12-17
4
-12
/
+30
*
Add API to route end of fling messages from WebLayerTreeView to InputHandler
yusufo@chromium.org
2012-12-17
1
-0
/
+1
*
cc: Force layer tree tests to go idle before exiting.
danakj@chromium.org
2012-12-17
4
-30
/
+12
*
cc: Make occlusion tracker always work in target space.
danakj@chromium.org
2012-12-17
1
-4
/
+4
*
Revert 173406 - Crashes on Win & Mac
rsleevi@chromium.org
2012-12-17
2
-5
/
+2
*
[cc] Fold more update calls into updateDrawProperties
nduca@chromium.org
2012-12-17
2
-2
/
+5
*
cc: Unify namespaces for all test files
enne@chromium.org
2012-12-16
42
-335
/
+747
*
cc: Refactor content scale/bounds into draw properties
enne@chromium.org
2012-12-16
2
-15
/
+31
*
[Android WebView] Tie together Chrome's browser compositor with the Android V...
leandrogracia@chromium.org
2012-12-15
2
-0
/
+105
*
Adding support for per vertex opacity on textured layer
jscholler@chromium.org
2012-12-15
2
-0
/
+9
*
Add reference png for https://codereview.chromium.org/11420079/
jamesr@chromium.org
2012-12-13
1
-0
/
+0
*
Combine mask texture parameters into single gfx::RectF
jamesr@chromium.org
2012-12-13
1
-4
/
+1
*
[cc] Make LayerImpls point at LayerTreeImpl instead of LTHI
nduca@chromium.org
2012-12-11
2
-3
/
+3
*
cc: Split out calcDrawEtc from drawLayers
enne@chromium.org
2012-12-09
1
-0
/
+2
*
Revert 171714 - Use an auxiliary list of animation controllers.
vollick@chromium.org
2012-12-08
5
-6
/
+75
*
Add the DelegatingRenderer class with its initialize path.
danakj@chromium.org
2012-12-08
4
-7
/
+29
*
Update 10_10_layer_tree.json benchmark data
jamesr@chromium.org
2012-12-08
1
-8311
/
+1823
[next]