summaryrefslogtreecommitdiffstats
path: root/ui/events
Commit message (Expand)AuthorAgeFilesLines
* ozone: evdev: Use the InputDeviceType from the EventDeviceInforobert.bradford2015-07-2412-27/+11
* CFI: Prevent invalid static cast from NonCancelableEvent.krasin2015-07-231-12/+1
* ozone: Generate touch events for on-screen stylus devicesrobert.bradford2015-07-236-0/+177
* Makes DesktopWindowTreeHostXxx to dispatch key event to InputMethod.shuchen2015-07-231-1/+2
* Finish refactoring of DomCodeToUsLayoutKeyboardCode().kpschoedel2015-07-207-370/+447
* Remove legacy StartsWithASCII function.brettw2015-07-163-4/+7
* ozone: evdev: Add path name to log messagesspang2015-07-144-34/+53
* Added build dependency from events_test_support to events_devices for ozone b...bruthig2015-07-142-11/+5
* Small fix for touch screen on Linux with or without flag --touch-deviceslanwei2015-07-131-1/+2
* ozone: evdev: Add tool to expand bitfields in /proc/bus/input/devicesspang2015-07-131-0/+118
* ozone: evdev: Disallow Z axis on touchscreens that left clickspang2015-07-131-1/+5
* Fixed the Touchscreen.TouchEventsEnabled histogram to record the correct valu...bruthig2015-07-118-16/+233
* [Android] Expose native ViewConfiguration constants as DIPsjdduke2015-07-091-15/+7
* Support KEYCODE_FORWARD.mukai2015-07-091-0/+2
* Making it possible to build gesture_detection for Android with use_aura=1mfomitchev2015-07-081-0/+5
* Add IsDomKeyForModifier().kpschoedel2015-07-072-0/+29
* Add dead-key keysyms to GetUnicodeCharacterFromXKeySym().kpschoedel2015-07-071-0/+41
* Special case for Neo2 layout.kpschoedel2015-07-071-6/+0
* ui: events: add missing files to GN buildlionel.g.landwerlin2015-07-071-0/+2
* Remove OWNERS who've left the teamspang2015-07-071-3/+0
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-062-5/+8
* The touchscreen log is added to chrome to fill the feedback reportasimjour2015-07-0616-10/+230
* Changed DeviceDataManager to be able to create multiple instances for the pur...bruthig2015-06-293-10/+25
* ozone: evdev: Fix printf format string issues on 32-bitspang2015-06-252-2/+2
* html_viewer: Correctly set axis and orientation of MotionEvent.sadrul2015-06-254-34/+92
* Move more string_util functions to base namespace.brettw2015-06-241-1/+1
* Fix touch screen on Linux with or without flag --touch-deviceslanwei2015-06-232-5/+20
* ozone: drm: Disable input on RelinquishDisplayControlspang2015-06-236-4/+20
* ozone: evdev: Enhance support for disabling devicesspang2015-06-2313-50/+183
* ozone: evdev: Convert touchpad disable & internal key filter to settingsspang2015-06-1912-139/+63
* ozone: evdev: Use in-class member initializers for built-in typesspang2015-06-1626-118/+67
* Fix DOM UI Events 'Dead' key codes.kpschoedel2015-06-161-30/+36
* Support DOM3 |key| and |code| in chromeos::EventRewriter.kpschoedel2015-06-162-1/+25
* Dump the sequence_number to allow ScrollUpdate to get the corresponding Gestu...yuhaoz2015-06-131-0/+1
* Add device lists completion event to DeviceDataManagerspang2015-06-1214-14/+76
* Move StartsWith[ASCII] to base namespace.brettw2015-06-123-4/+4
* Allow binding point to be specified on flow end events.yuhaoz2015-06-111-1/+1
* Refactors away method implementations in ui::EventTargetervarkha2015-06-1110-300/+134
* ozone: evdev: Add quirk to allow BTN_LEFT for single touch touchscreensspang2015-06-117-7/+155
* Revert of Allow binding point to be specified on flow end events. (patchset #...dsinclair2015-06-111-1/+1
* Fix Ozone keyboard layout to handle German Neo 2.kpschoedel2015-06-114-10/+33
* Allow binding point to be specified on flow end events.yuhaoz2015-06-101-1/+1
* ozone: evdev: Make sure to device list update during startup scanspang2015-06-101-2/+4
* Refactoring the ownership of ui::InputMethod.shuchen2015-06-105-52/+3
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-4/+6
* ozone: evdev: Invert enable_repeat as suppress_auto_repeatspang2015-06-099-27/+33
* ozone: evdev: Add enable_repeat flag to key eventsspang2015-06-089-24/+39
* ozone: evdev: Suppress nested mouse click eventsspang2015-06-081-0/+7
* ozone: evdev: Squelch some expected NOTIMPLEMENTEDsspang2015-06-052-2/+3
* Replace more ObserverList with base::ObserverList.brettw2015-06-035-7/+9