| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ActiveAnimation -> Animation | vollick@chromium.org | 2013-01-07 | 1 | -1/+1 |
* | cc: Sync scroll offsets and deltas for impl-side painting | enne@chromium.org | 2013-01-03 | 1 | -0/+14 |
* | Use WeakPtr for posting cc tasks to main thread | jamesr@chromium.org | 2013-01-02 | 1 | -26/+13 |
* | 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 | -1/+4 |
* | 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 | 1 | -20/+10 |
* | Remove animation-specific code from layer_tree_test_common. | danakj@chromium.org | 2012-12-19 | 1 | -3/+0 |
* | cc: Cleaning up LayerTreeHost tests. | danakj@chromium.org | 2012-12-19 | 1 | -59/+20 |
* | Clean up cc and webkit/compositor_bindings include path shenanigans | jamesr@chromium.org | 2012-12-18 | 1 | -2/+2 |
* | cc: Force layer tree tests to go idle before exiting. | danakj@chromium.org | 2012-12-17 | 1 | -29/+7 |
* | Revert 173484 | dpapad@chromium.org | 2012-12-17 | 1 | -7/+29 |
* | cc: Force layer tree tests to go idle before exiting. | danakj@chromium.org | 2012-12-17 | 1 | -29/+7 |
* | cc: Unify namespaces for all test files | enne@chromium.org | 2012-12-16 | 1 | -5/+5 |
* | Revert 171714 - Use an auxiliary list of animation controllers. | vollick@chromium.org | 2012-12-08 | 1 | -6/+22 |
* | cc: Move WebCompositorOutputSurface and related classes into cc/ | danakj@chromium.org | 2012-12-07 | 1 | -14/+6 |
* | With this patch we accomplish the following: | vollick@chromium.org | 2012-12-07 | 1 | -22/+6 |
* | Try deflake tests, and re-enable a was-flaky test. | danakj@chromium.org | 2012-12-06 | 1 | -18/+0 |
* | cc: Give ownership of render passes to the renderer when drawing a frame. | danakj@chromium.org | 2012-12-04 | 1 | -1/+1 |
* | This change switches the compositor to the new WebLayerTreeViewClient::create... | egraether@chromium.org | 2012-12-01 | 1 | -0/+7 |
* | cc: Remove cc::settings, move them to LayerTreeSettings. | danakj@chromium.org | 2012-11-14 | 1 | -7/+0 |
* | cc: Remove the remaining using-directives of namespace cc. | tfarina@chromium.org | 2012-11-10 | 1 | -1/+8 |
* | Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ | piman@chromium.org | 2012-11-10 | 1 | -2/+0 |
* | Remove static thread pointers from CC, attempt 3 | aelias@chromium.org | 2012-11-08 | 1 | -27/+25 |
* | cc: Remove WebThread includes. | tfarina@chromium.org | 2012-11-06 | 1 | -1/+0 |
* | cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos... | 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 | -1/+1 |
* | cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos... | danakj@chromium.org | 2012-11-05 | 1 | -1/+1 |
* | A speculative Revert for r165872 - Remove static thread pointers from CC, att... | hbono@chromium.org | 2012-11-05 | 1 | -25/+27 |
* | Remove static thread pointers from CC, attempt 2 | aelias@chromium.org | 2012-11-04 | 1 | -27/+25 |
* | Remove most remaining webcore points and sizes. | danakj@chromium.org | 2012-11-02 | 1 | -1/+1 |
* | Revert 165476 - Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -25/+27 |
* | Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -27/+25 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 1 | -74/+26 |
* | Revert 165050 - Remove WebKit::Platform dependencies from cc | sergeyu@chromium.org | 2012-10-30 | 1 | -26/+74 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 1 | -74/+26 |
* | Remove root layer specialness in calculateDrawTransforms | shawnsingh@chromium.org | 2012-10-30 | 1 | -5/+5 |
* | Revert 164723 - Remove root layer specialness in calculateDrawTransforms | sergeyu@chromium.org | 2012-10-30 | 1 | -5/+5 |
* | Remove root layer specialness in calculateDrawTransforms | shawnsingh@chromium.org | 2012-10-29 | 1 | -5/+5 |
* | cc: Convert more usages from Vector to std::vector. | tfarina@chromium.org | 2012-10-29 | 1 | -7/+4 |
* | Remove WTF::currentTime() / WTF::monotonicallyIncreasingTime() uses from cc | jamesr@chromium.org | 2012-10-29 | 1 | -2/+2 |
* | Aura: Resize locks with --ui-enable-threaded-compositing | backer@chromium.org | 2012-10-27 | 1 | -0/+5 |
* | cc: Remove CC*.h temporary includes, part 6/4. | tfarina@chromium.org | 2012-10-24 | 1 | -2/+2 |
* | 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 | -90/+90 |
* | cc: Fix flaky CCLayerTreeHost unit tests | danakj@chromium.org | 2012-10-22 | 1 | -0/+16 |
* | cc: Remove CC*.h temporary includes, part 4/4. | tfarina@chromium.org | 2012-10-22 | 1 | -1/+1 |
* | cc: Remove CC*.h temporary includes, part 3/4. | tfarina@chromium.org | 2012-10-21 | 1 | -1/+1 |
* | cc: Remove CC*.h temporary includes, part 2/4. | tfarina@chromium.org | 2012-10-20 | 1 | -2/+2 |