summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/input
Commit message (Expand)AuthorAgeFilesLines
* Fix input event timing metric in the InputRouterjdduke@chromium.org2013-12-201-9/+12
* Implement support for touch-action: pan-x/pan-y in chromiumrbyers@chromium.org2013-12-204-65/+387
* Adjust aura synthetic mouse event locations to screen location.kouhei@chromium.org2013-12-202-8/+35
* Suppress ignored acks for various mouse event typesjdduke@chromium.org2013-12-181-3/+49
* Changes MouseEvent constructor to take changed_button_flags.sky@chromium.org2013-12-171-2/+3
* Stop sending input event ack messages for ignored ack typesjdduke@chromium.org2013-12-132-7/+22
* DispatchWebMouse{,Wheel}/EventToPlatform implementation for aura.kouhei@chromium.org2013-12-132-4/+99
* Keep the oldest LatencyInfo when coalescing input eventsmiletus@chromium.org2013-12-111-4/+8
* Synthetic tap gesture.dominikg@chromium.org2013-12-114-0/+301
* Tighten the blacklist on VMWare on OS Xccameron@chromium.org2013-12-101-4/+36
* Move TouchEvent timeout code to the TouchEventQueuejdduke@chromium.org2013-12-109-177/+853
* Initial browser-side implementation for touch-actionrbyers@chromium.org2013-12-108-0/+293
* Eliminate input ack-to-string log warningsjdduke@chromium.org2013-12-061-3/+2
* Make synthetic scroll more flexible and add chrome.gpuBenchmarking.swipe()dominikg@chromium.org2013-12-063-97/+327
* [Android] Move ViewConfiguration to ui/gfxjdduke@chromium.org2013-12-062-5/+5
* input: Add some touch-event related browser-tests.sadrul@chromium.org2013-12-061-0/+275
* Move TestRenderFrameHost, TestRenderViewHost and TestBackingStore to content\...jam@chromium.org2013-12-051-1/+1
* Refactoring of synthetic pinch gesture code.dominikg@chromium.org2013-12-052-41/+83
* Make touch-based synthetic gesture take touch slop into account.dominikg@chromium.org2013-12-0312-44/+136
* Rename ImmediateInputRouter to InputRouterImpljdduke@chromium.org2013-12-023-114/+106
* input: Move synthetic web-builder util functions into common/.sadrul@chromium.org2013-12-0210-278/+13
* Remove InputRouterTestjdduke@chromium.org2013-11-285-265/+155
* Prevent touch-based synthetic scroll gesture from causing a fling.dominikg@chromium.org2013-11-276-56/+165
* Round deltas for mouse-based synthetic scroll.dominikg@chromium.org2013-11-271-1/+7
* Revert of https://codereview.chromium.org/88713002/dominikg@chromium.org2013-11-261-5/+1
* Round deltas for mouse-based synthetic scroll.dominikg@chromium.org2013-11-261-1/+5
* Make sure synthetic gestures don't move too far.dominikg@chromium.org2013-11-235-51/+81
* Ignore TouchCancel ack dispositionsjdduke@chromium.org2013-11-226-17/+125
* Replace old with new synthetic gesture framework.dominikg@chromium.org2013-11-2113-151/+148
* Revert 236254 "Replace old with new synthetic gesture framework."rch@chromium.org2013-11-2013-148/+151
* Replace old with new synthetic gesture framework.dominikg@chromium.org2013-11-2013-151/+148
* Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"ben@chromium.org2013-11-201-2/+2
* Rename RootWindowHost* to WindowTreeHost*ben@chromium.org2013-11-191-2/+2
* Pinch begin and pinch end gestures ignore their ack dispositions.tdresser@chromium.org2013-11-193-29/+35
* Add touch pinch gesture for new synthetic gesture framework.dominikg@chromium.org2013-11-176-40/+313
* Events ignoring ack disposition receive synthetic acks.tdresser@chromium.org2013-11-136-160/+201
* Make SyntheticGestureController client-driven.dominikg@chromium.org2013-11-1311-124/+137
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-3/+2
* Revert 234428 "Make RootWindow not subclass Window."ben@chromium.org2013-11-121-2/+3
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-3/+2
* SyntheticGestureTarget implementation for injecting synthetic input events.kouhei@chromium.org2013-11-126-0/+423
* [Android] Completely disable input debouncing during scrolljdduke@chromium.org2013-11-113-18/+17
* [Android] Enable touchscreen tap suppressionjdduke@chromium.org2013-11-108-50/+62
* [Android] Eliminate 1+ frame(s) of delay between scroll and fling startjdduke@chromium.org2013-11-082-1/+15
* Revert 233946 "Events ignoring ack disposition receive synthetic..."rockot@google.com2013-11-086-201/+160
* Events ignoring ack disposition receive synthetic acks.tdresser@chromium.org2013-11-086-160/+201
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-0731-168/+168
* Disable SyntheticGestureControllerNewTest.SingleGesture on windows duedgrogan@chromium.org2013-11-051-1/+7
* Disable SyntheticGestureControllerNewTest.TwoGesturesInFlight due to flakiness.scherkus@chromium.org2013-11-021-1/+2
* Make TapCancel ignore ack dispositionjdduke@chromium.org2013-11-022-63/+123