summaryrefslogtreecommitdiffstats
path: root/cc/input
Commit message (Expand)AuthorAgeFilesLines
* Communicate whether passive event listeners exist to cc.dtapuska2016-02-052-1/+19
* Add helper methods to MainThreadScrollingReasons.ymalik2016-02-031-3/+22
* Move have_wheel_event_handlers to WebLayerTreeView.dtapuska2016-01-291-1/+1
* Fix broken MainThreadScrollingReason DCHECK.tdresser2016-01-271-1/+3
* blink: Make WebMainThreadScrollingReason wrap the cc enum.danakj2016-01-231-6/+2
* cc: Fix enum style conformance in InputHandler.danakj2016-01-212-38/+47
* Add Page Based Scroll main thread scrolling reason.dtapuska2016-01-201-1/+2
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-201-1/+1
* Add histogram attributing cause of main thread scrolling.tdresser2016-01-181-2/+46
* Add velocity and phase to ScrollState in CCmajidvp2016-01-126-63/+146
* Move SelectionBoundType to inside the LayerSelectionBound message.nyquist2016-01-121-14/+14
* CC Animation: Renaming and simplification in TopControlsManager.loyso2016-01-083-54/+43
* Switch to standard integer types in cc/.avi2015-12-214-3/+6
* Add support for (de)serializing LayerSelection.nyquist2015-12-183-0/+60
* Add support for (de)serializing LayerSelectionBound.nyquist2015-12-183-10/+108
* Convert Pass()→std::move() in cc/dcheng2015-12-181-1/+3
* Factor cc::ScrollStateData out of cc::ScrollState.tdresser2015-12-144-54/+117
* cc: Animate from LayerTreeHostImpl, remove Animate step from schedulerdanakj2015-12-032-6/+6
* Mac: Don't repaint scrollbars every frameccameron2015-11-271-0/+2
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-181-7/+4
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-1/+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
* cc: Split Proxy to eliminate unnecessary dependencies on the impl sidekhushalsagar2015-10-212-6/+8
* cc: Make conversions from gfx::Point to PointF explicit.danakj2015-10-201-3/+3
* Let LayerTreeHostImpl::ScrollAnimated scroll the outer viewport.skobes2015-10-201-4/+3
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-253-2/+3
* Remove LayerScrollOffsetDelegate, make all input paths go thru proxy.danakj2015-09-212-56/+13
* webview: Remove LayerScrollOffsetDelegate::GetTotalScrollOffset.danakj2015-09-152-12/+2
* input: Avoid a round trip for OnRootLayerDelegatedScrollOffsetChanged.danakj2015-09-101-2/+5
* Move the AnimateInput paths for WebView around to not path through cc.danakj2015-09-092-6/+5
* cc: Remove LayerScrollOffsetDelegate IsExternalScrollActiveboliu2015-09-011-6/+0
* Make LatencyInfo to be classmiletus2015-08-051-1/+3
* Arrange compositor scrolling into scroll customization format (WIP)tdresser2015-07-313-0/+233
* Make it possible to synthesize a viewport scrollhush2015-06-231-0/+3
* Unify Android Webview and Chrome's flinghush2015-06-102-2/+11
* Remove gfx::FrameTime for a single clock sourceabhishek.ka2015-05-262-9/+7
* [Cleanup] Remove duplicated check from TopControlsManager::ScrollByr.kasibhatla2015-05-111-3/+0
* Plumb selection bounds as a single unitjdduke2015-04-232-0/+41
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-1/+3
* Split cc/base into separate GN source_set and clean depsjamesr2015-03-161-1/+1
* (Reland) Always create top controls manager.bokan2015-03-092-1/+11
* Don't calculate a shown ratio when top controls height is 0.bokan2015-03-092-0/+23
* Revert of Always create top controls manager (patchset #6 id:100001 of https:...dpranke2015-03-062-56/+1
* Always create top controls manager.bokan2015-03-052-1/+56
* Notify main-thread of top controls state/height changes instead of CC.majidvp2015-02-232-14/+26
* Mac: Disable elastic overscroll when pages are not user scrollableccameron2015-02-202-0/+11
* Fix Enum Style Throughout CC.ericrk2015-02-201-13/+13
* Deflake and reenable top controls tests.aelias2015-02-091-32/+27