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
/
cc_tests.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 175690
estade@chromium.org
2013-01-09
1
-1
/
+0
*
cc: Implement DelegatingRender::drawFrame() method.
danakj@chromium.org
2013-01-09
1
-0
/
+1
*
Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/
danakj@chromium.org
2013-01-07
1
-2
/
+0
*
Rename ActiveAnimation -> Animation
vollick@chromium.org
2013-01-07
1
-1
/
+1
*
cc: Put context-loss tests in layer_tree_host_unittest_context.cc
danakj@chromium.org
2013-01-04
1
-0
/
+7
*
cc: Don't use partial updates for scrollbars when they are not allowed.
danakj@chromium.org
2012-12-22
1
-0
/
+2
*
Revert "Rename ActiveAnimation -> Animation"
phajdan.jr@chromium.org
2012-12-21
1
-1
/
+1
*
Rename ActiveAnimation -> Animation
vollick@chromium.org
2012-12-20
1
-1
/
+1
*
cc: Move scrolling tests to layer_tree_host_unittest_scroll.cc
danakj@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
/
+1
*
Componentize webkit/compositor_bindings target
jamesr@chromium.org
2012-12-19
1
-0
/
+1
*
cc: Move more animation tests to layer_tree_host_unittests_animation.cc
danakj@chromium.org
2012-12-19
1
-0
/
+2
*
cc: Cleaning up LayerTreeHost tests.
danakj@chromium.org
2012-12-19
1
-2
/
+1
*
cc: Create a cc::ScrollbarThemePainter and an adapter class in compositor bin...
danakj@chromium.org
2012-12-18
1
-0
/
+4
*
cc: Unify namespaces for all test files
enne@chromium.org
2012-12-16
1
-0
/
+3
*
[Android WebView] Tie together Chrome's browser compositor with the Android V...
leandrogracia@chromium.org
2012-12-15
1
-0
/
+2
*
cc: Move WebCompositorOutputSurface and related classes into cc/
danakj@chromium.org
2012-12-07
1
-2
/
+4
*
cc: Pass LayerTreeHostImpl to LayerImpl constructor
enne@chromium.org
2012-12-07
1
-0
/
+5
*
Basic pixel tests for cc
jamesr@chromium.org
2012-12-07
1
-7
/
+28
*
Revert 171544
miket@chromium.org
2012-12-06
1
-26
/
+3
*
Basic pixel tests for cc
jamesr@chromium.org
2012-12-06
1
-3
/
+26
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
1
-2
/
+2
*
Revert 171403
danakj@chromium.org
2012-12-06
1
-2
/
+2
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
1
-2
/
+2
*
implement the logic to set tile priorities based on current matrix
qinmin@chromium.org
2012-12-04
1
-0
/
+1
*
Add perf tests based on json representation of layer tree
jamesr@chromium.org
2012-11-30
1
-0
/
+16
*
cc: Add a unit test for easily profiling drawing behaviour with a complex dra...
danakj@chromium.org
2012-11-28
1
-8
/
+32
*
cc: Add PictureLayerTilingSet to manage PictureLayerTiling
enne@chromium.org
2012-11-21
1
-0
/
+5
*
cc: Remove cc::settings, move them to LayerTreeSettings.
danakj@chromium.org
2012-11-14
1
-1
/
+0
*
Avoid setting activeTexture redundantly
jamesr@chromium.org
2012-11-10
1
-0
/
+1
*
cc: Rename MockContentLayerClient to FakeContentLayerClient and move to cc/test/
danakj@chromium.org
2012-11-09
1
-0
/
+2
*
cc: Rename Texture class to Resource.
reveman@google.com
2012-11-08
1
-1
/
+1
*
Remove static thread pointers from CC, attempt 3
aelias@chromium.org
2012-11-08
1
-0
/
+2
*
cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg...
danakj@chromium.org
2012-11-08
1
-0
/
+1
*
cc: Rename PrioritizedTexture to PrioritizedResource.
reveman@google.com
2012-11-07
1
-1
/
+1
*
cc: Sort the source file list of unittests.
tfarina@chromium.org
2012-11-07
1
-11
/
+11
*
cc: Replace the WebCore::UnitBezier class with the SkUnitCubicInterp() method...
danakj@chromium.org
2012-11-07
1
-0
/
+1
*
cc: Nine patch layer.
aelias@chromium.org
2012-11-06
1
-0
/
+2
*
A speculative Revert for r165872 - Remove static thread pointers from CC, att...
hbono@chromium.org
2012-11-05
1
-2
/
+0
*
Remove static thread pointers from CC, attempt 2
aelias@chromium.org
2012-11-04
1
-0
/
+2
*
Make cc a component
piman@chromium.org
2012-11-02
1
-0
/
+2
*
Revert 165476 - Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
1
-2
/
+0
*
Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
1
-0
/
+2
*
Pass accurate contentsScale to LayerImpl.
wangxianzhu@chromium.org
2012-11-01
1
-0
/
+1
*
Remove WebKit::Platform dependencies from cc
jamesr@chromium.org
2012-10-30
1
-7
/
+0
*
Revert 165050 - Remove WebKit::Platform dependencies from cc
sergeyu@chromium.org
2012-10-30
1
-0
/
+6
*
Remove WebKit::Platform dependencies from cc
jamesr@chromium.org
2012-10-30
1
-6
/
+0
*
Added support for YUV videos to the software compositor.
skaslev@chromium.org
2012-10-30
1
-0
/
+1
*
cc: Rename TextureUpdate to ResourceUpdate.
reveman@google.com
2012-10-25
1
-1
/
+1
*
Fix a 'gclient hooks' error.
hbono@chromium.org
2012-10-24
1
-1
/
+0
[next]