aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2018-09-14Move and fix test for featureRyan Perry-Nguyen
2018-09-14dont queries for %S replacementRyan Perry-Nguyen
2018-02-05Fix tests.Stephen Blott
2017-12-14Detect click listeners for link hints.Stephen Blott
2017-11-09Stub DomUtils.consumeKeyup to fix handler stack testsmrmr1993
2017-11-01Rename Rect.rectOverlaps to Rect.intersectsStrict, clarify the commentmrmr1993
2017-11-01Rename Rect.contains to Rect.intersects, add an explanitory commentmrmr1993
2017-10-29Guard against undefined DomUtils, instead of stubbing in testsmrmr1993
2017-10-28Remove normal mode commands from global scopemrmr1993
2017-10-28Remove invokeCommandString, call NormalModeCommands directlymrmr1993
2017-10-27Include LinkHints, Vomnibar and Marks commands in normal mode filemrmr1993
2017-10-27Split focusInput, move the main part into the normal mode filemrmr1993
2017-10-27Add tests to check that foreground commands are implementedmrmr1993
2017-10-27Move NormalMode to its own content scriptmrmr1993
2017-10-06Correct a longstanding typo in DOM testsmrmr1993
2017-09-29Add stub to fix unit testsmrmr1993
2017-09-18Recognise (FF) internal URLs.Stephen Blott
2017-08-18Check whether events are trusted before executing listenersmrmr1993
2017-05-01FF - Fix updates from the exclusions popupmrmr1993
2017-04-18Remove use of keyCodes entirely.Stephen Blott
2017-04-18Rework tests for all key handling on keydown.Stephen Blott
2017-02-08Remove stub for deprecated onActiveChangedmrmr1993
2017-02-08Remove stub for deprecated tabs.onSelectionChangedmrmr1993
2016-12-10Merge pull request #2326 from smblott-github/move-search-engines-to-bg-utilsStephen Blott
2016-12-10Tweak #2338.Stephen Blott
2016-11-09treat select element as an input, setting focus to itRamiro Araujo
2016-10-23Move SearchEngines to bg-utils.coffee.Stephen Blott
2016-10-23Better line parsing (add tests).Stephen Blott
2016-10-17Better line parsing.Stephen Blott
2016-10-08Refactor (and fix) key-parsing regexp.Stephen Blott
2016-10-02More key-sequance parser tests.Stephen Blott
2016-10-02Merge pull request #2284 from smblott-github/silent-releasesStephen Blott
2016-10-02Add tests for compareVersions().Stephen Blott
2016-10-02Better regexp (to match legacy behaviour for '<c->>'.Stephen Blott
2016-10-02Rename normalizeKey to parseKeySequence.Stephen Blott
2016-10-02Rework key-sequence parsing.Stephen Blott
2016-09-26Tweak jsaction detection and add tests.Stephen Blott
2016-09-25Space rotates hints (to make hidden hints visible).Stephen Blott
2016-04-18Cache content_scripts/vimium.css in chrome.storage.local.Stephen Blott
2016-04-18Fix tests.Stephen Blott
2016-04-18Require documentReady for all UI components.Stephen Blott
2016-04-10Fix Vomnibar initialization issue.Stephen Blott
2016-04-08Merge pull request #2088 from smblott-github/filtered-hints-better-typed-text...Stephen Blott
2016-04-08Filtered hints; ignore unmatched text.Stephen Blott
2016-04-08Do not post hint descriptors back to the frame itself.Stephen Blott
2016-04-04Handle requireHref for link hints locally.Stephen Blott
2016-04-02Refactor DomUtils.documentReady.Stephen Blott
2016-03-30Rename handlerStack constants.Stephen Blott
2016-03-30Add tests for GrabBackFocus.Stephen Blott
2016-03-30Add test for SuppressAllKeyboardEvents.Stephen Blott