summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/input
Commit message (Expand)AuthorAgeFilesLines
* Provide simple fling bookkeeping for telemetryjdduke2015-05-073-3/+62
* Remove EF_FUNCTION_KEY and EF_NUMPAD_KEY.kpschoedel2015-05-061-2/+0
* Restore simple fling status bookkeepingjdduke2015-05-016-148/+35
* Pass gfx structs by const ref(gfx::Vector2D/F)a.berwal2015-04-301-6/+6
* Set the unique_event_id when converting from TouchEvent to WebTouchEventlanwei2015-04-296-8/+19
* Track input latency for both begin and end of GPU swap in UMAsbrianderson2015-04-241-25/+41
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-242-3/+3
* Append input event type as trace event's namemiletus2015-04-231-3/+5
* Move render_widget_host_latency_tracker.* into input/miletus2015-04-213-0/+754
* Keyboard Events: The 'repeat' property should only be true for keydownjsbell2015-04-151-2/+3
* [Android] Disable fling cancel filtering in the GestureEventQueuejdduke2015-04-024-1/+38
* Temporarily disable sending MouseLeave events on Windowsrbyers2015-03-311-1/+3
* Refactors gesture conversion functions to ui/events/blinksky2015-03-274-295/+7
* Mac: Add rails for scrolling.ccameron2015-03-233-0/+129
* Signal input flush when all flings have terminatedjdduke2015-03-2011-82/+160
* Making synthetic gesture API accept float inputs.ssid2015-03-121-3/+1
* Fix for the WebInputEventBuilderTest.TestMouseEventScale content_unittests fa...ananta2015-03-111-0/+4
* Second attempt at fixing pointer lock issues with Windows HiDPI.ananta2015-03-103-18/+63
* Ensure that pointer lock works correctly in Windows 7+ with HiDPI scale facto...ananta2015-03-051-3/+17
* Add tdresser@ to content/browser/renderer_host/input ownersjdduke2015-03-031-1/+1
* Cleanup: Fix content header include guards.tfarina2015-02-279-11/+11
* Minor cleanup of TouchEventQueuejdduke2015-02-262-7/+5
* Always forward touch events to the TouchEventQueuejdduke2015-02-264-17/+0
* Adding synthetic touch/mouse drag [Part1]ssid2015-02-258-455/+1001
* Make content_browsertests for Chrome on Android running with valid Viewsjaekyun2015-02-251-0/+5
* Forward touch pointer after NO_CONSUMER_EXISTS scroll for first finger.lanwei2015-02-242-17/+9
* Add time_stamp parameter to MouseEvent constructorrobert.bradford2015-02-181-3/+5
* Avoid sending touchmove events where all pointers are stationarys.singapati2015-02-173-28/+85
* [Android] Ignore historical MotionEvent values for non-move eventsjdduke2015-02-113-6/+77
* Simplify TouchEventQueue pointer bookkeepingjdduke2015-02-103-140/+82
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-042-34/+34
* Remove touch-scrolling-mode flaglanwei2015-02-045-287/+17
* Ensure touchmove changedTouches list only includes moving touchess.singapati2015-02-033-8/+204
* Move touchpad pinch synthetic wheel event generation to Blinkccameron2015-02-023-317/+30
* Stop sending an async touchmove for the app slop regionjdduke2015-01-283-47/+62
* Mechanical rename of tracing includes for /content [1/3]ssid2015-01-285-5/+5
* Suppress zero-velocity flings after touch-action filteringjdduke2015-01-273-1/+57
* Touch emulator: enable double tap support for pages similarly to Chrome on An...dgozman2015-01-263-3/+27
* [DevTools] Ignore TouchEmulator::CancelTouch calls when disabled.dgozman2015-01-232-1/+9
* Explicitly suppress scrolling for wheel events that will trigger zoominglanwei2015-01-212-11/+45
* Makes a couple of tests reset state appropriatelysky2015-01-201-0/+1
* Pass gesture detector config type when enabling touch emulator.dgozman2015-01-193-17/+52
* Add UMA for TouchToFirstScrollUpdateSwapjdduke2015-01-161-4/+2
* Consolidate redundant functionality.kpschoedel2015-01-152-17/+0
* Support transitioning between platform scrolling and JS pinchingjdduke2015-01-152-5/+70
* Touch emulator: create/destroy gesture provider on the fly.dgozman2015-01-142-24/+26
* Correct missing radius in ui::TouchEvent.tdresser2015-01-131-0/+4
* replace COMPILE_ASSERT with static_assert in content/mostynb2015-01-131-3/+3
* Cleanup: Call std::string::empty instead of comparing against "".thestig2015-01-101-1/+1
* Refactor the GestureEventQueuejdduke2015-01-056-199/+208