| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Schedule redraw when tile initialization completes. | reveman@google.com | 2012-11-28 | 1 | -0/+6 |
* | [cc] Add TileManager to LayerTreeHostImpl | nduca@chromium.org | 2012-11-28 | 1 | -0/+25 |
* | Benchmark for measuring the number of layers in a page. | hartmanng@chromium.org | 2012-11-27 | 1 | -0/+4 |
* | Animation code is not yet migrated by this patch, due to WebTransformOperations. | shawnsingh@chromium.org | 2012-11-27 | 1 | -12/+10 |
* | implTransform needs to scale scroll delta with deviceScaleFactor. | wjmaclean@chromium.org | 2012-11-22 | 1 | -5/+9 |
* | cc: Minimize the number of times GL scissoring state is changed | shawnsingh@chromium.org | 2012-11-21 | 1 | -0/+2 |
* | Return value from scrollLayerWithViewportSpaceDelta should include panning of... | wjmaclean@chromium.org | 2012-11-21 | 1 | -2/+3 |
* | cc: Make RenderPass into a struct-like class. | danakj@chromium.org | 2012-11-21 | 1 | -16/+102 |
* | cc: Turn SharedQuadState into a struct-like class similar to DrawQuads. | danakj@chromium.org | 2012-11-21 | 1 | -3/+1 |
* | cc: Make the DrawQuad subclasses into a struct-like classes. | danakj@chromium.org | 2012-11-20 | 1 | -5/+5 |
* | ui: Add methods to Rect classes to get points at each of the rect's corners. | danakj@chromium.org | 2012-11-20 | 1 | -3/+2 |
* | Fixes for nonmodal pinch zoom. | aelias@chromium.org | 2012-11-20 | 1 | -4/+1 |
* | cc: Turn DrawQuad into a struct-like class with public data members. | danakj@chromium.org | 2012-11-17 | 1 | -5/+5 |
* | cc: Convert DrawQuad to chromium style. | danakj@chromium.org | 2012-11-17 | 1 | -3/+5 |
* | cc: Switch the DrawQuad enum names to chromium style and remove pragmas | danakj@chromium.org | 2012-11-16 | 1 | -3/+3 |
* | Add API for hit testing layer_impl touchEventHandlerRegions from the host | yusufo@chromium.org | 2012-11-16 | 1 | -0/+15 |
* | cc: Visualize non-occluding rects in composited layers. | danakj@chromium.org | 2012-11-15 | 1 | -1/+3 |
* | cc: Remove cc::settings, move them to LayerTreeSettings. | danakj@chromium.org | 2012-11-14 | 1 | -16/+15 |
* | cc: Return whether any layer was scrolled from InputHandlerClient::scrollBy. | sadrul@chromium.org | 2012-11-14 | 1 | -2/+5 |
* | cc: remove jank instead of checkerboard setting | enne@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | cc: Clean up PageScaleAnimation for readability. | aelias@chromium.org | 2012-11-14 | 1 | -5/+5 |
* | cc: Guard overdraw metrics behind the --trace-overdraw command-line flag. | danakj@chromium.org | 2012-11-12 | 1 | -1/+1 |
* | ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to... | danakj@chromium.org | 2012-11-10 | 1 | -9/+6 |
* | Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ | piman@chromium.org | 2012-11-10 | 1 | -2/+0 |
* | ui: Add methods to clamp Sizes, Points, and Vectors from above or below. | danakj@chromium.org | 2012-11-10 | 1 | -3/+3 |
* | ui: Prefer +/- operators to apply offsets. | danakj@chromium.org | 2012-11-10 | 1 | -10/+6 |
* | ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect. | danakj@chromium.org | 2012-11-09 | 1 | -8/+8 |
* | cc: Rewrite PageScaleAnimation for new coordinate system. | aelias@chromium.org | 2012-11-09 | 1 | -24/+32 |
* | Remove static thread pointers from CC, attempt 3 | aelias@chromium.org | 2012-11-08 | 1 | -9/+24 |
* | cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg... | danakj@chromium.org | 2012-11-08 | 1 | -1/+2 |
* | cc: Turn overdraw metrics on only when about:tracing is recording. | danakj@chromium.org | 2012-11-07 | 1 | -1/+1 |
* | cc: Rename PrioritizedTexture to PrioritizedResource. | reveman@google.com | 2012-11-07 | 1 | -2/+2 |
* | Revert 166464 - Turn overdraw metrics on only when about:tracing is recording. | scottmg@google.com | 2012-11-07 | 1 | -1/+1 |
* | Turn overdraw metrics on only when about:tracing is recording. | danakj@chromium.org | 2012-11-07 | 1 | -1/+1 |
* | cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos... | danakj@chromium.org | 2012-11-05 | 1 | -74/+75 |
* | Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th... | phajdan.jr@chromium.org | 2012-11-05 | 1 | -75/+74 |
* | cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos... | danakj@chromium.org | 2012-11-05 | 1 | -74/+75 |
* | A speculative Revert for r165872 - Remove static thread pointers from CC, att... | hbono@chromium.org | 2012-11-05 | 1 | -19/+8 |
* | Remove static thread pointers from CC, attempt 2 | aelias@chromium.org | 2012-11-04 | 1 | -8/+19 |
* | Make cc a component | piman@chromium.org | 2012-11-02 | 1 | -2/+2 |
* | Remove most remaining webcore points and sizes. | danakj@chromium.org | 2012-11-02 | 1 | -22/+18 |
* | Remove most remaining references to IntRect and FloatRect. | danakj@chromium.org | 2012-11-01 | 1 | -21/+17 |
* | Revert 165476 - Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -19/+8 |
* | Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -8/+19 |
* | cc: Use gfx:: Geometry types for positions, bounds, and related things. | danakj@chromium.org | 2012-11-01 | 1 | -33/+32 |
* | Pass accurate contentsScale to LayerImpl. | wangxianzhu@chromium.org | 2012-11-01 | 1 | -6/+2 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 1 | -5/+0 |
* | Revert 165050 - Remove WebKit::Platform dependencies from cc | sergeyu@chromium.org | 2012-10-30 | 1 | -0/+5 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 1 | -5/+0 |
* | Fix clipping/culling for DelegatedRendererLayer* | piman@chromium.org | 2012-10-30 | 1 | -1/+2 |