summaryrefslogtreecommitdiffstats
path: root/ui/events/blink
Commit message (Expand)AuthorAgeFilesLines
* Include <algorithm> if you use functions from <algorithm>.bratell2015-12-162-0/+3
* Fix WebTouchPoint DCHECKS.eero.hakkinen2015-12-081-3/+0
* cc: Animate from LayerTreeHostImpl, remove Animate step from schedulerdanakj2015-12-032-22/+28
* Move content/renderer input handling for web input events to ui.khushalsagar2015-11-2312-0/+4823
* Pass MotionEvent tilt angles to Blink on Android.eero.hakkinen2015-11-021-1/+14
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-281-1/+1
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-271-1/+1
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-271-1/+1
* Set modifier flags for Caps, OS, Scroll and Num Lock on X11 and Windows.dtapuska2015-10-201-0/+15
* Removed PointerType from PointerIdManager.mustaq2015-10-081-6/+6
* Fire accessibility hover events when the touch exploration flag is set.dmazzoni2015-09-291-0/+2
* Allow touch orientations of [-180, 180]jdduke2015-09-151-19/+13
* Stop crash with > 16 active touches, harden MotionEvent interface.tdresser2015-09-021-1/+7
* Pass MotionEvent tool type to Blink.e.hakkinen2015-08-121-0/+20
* Fix motion event orientation handling for styluses.e.hakkinen2015-05-291-3/+19
* Remove EF_FUNCTION_KEY and EF_NUMPAD_KEY.kpschoedel2015-05-061-2/+0
* Set the unique_event_id when converting from TouchEvent to WebTouchEventlanwei2015-04-291-0/+2
* Refactors gesture conversion functions to ui/events/blinksky2015-03-274-0/+367