summaryrefslogtreecommitdiffstats
path: root/content/renderer/input
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup: remove some now unecessary casts.rjkroege@chromium.org2014-06-051-5/+2
* use enum to specify deviceSource for fling animation.rjkroege@chromium.org2014-06-035-54/+67
* Bundle DidOverscrollParams with the input event ackjdduke@chromium.org2014-05-203-30/+51
* Add support for passing an arbitrary parameter to an IPC message handler. The...jam@chromium.org2014-05-132-24/+17
* Allow repeated fling boosting for accelerated scrollingjdduke@chromium.org2014-05-064-138/+704
* Move some interfaces from content/port to internal content since they're not ...jam@chromium.org2014-05-052-2/+2
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-302-50/+50
* [Android] Use cc timestamps for fling animationjdduke@chromium.org2014-04-303-14/+90
* Revert 266624 "cc: Split animating and drawing into separate act..."skyostil@google.com2014-04-292-42/+42
* Use DidOverscrollParams in the browserjdduke@chromium.org2014-04-291-4/+1
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-282-42/+42
* Reland "Implement async touchmove dispatch during scroll"jdduke@chromium.org2014-04-281-1/+1
* Revert 266470 "Implement async touchmove dispatch during scroll"thakis@chromium.org2014-04-281-1/+1
* Implement async touchmove dispatch during scrolljdduke@chromium.org2014-04-281-1/+1
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-253-8/+19
* Scroll on main if impl-hit testing isn't guaranteed to be correctvollick@chromium.org2014-04-161-0/+15
* Trace overscroll events and fling velocitiesjdduke@chromium.org2014-04-151-2/+13
* Avoid fling termination with negative or small time deltasjdduke@chromium.org2014-04-112-11/+101
* Fix for often broken fling scrolls on Aurabokan@chromium.org2014-04-102-1/+70
* Fix WebKeyboardEvent interruption of compositor scrollingjdduke@chromium.org2014-04-102-1/+57
* Revert of Revert of Early terminate flings when scrolling impossible (https:/...jdduke@chromium.org2014-04-0211-48/+98
* Add trace flow event for tracking LatencyInfomiletus@chromium.org2014-04-021-0/+6
* Revert of Early terminate flings when scrolling impossible (https://coderevie...tkent@chromium.org2014-04-0111-98/+48
* Early terminate flings when scrolling impossiblejdduke@chromium.org2014-03-3111-48/+98
* Added trace event for gesture scrolling.bokan@chromium.org2014-03-241-0/+3
* Chrome requires WebTouchPoint to store WebFloatPoint, instead of WebPoint.tdresser@chromium.org2014-03-202-6/+5
* Clean up input-related tracing in the rendererjdduke@chromium.org2014-03-182-13/+40
* [#8] Pass gfx::Point by const ref.prashant.n@samsung.com2014-03-051-7/+6
* Give blink a chance to consume ctrl+wheel events before zoomingrbyers@chromium.org2014-03-032-6/+26
* Fix Event.Latency.* histogram minimum value log spam.mattm@chromium.org2014-02-131-1/+1
* Pass gfx structs by const ref (gfx::Vector2d)ajay.berwal@samsung.com2014-02-051-1/+1
* Chrome allows WebTouchPoint to store WebFloatPoint instead of WebPoint (part 2)tdresser@chromium.org2014-01-311-24/+17
* Chrome allows WebTouchPoint to store WebFloatPoint, instead of WebPoint.tdresser@chromium.org2014-01-291-2/+4
* Pass gfx structs by const ref (gfx::Vector2dF)ajay.berwal@samsung.com2014-01-231-2/+4
* Let the browser know the end of flingwangxianzhu@chromium.org2014-01-1711-19/+41
* Reenable overlay scrollbarsdavemoore@chromium.org2014-01-061-0/+8
* Remove expect_pinch_update_end_ in InputHandlerProxy.dongseong.hwang@intel.com2013-12-302-13/+3
* Suppress ignored acks for various mouse event typesjdduke@chromium.org2013-12-181-19/+10
* Stop scheduling fling updates when fling scrolling no longer possiblejdduke@chromium.org2013-12-173-13/+93
* Remove the MouseMove handler for overlay scrollbars.tony@chromium.org2013-12-131-5/+0
* Stop sending input event ack messages for ignored ack typesjdduke@chromium.org2013-12-131-1/+3
* Move input files in content/renderer/gpu to content/renderer/inputjdduke@chromium.org2013-12-1313-0/+2733