summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_unittest_scroll.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove the non-implside flavour of LayerTreeTests.Dana Jansens2015-06-121-14/+14
* cc: Fix size_t to int truncations in animation/ and debug/.vmpstr2015-06-021-7/+7
* Remove flag for virtual-viewport pinch to zoom and old paths.bokan2015-05-291-5/+15
* CC: Plumb LayerSettings parameter for cc::Layer construction.loyso2015-05-251-12/+14
* cc: Add LayerTreeHost::InitParams for LayerTreeHost creation.sadrul2015-05-111-3/+8
* cc: Remove use of MessageLoopProxyskyostil2015-04-131-7/+8
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-8/+4
* Add back the truncation of scroll_deltamiletus2015-03-191-5/+10
* Fix Enum Style Throughout CC.ericrk2015-02-201-15/+15
* Add initial CC support for scroll-blocks-onrbyers2015-02-051-9/+12
* Remove scroll_delta flooring hackmiletus2015-02-041-10/+5
* Finalize rename of LayerImpl scroll offset methods.aelias2015-02-031-27/+28
* Convert scroll offsets to use SyncedProperty.aelias2015-01-311-16/+0
* Reconcile scroll and overscroll stretch when they disagreeccameron2014-12-231-0/+7
* Refactor delta/sent_delta logic into self-contained abstraction.aelias2014-12-041-8/+20
* Plumb scroll elasticity layer from Blink to ccccameron2014-11-211-12/+14
* cc: Make separate interface for BeginFrame ipc from OutputSurfacesimonhong2014-11-111-1/+3
* Return overscroll data from cc::InputHandler::ScrollByccameron2014-11-071-7/+0
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-3/+3
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-80/+71
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-0/+1
* Revert of "Converted LayerImpl::bounds() to return SizeF."bokan2014-10-081-1/+1
* Converted LayerImpl::bounds() to return SizeF.bokan2014-10-071-1/+1
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-59/+59
* Use ScrollOffset instead of vector2d to track scroll offset in ccmiletus2014-10-011-52/+75
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-1/+1
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* This is an optimization that uses solid color detection tohendrikw2014-09-201-7/+2
* Made Blink aware of top controls offsetbokan2014-09-091-10/+15
* Remove implicit conversions from scoped_refptr to T* in cc/trees/Daniel Cheng2014-08-261-4/+5
* [Android] Implementation of overscroll effect for Android Ljdduke@chromium.org2014-08-151-3/+4
* cc: Use impl-side painting code in LTH scroll layer test.sohan.jyoti@samsung.com2014-08-121-41/+21
* cc: Parameterize the main thread task runnerskyostil@chromium.org2014-07-181-0/+1
* Get rid of graphics layer anchor points, and replace withchrishtr@chromium.org2014-06-051-3/+0
* Update source frame number even when commits abortenne@chromium.org2014-06-031-4/+11
* Revert of Revert of Early terminate flings when scrolling impossible (https:/...jdduke@chromium.org2014-04-021-1/+3
* Revert of Early terminate flings when scrolling impossible (https://coderevie...tkent@chromium.org2014-04-011-3/+1
* Early terminate flings when scrolling impossiblejdduke@chromium.org2014-03-311-1/+3
* Switch to use SharedBitmapManager all the time in cc_unittestsjbauman@chromium.org2014-03-201-2/+8
* Pass gfx structs by const ref (gfx::Vector2d)ajay.berwal@samsung.com2014-02-051-5/+5
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-311-109/+213
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...ricea@chromium.org2014-01-291-213/+109
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-291-109/+213
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...mkwst@chromium.org2014-01-241-213/+109
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-241-109/+213
* Introduce separate client and init path for single-threaded ccjamesr@chromium.org2013-11-071-1/+1
* Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).dominikg@chromium.org2013-10-231-10/+10
* Add delegated rendering support for software renderer.jbauman@chromium.org2013-10-221-1/+1
* cc: Control activation from the Schedulerbrianderson@chromium.org2013-08-271-14/+3