aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/scroller.coffee
AgeCommit message (Expand)Author
2018-09-29Merge pull request #3111 from gdh1995/use-scroll-byStephen Blott
2018-09-04Revert "Add special-case rule for GMail."Stephen Blott
2018-09-04Add special-case rule for GMail.Stephen Blott
2018-09-04Tweak #3119.Stephen Blott
2018-09-04Refactor, part 1Marco Costa
2018-08-31Handle scrolling on Reddit redesignMarco Costa
2018-08-27use Element::scrollBy if it existsgdh1995
2018-08-23Tweak Twitter CSS selector.Stephen Blott
2018-08-23Site-specific hack to make expanded tweets scrollable.Stephen Blott
2017-11-18Make clear that element need not be provided here.Stephen Blott
2017-11-14Start searching for scrollable elements from <body> whenever possiblemrmr1993
2017-10-25FF: Share |root| global proxy, re-add the globals to window on DOMLoadmrmr1993
2017-02-11Don't depend on global event for CoreScroller event listeners (FF)mrmr1993
2016-12-26Fix (another) infinite-scroll issue.Stephen Blott
2016-10-15enterNormalMode; new command - implementationStephen Blott
2016-09-24Tweak #2168 (scrolling via scrollingElement).Stephen Blott
2016-09-22Use document.scrollingElement for scrollingDarryl Pogue
2016-04-13Add <c-y> and <c-e> for visual mode.Stephen Blott
2016-04-04Do not offer activated element as scrollable.Stephen Blott
2016-03-28Make scrollable elements selectable with hints.Stephen Blott
2016-03-21Rework visual mode.Stephen Blott
2016-03-16Relocate first scrollable element.Stephen Blott
2015-09-07Traverse shadow DOMs when looking for scrollable elementsmrmr1993
2015-08-22Prevent perpetual scroll.Stephen Blott
2015-05-31Remove all remaining references to frontend settingsmrmr1993
2015-05-31Replace settings.get with Settings.get in the frontendmrmr1993
2015-04-28Merge pull request #1601 from mrmr1993/fix-scrollIntoViewStephen Blott
2015-04-28Ensure keydown handler returns a truthy value.Stephen Blott
2015-04-28Fix bounds and amounts in scrollIntoViewmrmr1993
2015-04-27Always cancel scrolling after additional (non-repeat) keydownsmrmr1993
2015-04-05Note scrolling issue #1549.Stephen Blott
2015-02-09Merge branch 'visual-and-edit-modes'Stephen Blott
2015-02-08Temporary fix for obscure scrolling bug.Stephen Blott
2015-02-06Visual/edit modes: code cleanup.Stephen Blott
2015-02-02Visual/edit modes: WIP, scrolling content editable.Stephen Blott
2015-01-31Revert "Fix scrolling issue."Stephen Blott
2015-01-31Revert "Fix scrolling issue."Stephen Blott
2015-01-31Fix scrolling issue.Stephen Blott
2015-01-31Fix scrolling issue.Stephen Blott
2015-01-25Visual/edit modes: visual line mode.Stephen Blott
2015-01-24Visual/edit modes: miscellaneous improvements.Stephen Blott
2015-01-23Visual/edit modes: develop edit mode.Stephen Blott
2015-01-22Visual/edit modes: further development.Stephen Blott
2015-01-10Modes; minor changes.Stephen Blott
2015-01-10Modes; instrument for debugging...Stephen Blott
2014-12-29Scroller; check document.body exists.Stephen Blott
2014-12-19Also test negative direction when initializing scroller.Stephen Blott
2014-12-19Delay initialization of activeElement.Stephen Blott
2014-12-19Initialize scroller to *largest* visible scrollable element.Stephen Blott
2014-12-19Initialize scroller to first scrollable element.Stephen Blott