summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Transfer LayerImpl ownership to LayerTreeImplvollick2016-03-221-59/+45
* Add CONTEXT_TYPE_OPENGLES2_PEPPERericrk2016-03-181-0/+36
* cc: Impl thread scroll on ScrollNode instead of LayerImplsunxd2016-03-171-3/+10
* Clean scroll logic in LayerTreeImpl:sunxd2016-03-161-18/+32
* CC Animation: Rename HasAnimation to HasAnimationForTesting.loyso2016-03-141-4/+4
* CC Animation: Erase cc::LayerSettings everywhere.loyso2016-03-141-4/+1
* Rename InputHandler::GESTURE to InputHandler::TOUCHSCREENdtapuska2016-03-111-138/+177
* CC Animation: Erase old animation system.loyso2016-03-111-43/+14
* Clean LayerImpl's scroll offset callers in unit tests.sunxd2016-03-091-66/+177
* cc: Move SyncedScrollOffset to scroll treesunxd2016-03-031-6/+21
* Revert of Introduce LayerListImpl (patchset #11 id:200001 of https://coderevi...vollick2016-03-011-17/+14
* Revert of Use LTHI's *_list() accessors whenever possible (patchset #1 id:1 o...vollick2016-03-011-13/+16
* Use LTHI's *_list() accessors whenever possiblevollick2016-03-011-16/+13
* Share animations from compositor to main thread.ymalik2016-03-011-0/+58
* Introduce LayerListImplvollick2016-03-011-14/+17
* cc : Track opacity changes for damage rect without layer tree hierarchyjaydasika2016-03-011-0/+11
* tracing: Make ConvertableToTraceFormat move-onlyprimiano2016-02-291-2/+2
* CC Animation: Expose TargetProperty enum to be aliased in Blink Platform.loyso2016-02-251-1/+1
* CC Animation: Move scrollbar* files to cc/inputloyso2016-02-241-1/+1
* cc: Replace LayerImpl with ScrollNode when updating scrolling info.sunxd2016-02-221-0/+1
* Delete CalcDrawPropsweiliangc2016-02-191-2/+0
* cc :: Move tracking of layer_property_changed to main thread (2)jaydasika2016-02-171-0/+5
* cc: Move TryScroll from LayerImpl to LayerTreeHostImplsunxd2016-02-161-2/+7
* Add knowledge about blocking and passive event listeners.dtapuska2016-02-121-0/+9
* cc: Make LayerTreeHostImplTests specify whether to rebuild property trees.sunxd2016-02-111-9/+82
* cc :: Move some tracking of layer_property_changed to main thread.jaydasika2016-02-111-0/+1
* Move MaxScrollOffset to property_treessunxd2016-02-111-3/+40
* Refactor Scroll Customization to share cc::ScrollStateData with blink.tdresser2016-02-101-10/+19
* Remove DelegatedRendererLayerjbauman2016-02-091-1/+0
* cc: Update pending tree when external constraints changeboliu2016-02-081-0/+34
* Communicate whether passive event listeners exist to cc.dtapuska2016-02-051-3/+5
* Move scroll event handlers from layer to layer tree view.dtapuska2016-02-031-6/+6
* Move have_wheel_event_handlers to WebLayerTreeView.dtapuska2016-01-291-3/+2
* Purge the ScrollBlocksOn code.dtapuska2016-01-281-179/+4
* Switch cc to std::unordered_*.davidben2016-01-281-2/+0
* cc: Early out of UpdateTiles for resoureceless drawboliu2016-01-261-0/+39
* Stop non-user scrollable layers from scrolling on the compositorymalik2016-01-251-3/+79
* cc: Fix enum style conformance in InputHandler.danakj2016-01-211-49/+57
* Add histogram attributing cause of main thread scrolling.tdresser2016-01-181-302/+502
* CC Animation: Replace AnimiationEventsVector with AnimiationEvents class.loyso2016-01-141-1/+2
* Abort smooth scroll animation if followed by an instant scroll.ymalik2016-01-141-0/+66
* Add velocity and phase to ScrollState in CCmajidvp2016-01-121-411/+685
* cc: Use effect tree to track the number of copy requestssunxd2016-01-111-1/+0
* CC Animation: Renaming and simplification in TopControlsManager.loyso2016-01-081-7/+7
* Determine MaxScrollOffset without using 'tree' structure of LayerTreesunxd2016-01-071-37/+63
* CC Animation: Fix impl SetNeedsCommit. Port LayerTreeHostImplTests to use ani...loyso2016-01-061-26/+77
* Switch to standard integer types in cc/.avi2015-12-211-0/+2
* cc: Move draw params from SetExternalDrawConstraints to OnDrawboliu2015-12-171-223/+294
* Jitter Measurementjaydasika2015-12-091-0/+49
* Create RenderSurface on Effect Treeweiliangc2015-12-091-46/+45