| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate more functions from MathUtil to gfx::Transform | shawnsingh@chromium.org | 2013-01-15 | 1 | -2/+2 |
* | Separate layer property pushes from tree structure syncs and clean up scrollb... | jamesr@chromium.org | 2013-01-12 | 1 | -1/+1 |
* | Rename ActiveAnimation -> Animation | vollick@chromium.org | 2013-01-07 | 1 | -1/+1 |
* | 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: Create a cc::ScrollbarThemePainter and an adapter class in compositor bin... | danakj@chromium.org | 2012-12-18 | 1 | -1/+1 |
* | Add a test to ensure that pushPropertiesTo causes layer surface properties to... | vollick@chromium.org | 2012-12-18 | 1 | -0/+30 |
* | [cc] Make LayerImpls point at LayerTreeImpl instead of LTHI | nduca@chromium.org | 2012-12-11 | 1 | -1/+1 |
* | cc: Pass LayerTreeHostImpl to LayerImpl constructor | enne@chromium.org | 2012-12-07 | 1 | -3/+15 |
* | Organize internal properties of cc/ layer types | shawnsingh@google.com | 2012-12-05 | 1 | -10/+0 |
* | Only do full tree sync if tree is actually changed, otherwise just push prope... | jamesr@chromium.org | 2012-12-04 | 1 | -75/+88 |
* | Animation code is not yet migrated by this patch, due to WebTransformOperations. | shawnsingh@chromium.org | 2012-11-27 | 1 | -6/+6 |
* | cc: Enable all animations on Android. | epenner@chromium.org | 2012-11-20 | 1 | -0/+6 |
* | cc: Remove cc::settings, move them to LayerTreeSettings. | danakj@chromium.org | 2012-11-14 | 1 | -8/+3 |
* | [cc] Fix crash when adding a child layer to its own parent. | tedchoc@chromium.org | 2012-11-13 | 1 | -0/+18 |
* | cc: Remove forbidden using namespace directives. | tfarina@chromium.org | 2012-11-10 | 1 | -3/+3 |
* | 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 | -4/+3 |
* | cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos... | danakj@chromium.org | 2012-11-05 | 1 | -1/+1 |
* | 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 | -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 | -3/+4 |
* | Remove static thread pointers from CC, attempt 2 | aelias@chromium.org | 2012-11-04 | 1 | -4/+3 |
* | Remove most remaining references to IntRect and FloatRect. | danakj@chromium.org | 2012-11-01 | 1 | -1/+1 |
* | Revert 165476 - Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -3/+4 |
* | Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -4/+3 |
* | cc: Use gfx:: Geometry types for positions, bounds, and related things. | danakj@chromium.org | 2012-11-01 | 1 | -18/+18 |
* | Pass accurate contentsScale to LayerImpl. | wangxianzhu@chromium.org | 2012-11-01 | 1 | -50/+0 |
* | Use gfx:: Geometry types for the resource provider and layer updater classes. | danakj@chromium.org | 2012-10-31 | 1 | -1/+1 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 1 | -10/+0 |
* | Revert 165050 - Remove WebKit::Platform dependencies from cc | sergeyu@chromium.org | 2012-10-30 | 1 | -0/+10 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 1 | -10/+0 |
* | Prevent TextureLayer from triggering commits and texture acquisitions when | junov@chromium.org | 2012-10-26 | 1 | -1/+13 |
* | cc: Remove CC*.h temporary includes, part 5/4. | tfarina@chromium.org | 2012-10-23 | 1 | -5/+5 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-22 | 1 | -136/+136 |
* | Revert "cc: Rename cc classes and members to match filenames" | enne@chromium.org | 2012-10-19 | 1 | -136/+136 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-19 | 1 | -136/+136 |
* | Reland "cc: Remove CC*.h temporary includes, part 1/4." | tfarina@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4." | pfeldman@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | cc: Remove CC*.h temporary includes, part 1/4. | tfarina@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | Move CC switches to cc/switches.h. | aelias@chromium.org | 2012-10-19 | 1 | -1/+4 |
* | cc: Remove the temporary header files that aren't prefixed with CC* | tfarina@chromium.org | 2012-10-16 | 1 | -2/+2 |
* | cc: Get rid of temporary (stub) header files under test/ directory. | tfarina@chromium.org | 2012-10-16 | 1 | -3/+3 |
* | [cc] Change cc_tests.gyp filenames to Chromium style | enne@chromium.org | 2012-10-12 | 1 | -0/+847 |