summaryrefslogtreecommitdiffstats
path: root/cc/input
Commit message (Expand)AuthorAgeFilesLines
* cc: Impl thread scroll on ScrollNode instead of LayerImplsunxd2016-03-171-0/+1
* Rename InputHandler::GESTURE to InputHandler::TOUCHSCREENdtapuska2016-03-111-4/+1
* Implement Wheel Gesture Scrolling on OSX.dtapuska2016-03-111-2/+16
* cc: Move SyncedScrollOffset to scroll treesunxd2016-03-031-1/+2
* Revert of Introduce LayerListImpl (patchset #11 id:200001 of https://coderevi...vollick2016-03-013-8/+8
* Revert of Use LTHI's *_list() accessors whenever possible (patchset #1 id:1 o...vollick2016-03-012-7/+7
* Revert of Port ScrollState to LayerListImpl (patchset #3 id:40001 of https://...weiliangc2016-03-012-10/+8
* Port ScrollState to LayerListImplvollick2016-03-012-8/+10
* Use LTHI's *_list() accessors whenever possiblevollick2016-03-012-7/+7
* Introduce LayerListImplvollick2016-03-013-8/+8
* Fix smooth scroll jump when switching scroll handling from MT to CCymalik2016-02-251-2/+3
* cc: Add out-of-line copy ctors for complex classes.vmpstr2016-02-254-0/+6
* CC Animation: Move scrollbar* files to cc/inputloyso2016-02-248-0/+1393
* cc: Replace LayerImpl with ScrollNode when updating scrolling info.sunxd2016-02-225-32/+37
* Add knowledge about blocking and passive event listeners.dtapuska2016-02-121-1/+7
* Refactor Scroll Customization to share cc::ScrollStateData with blink.tdresser2016-02-105-144/+108
* 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