| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide simple fling bookkeeping for telemetry | jdduke | 2015-05-07 | 3 | -3/+62 |
* | Remove EF_FUNCTION_KEY and EF_NUMPAD_KEY. | kpschoedel | 2015-05-06 | 1 | -2/+0 |
* | Restore simple fling status bookkeeping | jdduke | 2015-05-01 | 6 | -148/+35 |
* | Pass gfx structs by const ref(gfx::Vector2D/F) | a.berwal | 2015-04-30 | 1 | -6/+6 |
* | Set the unique_event_id when converting from TouchEvent to WebTouchEvent | lanwei | 2015-04-29 | 6 | -8/+19 |
* | Track input latency for both begin and end of GPU swap in UMAs | brianderson | 2015-04-24 | 1 | -25/+41 |
* | Removed obsolete float_util.h as VS2013 supports standards well enough. | mateuszs | 2015-04-24 | 2 | -3/+3 |
* | Append input event type as trace event's name | miletus | 2015-04-23 | 1 | -3/+5 |
* | Move render_widget_host_latency_tracker.* into input/ | miletus | 2015-04-21 | 3 | -0/+754 |
* | Keyboard Events: The 'repeat' property should only be true for keydown | jsbell | 2015-04-15 | 1 | -2/+3 |
* | [Android] Disable fling cancel filtering in the GestureEventQueue | jdduke | 2015-04-02 | 4 | -1/+38 |
* | Temporarily disable sending MouseLeave events on Windows | rbyers | 2015-03-31 | 1 | -1/+3 |
* | Refactors gesture conversion functions to ui/events/blink | sky | 2015-03-27 | 4 | -295/+7 |
* | Mac: Add rails for scrolling. | ccameron | 2015-03-23 | 3 | -0/+129 |
* | Signal input flush when all flings have terminated | jdduke | 2015-03-20 | 11 | -82/+160 |
* | Making synthetic gesture API accept float inputs. | ssid | 2015-03-12 | 1 | -3/+1 |
* | Fix for the WebInputEventBuilderTest.TestMouseEventScale content_unittests fa... | ananta | 2015-03-11 | 1 | -0/+4 |
* | Second attempt at fixing pointer lock issues with Windows HiDPI. | ananta | 2015-03-10 | 3 | -18/+63 |
* | Ensure that pointer lock works correctly in Windows 7+ with HiDPI scale facto... | ananta | 2015-03-05 | 1 | -3/+17 |
* | Add tdresser@ to content/browser/renderer_host/input owners | jdduke | 2015-03-03 | 1 | -1/+1 |
* | Cleanup: Fix content header include guards. | tfarina | 2015-02-27 | 9 | -11/+11 |
* | Minor cleanup of TouchEventQueue | jdduke | 2015-02-26 | 2 | -7/+5 |
* | Always forward touch events to the TouchEventQueue | jdduke | 2015-02-26 | 4 | -17/+0 |
* | Adding synthetic touch/mouse drag [Part1] | ssid | 2015-02-25 | 8 | -455/+1001 |
* | Make content_browsertests for Chrome on Android running with valid Views | jaekyun | 2015-02-25 | 1 | -0/+5 |
* | Forward touch pointer after NO_CONSUMER_EXISTS scroll for first finger. | lanwei | 2015-02-24 | 2 | -17/+9 |
* | Add time_stamp parameter to MouseEvent constructor | robert.bradford | 2015-02-18 | 1 | -3/+5 |
* | Avoid sending touchmove events where all pointers are stationary | s.singapati | 2015-02-17 | 3 | -28/+85 |
* | [Android] Ignore historical MotionEvent values for non-move events | jdduke | 2015-02-11 | 3 | -6/+77 |
* | Simplify TouchEventQueue pointer bookkeeping | jdduke | 2015-02-10 | 3 | -140/+82 |
* | Update {virtual,override,final} to follow C++11 style. | dcheng | 2015-02-04 | 2 | -34/+34 |
* | Remove touch-scrolling-mode flag | lanwei | 2015-02-04 | 5 | -287/+17 |
* | Ensure touchmove changedTouches list only includes moving touches | s.singapati | 2015-02-03 | 3 | -8/+204 |
* | Move touchpad pinch synthetic wheel event generation to Blink | ccameron | 2015-02-02 | 3 | -317/+30 |
* | Stop sending an async touchmove for the app slop region | jdduke | 2015-01-28 | 3 | -47/+62 |
* | Mechanical rename of tracing includes for /content [1/3] | ssid | 2015-01-28 | 5 | -5/+5 |
* | Suppress zero-velocity flings after touch-action filtering | jdduke | 2015-01-27 | 3 | -1/+57 |
* | Touch emulator: enable double tap support for pages similarly to Chrome on An... | dgozman | 2015-01-26 | 3 | -3/+27 |
* | [DevTools] Ignore TouchEmulator::CancelTouch calls when disabled. | dgozman | 2015-01-23 | 2 | -1/+9 |
* | Explicitly suppress scrolling for wheel events that will trigger zooming | lanwei | 2015-01-21 | 2 | -11/+45 |
* | Makes a couple of tests reset state appropriately | sky | 2015-01-20 | 1 | -0/+1 |
* | Pass gesture detector config type when enabling touch emulator. | dgozman | 2015-01-19 | 3 | -17/+52 |
* | Add UMA for TouchToFirstScrollUpdateSwap | jdduke | 2015-01-16 | 1 | -4/+2 |
* | Consolidate redundant functionality. | kpschoedel | 2015-01-15 | 2 | -17/+0 |
* | Support transitioning between platform scrolling and JS pinching | jdduke | 2015-01-15 | 2 | -5/+70 |
* | Touch emulator: create/destroy gesture provider on the fly. | dgozman | 2015-01-14 | 2 | -24/+26 |
* | Correct missing radius in ui::TouchEvent. | tdresser | 2015-01-13 | 1 | -0/+4 |
* | replace COMPILE_ASSERT with static_assert in content/ | mostynb | 2015-01-13 | 1 | -3/+3 |
* | Cleanup: Call std::string::empty instead of comparing against "". | thestig | 2015-01-10 | 1 | -1/+1 |
* | Refactor the GestureEventQueue | jdduke | 2015-01-05 | 6 | -199/+208 |