summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/input/input_router_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Change the non-blocking event queue to the main thread event queue.dtapuska2016-03-171-12/+14
* Fix touch event stream validator in case where events are filtered out.tdresser2016-02-231-0/+12
* Plumb firing passive event listeners.dtapuska2016-02-181-2/+5
* Cleanup checking for wheel gesture flags.dtapuska2016-02-091-5/+1
* Filter input events on Timeline based on id of tracing targetcaseq2016-02-091-2/+8
* [UseZoomForDSF] Always use DIP coordinates in pepper pluginoshima2016-01-271-2/+5
* Add feature for wheel event scrolling to be gesture based.dtapuska2016-01-201-62/+27
* Convert Pass()→std::move() in //content/browserdcheng2015-12-261-7/+8
* Switch to standard integer types in content/browser/renderer_host/.avi2015-12-251-2/+2
* Convert the coordinates in WebInputEvent To Viewport in InputRouter before se...oshima2015-12-021-3/+14
* Embed keyboard shortcut bit in WebKeyboardEventjdduke2015-10-151-19/+13
* Cleanup of some old TODOsjdduke2015-10-151-2/+0
* Reland of Change LatencyInfo to use Flow API v2. (patchset #1 id:1 of https:/...yuhaoz2015-08-181-2/+4
* Revert of Change LatencyInfo to use Flow API v2. (patchset #2 id:20001 of htt...glider2015-08-181-4/+2
* Change LatencyInfo to use Flow API v2.yuhaoz2015-08-171-2/+4
* Add a flow step for when input events are sent from the browserjdduke2015-08-121-0/+3
* Add latency tracking for mouse move/keyboard eventmiletus2015-08-061-11/+20
* Improve wheel event trace coveragejdduke2015-08-061-0/+6
* Support mobile/desktop-specific touch timeout delaysjdduke2015-06-301-17/+4
* Account for flings consumed by the InputRouterClientjdduke2015-05-261-2/+1
* Coalesce async touch move events until the ack back from render.lanwei2015-05-191-40/+31
* Provide simple fling bookkeeping for telemetryjdduke2015-05-071-3/+16
* Restore simple fling status bookkeepingjdduke2015-05-011-3/+4
* Signal input flush when all flings have terminatedjdduke2015-03-201-17/+23
* Always forward touch events to the TouchEventQueuejdduke2015-02-261-6/+0
* Move touchpad pinch synthetic wheel event generation to Blinkccameron2015-02-021-92/+16
* Explicitly suppress scrolling for wheel events that will trigger zoominglanwei2015-01-211-5/+11
* Refactor the GestureEventQueuejdduke2015-01-051-7/+1
* Revert of Explicitly suppress scrolling for wheel events that will trigger zo...yutak2014-12-231-8/+5
* Explicitly suppress scrolling for wheel events that will trigger zoominglanwei2014-12-221-5/+8
* Remove a type cast in preparation for a type change in blinkmajidvp2014-11-281-2/+3
* Update touch selection to only modify one selection point at a time.christiank2014-11-051-15/+36
* Fix gcc5 compile issuepan.deng2014-10-141-2/+2
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-261-3/+3
* Add a TouchEventStreamValidatorjdduke@chromium.org2014-06-041-1/+5
* use enum to specify deviceSource for fling animation.rjkroege@chromium.org2014-06-031-2/+2
* Move OverscrollController to RenderWidgetHostViewAurajdduke@chromium.org2014-06-031-72/+2
* [DevTools] Send ack early when paused in mouse move to keep events coming.dgozman@chromium.org2014-05-221-0/+1
* Reset touch-action when touch handler(s) removedjdduke@chromium.org2014-05-221-0/+9
* Bundle DidOverscrollParams with the input event ackjdduke@chromium.org2014-05-201-5/+15
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-5/+1
* Allow exclusive touchmove slop regions in the TouchEventQueuejdduke@chromium.org2014-05-101-1/+2
* Move some interfaces from content/port to internal content since they're not ...jam@chromium.org2014-05-051-1/+1
* Reland "Consolidate all touch/gesture related constants in content"jdduke@chromium.org2014-05-031-73/+8
* Revert of Consolidate all touch/gesture related constants in content (https:/...jdduke@chromium.org2014-05-031-8/+73
* Consolidate all touch/gesture related constants in contentjdduke@chromium.org2014-05-031-73/+8
* Synthesize ctrl-wheel events on touchpad pinchrbyers@chromium.org2014-05-021-42/+100
* Revert of Revert of Remove smiluate-touch-screen-with-mouse content flag. (ht...thakis@chromium.org2014-04-281-106/+0
* Revert of Remove smiluate-touch-screen-with-mouse content flag. (https://code...thakis@chromium.org2014-04-281-0/+106
* Reland "Implement async touchmove dispatch during scroll"jdduke@chromium.org2014-04-281-15/+9