summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.h
Commit message (Expand)AuthorAgeFilesLines
* blink: Rename platform/ methods to prefix with get when they collide.danakj2016-03-111-1/+1
* Takeover MT initiated animations from the compositorymalik2016-03-081-0/+1
* CC Animation: Move files from cc_blink to Source/platform/animationloyso2016-02-101-4/+4
* Plumb NotifyAnimationAborted from the compositor to blink animation delegate.ymalik2016-01-151-0/+1
* Reland of un smooth scroll animations on the compositor when possible (patchs...noel2015-12-231-0/+1
* Revert of Run smooth scroll animations on the compositor when possible (patch...noel2015-12-231-1/+0
* Run smooth scroll animations on the compositor when possibleymalik2015-12-221-0/+1
* Refactor compositor state logic from ProgrammaticScrollAnimator into new classymalik2015-12-171-43/+9
* Move ScrollAnimatorBase and ProgrammaticScrollAnimator onto oilpan heap.peria2015-12-041-6/+7
* Oilpan: annotate weak ScrollableArea* refs with GC_PLUGIN_IGNORE()s.sigbjornf2015-11-101-0/+2
* Rename WTF_MAKE_FAST_ALLOCATED to USING_FAST_MALLOCharaken2015-10-291-1/+1
* Remove FastAllocBase.hharaken2015-10-281-1/+1
* Animations: Port ProgrammaticScrollAnimator to use compositor timelinesloyso@chromium.org2015-08-051-2/+16
* Revert of Animations: Port ProgrammaticScrollAnimator to use compositor timel...johnme@chromium.org2015-07-311-16/+2
* Animations: Port ProgrammaticScrollAnimator to use compositor timelinesloyso@chromium.org2015-07-301-2/+16
* Remove ScrollableArea::notifyScrollPositionChanged and cleanup scroll animators.bokan@chromium.org2015-06-191-0/+2
* Pass in a class name to WTF_MAKE_FAST_ALLOCATEDharaken@chromium.org2015-03-241-1/+1
* Notify ProgrammaticScrollAnimator about scroll layer destructionajuma@chromium.org2015-01-241-0/+1
* Run CSSOM smooth scroll animations on the compositor when possibleajuma@chromium.org2015-01-191-1/+26
* Implement CSSOM smooth scroll for Elementsajuma@chromium.org2014-12-111-0/+1
* Implement CSSOM View smooth scroll for Window.{scroll, scrollTo, scrollBy}ajuma@chromium.org2014-07-231-0/+46