summaryrefslogtreecommitdiffstats
path: root/content/common/input
Commit message (Expand)AuthorAgeFilesLines
* Add a TouchEventStreamValidatorjdduke@chromium.org2014-06-046-41/+205
* use enum to specify deviceSource for fling animation.rjkroege@chromium.org2014-06-033-11/+10
* Prepare for Unified Gesture Recognizer landing in Auratdresser@chromium.org2014-06-021-1/+3
* Synthetic pinch gesture take scale factor as parameter.dominikg@chromium.org2014-05-223-10/+5
* Move some interfaces from content/port to internal content since they're not ...jam@chromium.org2014-05-051-0/+22
* Synthesize ctrl-wheel events on touchpad pinchrbyers@chromium.org2014-05-024-8/+43
* [Android] Reland "Provide unhandled tap event notifications"jdduke@chromium.org2014-04-301-1/+0
* Revert of [Android] Reland "Provide unhandled tap event notifications" (https...machenbach@chromium.org2014-04-291-0/+1
* [Android] Reland "Provide unhandled tap event notifications"jdduke@chromium.org2014-04-291-1/+0
* Reland "Implement async touchmove dispatch during scroll"jdduke@chromium.org2014-04-282-15/+18
* Revert 266470 "Implement async touchmove dispatch during scroll"thakis@chromium.org2014-04-282-18/+15
* Implement async touchmove dispatch during scrolljdduke@chromium.org2014-04-282-15/+18
* Mark touchcancel events as uncancelablerbyers@chromium.org2014-04-244-17/+120
* Prevent Control+two-finger-scroll from zooming the page.derat@chromium.org2014-04-221-12/+12
* Check if browser supports synthetic gesture source type.dominikg@chromium.org2014-04-222-0/+22
* Revert of [Android] Provide unhandled tap event notifications (https://codere...tapted@chromium.org2014-04-081-0/+1
* [Android] Reland "Provide unhandled tap event notifications"jdduke@chromium.org2014-04-081-1/+0
* Adopt "QuickScale" double-tap drag zoom code in the GestureProviderjdduke@chromium.org2014-04-032-31/+92
* Revert of [Android] Provide unhandled tap event notifications (https://codere...jdduke@chromium.org2014-04-031-0/+1
* [Android] Provide unhandled tap event notificationsjdduke@chromium.org2014-04-031-1/+0
* Properly coalesce Gesture{Pinch,Scroll}Update eventsjdduke@chromium.org2014-04-021-0/+1
* Revert of Revert of Early terminate flings when scrolling impossible (https:/...jdduke@chromium.org2014-04-021-0/+20
* Revert of Early terminate flings when scrolling impossible (https://coderevie...tkent@chromium.org2014-04-011-20/+0
* Early terminate flings when scrolling impossiblejdduke@chromium.org2014-03-311-0/+20
* Change the default duration of synthetic taps.dominikg@chromium.org2014-03-261-1/+3
* Chrome requires WebTouchPoint to store WebFloatPoint, instead of WebPoint.tdresser@chromium.org2014-03-202-4/+4
* Synthetic scroll supports sequence of distances.dominikg@chromium.org2014-03-183-5/+9
* Add tap details to tap unconfirmed and double tap.tdresser@chromium.org2014-03-141-0/+7
* Add support for touch-action: manipulationrbyers@chromium.org2014-03-131-1/+5
* Add touch-action content browser testrbyers@chromium.org2014-02-281-0/+1
* Validate the stream of gesture events (WIP).tdresser@chromium.org2014-02-264-0/+182
* Properly coalesce WebTouchEvent's with out-of-order WebTouchPointsjdduke@chromium.org2014-01-152-5/+135
* Make tap gesture ignore its ack disposition.tdresser@chromium.org2014-01-091-0/+1
* Implement support for touch-action: pan-x/pan-y in chromiumrbyers@chromium.org2013-12-203-5/+23
* Suppress ignored acks for various mouse event typesjdduke@chromium.org2013-12-181-0/+5
* Set wheel ticks for synthetic mouse wheel events.dominikg@chromium.org2013-12-131-0/+4
* Synthetic tap gesture.dominikg@chromium.org2013-12-115-1/+105
* Initial browser-side implementation for touch-actionrbyers@chromium.org2013-12-101-0/+25
* Make synthetic scroll more flexible and add chrome.gpuBenchmarking.swipe()dominikg@chromium.org2013-12-063-5/+15
* input: Move synthetic web-builder util functions into common/.sadrul@chromium.org2013-12-022-0/+270
* Ignore TouchCancel ack dispositionsjdduke@chromium.org2013-11-221-7/+14
* Scroll begin and scroll end gestures ignore their ack dispositions.tdresser@chromium.org2013-11-211-1/+3
* Pinch begin and pinch end gestures ignore their ack dispositions.tdresser@chromium.org2013-11-192-2/+4
* Add touch pinch gesture for new synthetic gesture framework.dominikg@chromium.org2013-11-177-13/+134
* Events ignoring ack disposition receive synthetic acks.tdresser@chromium.org2013-11-132-0/+8
* Revert 233946 "Events ignoring ack disposition receive synthetic..."rockot@google.com2013-11-082-8/+0
* Events ignoring ack disposition receive synthetic acks.tdresser@chromium.org2013-11-082-0/+8
* mac: Prepare most test code for -Wunused-functions too.thakis@chromium.org2013-11-081-4/+0
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-077-41/+41
* Fix small issues in new synthetic gestures implementation.dominikg@chromium.org2013-10-312-2/+0