summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement a method to access the non-composited content root layer picture pile.leandrogracia@chromium.org2013-01-091-0/+69
* Avoid exposing gl bindings through cc public API headersjamesr@chromium.org2013-01-081-0/+1
* Revert 175275jamesr@chromium.org2013-01-071-54/+1
* cc: Set the max frames pending from the thread proxy.danakj@chromium.org2013-01-051-1/+54
* cc: Move more functionality from host to LayerTreeImplenne@chromium.org2013-01-051-1/+1
* cc: Put context-loss tests in layer_tree_host_unittest_context.ccdanakj@chromium.org2013-01-041-243/+11
* Use WeakPtr for posting cc tasks to main threadjamesr@chromium.org2013-01-021-1/+1
* cc: Don't use partial updates for scrollbars when they are not allowed.danakj@chromium.org2012-12-221-51/+122
* cc: Move scrolling tests to layer_tree_host_unittest_scroll.ccdanakj@chromium.org2012-12-201-499/+0
* cc: Don't let invalidations that we're going to handle immediately cause an e...danakj@chromium.org2012-12-201-0/+41
* cc: Move occlusion tests to layer_tree_host_unittest_occlusion.ccdanakj@chromium.org2012-12-201-327/+0
* cc: Move remaining animation tests to layer_tree_host_unittest_animation.ccdanakj@chromium.org2012-12-191-141/+1
* cc: Move more animation tests to layer_tree_host_unittests_animation.ccdanakj@chromium.org2012-12-191-340/+0
* cc: Make the scheduler compositeAndReadback flow not race with WAITING_FOR_FI...danakj@chromium.org2012-12-191-3/+82
* cc: Chromium-stylify the FakeWebGraphicsContext3D class.danakj@chromium.org2012-12-191-31/+31
* cc: Cleaning up LayerTreeHost tests.danakj@chromium.org2012-12-191-66/+9
* [cc] Fold more update calls into updateDrawProperties nduca@chromium.org2012-12-191-2/+6
* Clean up cc and webkit/compositor_bindings include path shenanigansjamesr@chromium.org2012-12-181-3/+3
* cc: Force layer tree tests to go idle before exiting.danakj@chromium.org2012-12-171-39/+72
* Revert 173484dpapad@chromium.org2012-12-171-34/+11
* cc: Force layer tree tests to go idle before exiting.danakj@chromium.org2012-12-171-11/+34
* cc: Make occlusion tracker always work in target space.danakj@chromium.org2012-12-171-81/+66
* Revert 173406 - Crashes on Win & Macrsleevi@chromium.org2012-12-171-6/+2
* [cc] Fold more update calls into updateDrawPropertiesnduca@chromium.org2012-12-171-2/+6
* cc: Unify namespaces for all test filesenne@chromium.org2012-12-161-12/+9
* cc: Fix a number of tests that need content boundsenne@chromium.org2012-12-161-0/+10
* cc: Refactor content scale/bounds into draw propertiesenne@chromium.org2012-12-161-3/+12
* [cc] Route LayerImpl::layerTreeHostImpl() calls through LayerTreeImplnduca@chromium.org2012-12-121-1/+1
* [cc] Make LayerImpls point at LayerTreeImpl instead of LTHInduca@chromium.org2012-12-111-7/+8
* Add the DelegatingRenderer class with its initialize path.danakj@chromium.org2012-12-081-7/+32
* cc: Move WebCompositorOutputSurface and related classes into cc/danakj@chromium.org2012-12-071-7/+7
* Marking LayerTreeHostTestDeviceScaleFactorScalesViewportAndLayers test as flakypliard@chromium.org2012-12-071-1/+2
* cc: Pass LayerTreeHostImpl to LayerImpl constructorenne@chromium.org2012-12-071-7/+7
* Move LayerSorter to exist locally only in layer_tree_host_commonshawnsingh@google.com2012-12-071-0/+1
* [cc] Move root layer pointer to LayerTreeImplnduca@chromium.org2012-12-061-23/+23
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-10/+10
* Revert 171403danakj@chromium.org2012-12-061-10/+10
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-10/+10
* cc: Allow a renderer to disallow partial texture updates.danakj@chromium.org2012-12-061-0/+94
* Try deflake tests, and re-enable a was-flaky test.danakj@chromium.org2012-12-061-6/+6
* Organize internal properties of cc/ layer typesshawnsingh@google.com2012-12-051-1/+1
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-28/+28
* implTransform needs to scale scroll delta with deviceScaleFactor.wjmaclean@chromium.org2012-11-221-3/+3
* cc: Remove cc::settings, move them to LayerTreeSettings.danakj@chromium.org2012-11-141-1/+0
* Use message passing for BeginFrameAndCommitState and clean up forced commit l...jamesr@chromium.org2012-11-141-6/+48
* ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...danakj@chromium.org2012-11-101-4/+3
* cc: Remove forbidden using namespace directives.tfarina@chromium.org2012-11-101-2/+3
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-2/+0
* cc: Expose clear and swap on Regionenne@chromium.org2012-11-091-1/+1
* cc: Rename MockContentLayerClient to FakeContentLayerClient and move to cc/test/danakj@chromium.org2012-11-091-28/+21