summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/input/motion_event_android.cc
Commit message (Expand)AuthorAgeFilesLines
* Set the unique_event_id when converting from TouchEvent to WebTouchEventlanwei2015-04-291-3/+5
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-2/+3
* [Android] Ignore historical MotionEvent values for non-move eventsjdduke2015-02-111-3/+18
* Remove abstract Clone and Cancel methods from MotionEventjdduke2014-10-241-190/+62
* Allow small tolerance when validating MotionEvent orientationjdduke2014-10-091-1/+10
* Add modifier flags to MotionEventjdduke2014-09-121-1/+28
* Make touch orientation attributes visible in Blink.mustaq2014-09-021-9/+37
* Ignore min/max gesture bounds for mouse or stylus-derived gesturesjdduke@chromium.org2014-08-141-0/+2
* Extend MotionEvent to have tool type and button statechangwan@chromium.org2014-06-211-1/+59
* [Android] Route raw screen coordinates to touch eventsjdduke@chromium.org2014-06-131-2/+23
* [Android] Use DIP coordinates with MotionEventAndroidjdduke@chromium.org2014-04-121-48/+66
* Store the id of a contributing motion event in GestureEventDatatdresser@chromium.org2014-04-041-0/+4
* [Android] Cache additional MotionEvent bits in MotionEventAndroidjdduke@chromium.org2014-03-081-12/+64
* [Android] Always insert a TouchCancel if window or tab focus is lostjdduke@chromium.org2014-03-051-16/+12
* [Android] Out with the Android GR, in with the new unified C++ GRjdduke@chromium.org2014-03-011-56/+116
* [Android] Provider a native (C++) MotionEvent wrapperjdduke@chromium.org2014-01-311-0/+179