summaryrefslogtreecommitdiffstats
path: root/content/renderer/input
Commit message (Expand)AuthorAgeFilesLines
* Change the non-blocking event queue to the main thread event queue.dtapuska2016-03-1713-226/+409
* This change relands (https://codereview.chromium.org/1749323002/)jonross2016-03-142-8/+9
* Implement Wheel Gesture Scrolling on OSX.dtapuska2016-03-114-0/+56
* sync compositor: Merge input path with chromeboliu2016-03-116-20/+41
* I am planning on adding unit tests to content/renderer/mus/jonross2016-03-111-1/+2
* Revert of Update WindowTree::OnWindowInputEventAck to include handled (patchs...jonross2016-03-082-9/+8
* Update WindowTree::OnWindowInputEventAck to include handledjonross2016-03-082-8/+9
* Stop reporting coalesced input events in metrics logic (perf impact)tdresser2016-03-031-26/+13
* Introduce ThreadedInputConnection behind a switchchangwan2016-02-261-6/+11
* Plumb firing passive event listeners.dtapuska2016-02-1814-52/+556
* use variadic macros/templates in IPC message implementationmdempsky2016-02-091-2/+3
* Add a new source type MENU_SOURCE_LONG_PRESS to identify context menu's being...ananta2016-01-271-1/+7
* Smooth scroll on Windows should respect OS level animation disablingymalik2016-01-124-12/+19
* Chrome in Mus: Main thread input events work!fsamuel2016-01-122-0/+6
* Enable smooth scrolling.skobes2016-01-061-2/+2
* Stop-gap solution for Android DPAD navigationchangwan2016-01-061-4/+23
* Convert Pass()→std::move() in //content/rendererdcheng2015-12-263-3/+8
* Switch to standard integer types in content/renderer/.avi2015-12-257-6/+17
* Switch to standard integer types in base/threading/.avi2015-12-241-0/+1
* Move RenderWidget input handling to RenderWidgetInputHandlerfsamuel2015-12-153-0/+686
* Move content/renderer input handling for web input events to ui.khushalsagar2015-11-2314-4798/+52
* Android Webview IPC-based sync compositingboliu2015-11-051-0/+1
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-281-2/+2
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-271-2/+2
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-271-2/+2
* Remove myself from several OWNER filesjdduke2015-10-261-1/+1
* Fix return value of InputHandlerProxy::HandleMouseWheel for SCROLL_IGNORED case.skobes2015-10-222-0/+14
* Don't call AnimatedScroll for wheel events triggered by the trackpadymalik2015-10-213-4/+45
* content: Make conversions from gfx::Point to PointF explicit.danakj2015-10-211-1/+1
* Let LayerTreeHostImpl::ScrollAnimated scroll the outer viewport.skobes2015-10-202-3/+6
* Plumb gesture source value through Blink.wjmaclean2015-10-202-4/+16
* Embed keyboard shortcut bit in WebKeyboardEventjdduke2015-10-152-14/+8
* Cleanup of some old TODOsjdduke2015-10-151-2/+1
* Minor fixes to synchronous_input_handler_proxy.hboliu2015-10-131-0/+5
* Add the benchmark category to trace events required for RAILScoreoysteine2015-10-071-6/+2
* Enforce marking "override" for functions overriding Blink in content/renderer/.avi2015-09-252-5/+5
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* Remove LayerScrollOffsetDelegate, make all input paths go thru proxy.danakj2015-09-219-14/+146
* input: Avoid a round trip for OnRootLayerDelegatedScrollOffsetChanged.danakj2015-09-101-1/+2
* Move the AnimateInput paths for WebView around to not path through cc.danakj2015-09-099-224/+399
* Reland of Change LatencyInfo to use Flow API v2. (patchset #1 id:1 of https:/...yuhaoz2015-08-181-2/+3
* Revert of Change LatencyInfo to use Flow API v2. (patchset #2 id:20001 of htt...glider2015-08-181-3/+2
* Change LatencyInfo to use Flow API v2.yuhaoz2015-08-171-2/+3
* Fling boost check last animate timeboliu2015-08-113-7/+66
* Make LatencyInfo to be classmiletus2015-08-052-4/+4
* Make it possible to synthesize a viewport scrollhush2015-06-232-5/+33
* Verify InputHandlerProxyTest mock callshush2015-06-191-0/+32
* Unify Android Webview and Chrome's flinghush2015-06-102-57/+112
* Simplify the renderer scheduler's input event handling.alexclarke2015-06-037-50/+23
* Move Tuple to base namespace.brettw2015-05-292-8/+8