summaryrefslogtreecommitdiffstats
path: root/content/common/input
Commit message (Expand)AuthorAgeFilesLines
* Re-land enabling wheel gestures on all platforms.dtapuska2016-03-211-1/+1
* Change the non-blocking event queue to the main thread event queue.dtapuska2016-03-173-6/+13
* Stop reporting coalesced input events in metrics logic (perf impact)tdresser2016-03-032-16/+24
* Revert of Re-land enable gesture events for wheel events on all platforms oth...dtapuska2016-02-241-6/+0
* Re-land enable gesture events for wheel events on all platforms other that OSX.dtapuska2016-02-231-0/+6
* Fix x/y position of gesture scroll events.dtapuska2016-02-232-0/+21
* Revert of Enable gesture events for wheel events on all platforms other that ...dtapuska2016-02-221-6/+0
* Enable gesture events for wheel events on all platforms other that OSX.dtapuska2016-02-201-0/+6
* Plumb firing passive event listeners.dtapuska2016-02-183-1/+99
* Cleanup checking for wheel gesture flags.dtapuska2016-02-092-0/+34
* Redefined the bit WebTouchEvent.causesScrollingIfUncanceled.mustaq2016-02-082-4/+4
* IPC::Message -> base::Picklerockot2016-02-032-9/+13
* Move bulk of event_with_latency_info into common.dtapuska2016-01-292-0/+177
* Scale wheel event position too.oshima2016-01-142-2/+8
* Convert Pass()→std::move() in //contentdcheng2015-12-265-9/+16
* Switch to standard integer types in content/common/.avi2015-12-2515-22/+30
* Pass MotionEvent tilt angles to Blink on Android.eero.hakkinen2015-11-022-2/+6
* Simplify TouchAction enum to be a simple bit flagrbyers2015-10-301-11/+30
* Remove myself from several OWNER filesjdduke2015-10-261-2/+1
* content: Make conversions from gfx::Point to PointF explicit.danakj2015-10-214-4/+4
* Plumb gesture source value through Blink.wjmaclean2015-10-201-0/+7
* Embed keyboard shortcut bit in WebKeyboardEventjdduke2015-10-153-15/+10
* DCHECK on LatencyInfo::trace_id instead of event timestamp for event ordermiletus2015-08-191-10/+0
* Keep track of the timestamps for coalesced eventsmiletus2015-08-132-2/+26
* Make LatencyInfo to be classmiletus2015-08-051-2/+2
* Revert of Remove .windowX from ChromePluginPlaceholder & web_input_event_trai...tommycli2015-08-031-2/+4
* Remove .windowX from ChromePluginPlaceholder & web_input_event_traits.ccmustaq2015-07-271-4/+2
* Enable mousewheel scrolling in Android telemetry tests.tdresser2015-06-041-1/+4
* Change most uses of Pickle to base::Picklebrettw2015-06-032-11/+11
* Move Pickle to base namespace.brettw2015-06-021-2/+2
* Coalesce async touch move events until the ack back from render.lanwei2015-05-195-10/+112
* Implement direction-specific touch-action values.dtapuska2015-05-081-4/+12
* Change the print format to be unsigned int, since the variable is uint32.lanwei2015-04-291-3/+2
* Set the unique_event_id when converting from TouchEvent to WebTouchEventlanwei2015-04-292-2/+7
* Making synthetic gesture API accept float inputs.ssid2015-03-126-10/+10
* Adding synthetic touch/mouse drag [Part2]ssid2015-03-021-8/+14
* Cleanup: Fix content header include guards.tfarina2015-02-274-10/+10
* Adding synthetic touch/mouse drag [Part1]ssid2015-02-255-1/+105
* Avoid sending touchmove events where all pointers are stationarys.singapati2015-02-172-12/+1
* Ensure touchmove changedTouches list only includes moving touchess.singapati2015-02-033-1/+14
* Suppress zero-velocity flings after touch-action filteringjdduke2015-01-272-2/+29
* Explicitly suppress scrolling for wheel events that will trigger zoominglanwei2015-01-213-3/+42
* replace COMPILE_ASSERT with static_assert in content/mostynb2015-01-131-2/+2
* Refactor the GestureEventQueuejdduke2015-01-052-6/+9
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Revert of Explicitly suppress scrolling for wheel events that will trigger zo...yutak2014-12-233-42/+3
* Cleanup: Update the path to insets and point headers.tfarina2014-12-233-3/+3
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* Explicitly suppress scrolling for wheel events that will trigger zoominglanwei2014-12-223-3/+42
* Expose native, desktop and mobile gesture detection defaultsjdduke2014-12-152-3/+11