summaryrefslogtreecommitdiffstats
path: root/content/renderer/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* content/renderer: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-278-59/+59
* Remove gfx::FrameTime for a single clock sourceabhishek.ka2015-05-261-1/+0
* Coalesce async touch move events until the ack back from render.lanwei2015-05-191-6/+4
* Make Mac pinch thresholding apply only to zoom (Chromium side)ccameron2015-05-112-0/+13
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-1/+2
* Update {virtual,override} to follow C++11 style in content.nick2015-04-241-15/+15
* Move blink scheduler implementation into a componentjochen2015-04-222-5/+8
* Reset scroll status when a fling is ignoredjdduke2015-03-242-3/+10
* Mac: Add rails for scrolling.ccameron2015-03-231-8/+16
* Signal input flush when all flings have terminatedjdduke2015-03-201-2/+1
* Split cc/base into separate GN source_set and clean depsjamesr2015-03-161-1/+1
* Cleanup: Fix content header include guards.tfarina2015-02-271-1/+1
* Mac: Disable elastic overscroll when pages are not user scrollableccameron2015-02-202-1/+63
* Fix Enum Style Throughout CC.ericrk2015-02-202-69/+68
* MouseMove when the mouse is down to signal compositor priorityalexclarke2015-02-107-12/+18
* Add initial CC support for scroll-blocks-onrbyers2015-02-052-6/+8
* Move touchpad pinch synthetic wheel event generation to Blinkccameron2015-02-022-15/+67
* Mechanical rename of tracing includes for /content [2/3]primiano2015-01-283-3/+3
* Suppress zero-velocity flings after touch-action filteringjdduke2015-01-271-0/+2
* Reland: Add more trace events to "benchmark" categorymiletus2015-01-261-2/+2
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-3/+2
* Revert of Add more trace events to "benchmark" category (patchset #4 id:50001...miletus2015-01-221-2/+2
* Add more trace events to "benchmark" categorymiletus2015-01-221-2/+2
* Explicitly suppress scrolling for wheel events that will trigger zoominglanwei2015-01-212-5/+5
* Clean up parameterization of cc/content scroll elasticityccameron2014-12-301-7/+5
* Revert of Explicitly suppress scrolling for wheel events that will trigger zo...yutak2014-12-232-5/+5
* Reconcile scroll and overscroll stretch when they disagreeccameron2014-12-235-53/+212
* Standardize usage of virtual/override/final specifiers in content/.dcheng2014-12-231-2/+2
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-2/+2
* Explicitly suppress scrolling for wheel events that will trigger zoominglanwei2014-12-222-5/+5
* Update legacy Tuple-using code.Avi Drissman2014-12-222-8/+8
* Refactor InputScrollElasticityControllerccameron2014-12-183-450/+549
* Mac: Enable compositor thread elastic overscroll for main thread eventsccameron2014-12-173-1/+43
* Use Blink's flag to prevent fling boosting.wjarosik2014-12-162-0/+23
* Add argument to pass elastic overscroll delta to Blink (Chrome side)ccameron2014-12-091-1/+1
* Expand UMA coverage for compositor-handled events and fling FPSjdduke2014-12-052-13/+47
* Revert of Revert of Cleanup: Update the path to vector2d_f.h header. (patchse...tfarina2014-12-052-2/+2
* Revert of Cleanup: Update the path to vector2d_f.h header. (patchset #1 id:1 ...samli2014-12-052-2/+2
* Cleanup: Update the path to vector2d_f.h header.tfarina2014-12-052-2/+2
* aw: Provide main thread input filtering and enable the Blink schedulerjdduke2014-12-025-22/+97