summaryrefslogtreecommitdiffstats
path: root/content/renderer/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove GestureScrollUpdateWithoutPropagation event.majidvp2014-11-271-2/+1
* [Android] Add a flag to disable the pull-to-refresh effectjdduke2014-11-212-11/+0
* Hook ScrollElasticityController to InputHandlerProxyccameron2014-11-135-123/+176
* Hook up DidReceiveInputEvent to the blink scheduler and fixes the bug wherealexclarke2014-11-117-13/+77
* Break up InputHandlerProxy::HandleInputEventccameron2014-11-092-159/+208
* Return overscroll data from cc::InputHandler::ScrollByccameron2014-11-073-98/+141
* Format ScrollElasticityControllerccameron2014-11-052-415/+456
* Convert ScrollElasticityController types to ChromiumChristopher Cameron2014-11-052-133/+128
* Rename ScrollElasticityController variables to Chromium styleChristopher Cameron2014-11-052-271/+265
* Move scroll elasticity files from blink to contentChristopher Cameron2014-11-052-0/+586
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-1/+1
* Standardize usage of virtual/override/final in content/renderer/dcheng2014-10-214-27/+26
* scheduler: Remove use of WebSchedulerProxyskyostil2014-10-202-4/+1
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-085-30/+30
* Move page scale animation from LayerTreeHostImpl to LayerTreeImplbokan2014-10-021-5/+0
* Prevent orthogonal fling accumulationjdduke2014-09-242-2/+46
* InputHandlerProxy to inform blink scheduler of input eventsalexclarke2014-09-125-0/+41
* Forward input tasks to the Blink schedulerskyostil2014-09-093-14/+17
* Revert of Forward input and compositing tasks to the Blink scheduler (patchse...skyostil2014-09-083-17/+14
* Revert of Revert of Forward input and compositing tasks to the Blink schedule...jam2014-09-083-14/+17
* Revert of Forward input and compositing tasks to the Blink scheduler (patchse...jam2014-09-083-17/+14
* Forward input and compositing tasks to the Blink schedulerskyostil2014-09-053-14/+17