summaryrefslogtreecommitdiffstats
path: root/cc/input
Commit message (Expand)AuthorAgeFilesLines
* Return overscroll data from cc::InputHandler::ScrollByccameron2014-11-072-13/+36
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-237-12/+12
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-9/+5
* cc: Change scoped_ptr<T>() to nullptr.danakj2014-10-151-2/+1
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-4/+4
* Move page scale animation from LayerTreeHostImpl to LayerTreeImplbokan2014-10-022-6/+2
* Use ScrollOffset instead of vector2d to track scroll offset in ccmiletus2014-10-011-8/+9
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+1
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-1/+3
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+1
* Properly initialize top controls content offset on LayerTreeHost.bokan2014-09-151-1/+0
* Made Blink aware of top controls offsetbokan2014-09-094-102/+122
* Plumb selection edge points through the compositorjdduke@chromium.org2014-08-222-3/+4
* [Android] Implementation of overscroll effect for Android Ljdduke@chromium.org2014-08-151-1/+2
* Impl thread smooth scrolling.skobes@chromium.org2014-07-101-0/+3
* Route selection bounds updates through the compositorjdduke@chromium.org2014-07-013-0/+76
* CC::LayerAnimationController should use TimeTicks andsivagunturi@chromium.org2014-05-152-30/+35
* Make LayerScrollOffsetDelegate updates consistent.mkosiba@chromium.org2014-05-151-19/+15
* Allow repeated fling boosting for accelerated scrollingjdduke@chromium.org2014-05-061-0/+4
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-301-1/+1
* Revert 266624 "cc: Split animating and drawing into separate act..."skyostil@google.com2014-04-291-1/+1
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-281-1/+1
* Scroll on main if impl-hit testing isn't guaranteed to be correctvollick@chromium.org2014-04-161-1/+10
* Revert of Revert of Early terminate flings when scrolling impossible (https:/...jdduke@chromium.org2014-04-021-9/+2
* Revert of Early terminate flings when scrolling impossible (https://coderevie...tkent@chromium.org2014-04-011-2/+9
* Early terminate flings when scrolling impossiblejdduke@chromium.org2014-03-311-9/+2
* Switch to use SharedBitmapManager all the time in cc_unittestsjbauman@chromium.org2014-03-201-1/+3
* [#8] Pass gfx::Point by const ref.prashant.n@samsung.com2014-03-051-8/+8
* Fix the cause of AwZoomTest#testMagnification... tests flakinessmnaganov@chromium.org2014-02-121-2/+5
* Pass gfx structs by const ref (gfx::Vector2d)ajay.berwal@samsung.com2014-02-051-1/+1
* Pass gfx structs by const ref (gfx::Vector2dF)ajay.berwal@samsung.com2014-01-236-18/+18
* [#3] Pass gfx structs by const ref (gfx::SizeF)r.kasibhatla@samsung.com2014-01-163-11/+11
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-1/+1
* For main thread event handling, if event causesmiletus@chromium.org2013-12-081-2/+8
* cc: Use HighResNow as timebase if it is fast and reliablebrianderson@chromium.org2013-10-252-8/+10
* Lock the top controls during pinch zoomjdduke@chromium.org2013-10-253-1/+111
* Use total page scale in the LayerScrollOffsetDelegate.mkosiba@chromium.org2013-10-091-1/+1
* Make Android WebView filtering depend on scrolling status.aelias@chromium.org2013-10-091-0/+4
* cc: Initialize PageScaleAnimation's start time on first animationbrianderson@chromium.org2013-09-263-7/+19
* Trigger overlay scrollbar animation when the pointer is nearby.tony@chromium.org2013-09-261-0/+2
* [android_webview] Use a fraction to calculate scroll offset.mkosiba@chromium.org2013-09-261-1/+15
* Add a thinning scrollbar animator for desktop overlay scrollbars.tony@chromium.org2013-09-111-0/+1
* Add the current delta to InputHandlerClient::DidOverscroll.mkosiba@chromium.org2013-07-171-2/+7
* Use a direct include of time headers in cc/.avi@chromium.org2013-06-273-3/+3
* Track LatencyInfo through impl-thread scrolling.jbauman@chromium.org2013-06-111-0/+5
* cc: Disable LastInputEventForBeginFramebrianderson@chromium.org2013-06-061-3/+0
* Refactor SynchronousCompositor out of SynchronousCompositorOutputSurface.mkosiba@chromium.org2013-05-301-0/+3
* Rename ClampToMin and ClampToMaxvollick@chromium.org2013-05-301-2/+2
* cc: Rename VSync to BeginFramebrianderson@chromium.org2013-05-231-1/+1
* Remove cc/ dependency on WebKit::WebScrollbar*jamesr@chromium.org2013-05-222-2/+42