summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/touch_event_queue.cc
Commit message (Expand)AuthorAgeFilesLines
* Improve tracing for input events - especially Aura touchrbyers@chromium.org2013-06-101-1/+7
* touch: Change the behaviour of compositor-thread hittesting for touch events.sadrul@chromium.org2013-02-211-5/+63
* Change the InputEventAck codepath to use a tri-state-enum instead of a booleanyusufo@chromium.org2012-11-301-5/+5
* touch: Do not crash if touch-handlers are uninstalled in response to a touch-...sadrul@chromium.org2012-11-071-1/+2
* Plug a memory leak in touch-event queue.sadrul@chromium.org2012-10-271-0/+3
* touch: Preserve the original touch-events for coalescing.sadrul@chromium.org2012-10-261-25/+89
* touch: Fix a couple of coalescing related bugs.sadrul@chromium.org2012-10-191-6/+16
* touch: Coalesce touch-events, and remove the touch-event queue from the gestu...sadrul@chromium.org2012-10-171-6/+29
* touch-event queue: Add a touch-event queue for all platforms.sadrul@chromium.org2012-10-171-0/+50