summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp
Commit message (Expand)AuthorAgeFilesLines
* First programmatic smooth scroll should run on the compositor if it canymalik2016-03-161-0/+3
* Account for scroll origin in scroll animators.skobes2016-03-081-4/+6
* CC Animation: Expose TargetProperty enum to be aliased in Blink Platform.loyso2016-02-251-1/+1
* CC Animation: Move files from cc_blink to Source/platform/animationloyso2016-02-101-7/+8
* Add new state PostAnimationCleanup to blink ScrollAnimator.ymalik2016-02-101-1/+11
* Scroll animators should check for page-wide suppression of threaded scrolling.skobes2016-01-231-13/+11
* Reland of un smooth scroll animations on the compositor when possible (patchs...noel2015-12-231-0/+7
* Revert of Run smooth scroll animations on the compositor when possible (patch...noel2015-12-231-7/+0
* Run smooth scroll animations on the compositor when possibleymalik2015-12-221-0/+7
* Remove config.h inclusion from third_party/WebKit/Source/platform/.tkent2015-12-211-1/+0
* Refactor compositor state logic from ProgrammaticScrollAnimator into new classymalik2015-12-171-136/+6
* Conditionally set initial value for scroll offset animation curve.ymalik2015-12-071-1/+1
* Move ScrollAnimatorBase and ProgrammaticScrollAnimator onto oilpan heap.peria2015-12-041-2/+7
* Add plumbing to WebScrollOffsetAnimationCurve.skobes2015-11-181-1/+4
* CC AnimationHost: Fix ProgrammaticScrollAnimator detach scope.loyso2015-11-031-2/+3
* CC Animations: Fix isThreadedAnimationEnabled mode for layout testsloyso2015-10-261-1/+1
* Composited Animations: Support --disable-threaded-animation in new animation ...loyso@chromium.org2015-09-021-1/+1
* Animations: Port ProgrammaticScrollAnimator to use compositor timelinesloyso@chromium.org2015-08-051-5/+78
* Revert of Animations: Port ProgrammaticScrollAnimator to use compositor timel...johnme@chromium.org2015-07-311-78/+5
* Animations: Port ProgrammaticScrollAnimator to use compositor timelinesloyso@chromium.org2015-07-301-5/+78
* Remove ScrollableArea::notifyScrollPositionChanged and cleanup scroll animators.bokan@chromium.org2015-06-191-5/+16
* Notify ProgrammaticScrollAnimator about scroll layer destructionajuma@chromium.org2015-01-241-0/+17
* Run CSSOM smooth scroll animations on the compositor when possibleajuma@chromium.org2015-01-191-14/+121
* Implement CSSOM smooth scroll for Elementsajuma@chromium.org2014-12-111-0/+6
* Rename WebAnimation to WebCompositorAnimationsamli@chromium.org2014-08-191-1/+1
* Revert of Rename WebAnimation to WebCompositorAnimation (patchset #5 of https...alancutter@chromium.org2014-08-131-1/+1
* Rename WebAnimation to WebCompositorAnimationsamli@chromium.org2014-08-111-1/+1
* Implement CSSOM View smooth scroll for Window.{scroll, scrollTo, scrollBy}ajuma@chromium.org2014-07-231-0/+74