index
:
vimium
1.42
1.49
1.50
1.52
1.54
1.55
1.56
1.57
fix-h-l-left-right-scrolling
master
The hacker's browser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2018-02-05
Fix tests.
Stephen Blott
2017-12-14
Detect click listeners for link hints.
Stephen Blott
2017-11-09
Stub DomUtils.consumeKeyup to fix handler stack tests
mrmr1993
2017-11-01
Rename Rect.rectOverlaps to Rect.intersectsStrict, clarify the comment
mrmr1993
2017-11-01
Rename Rect.contains to Rect.intersects, add an explanitory comment
mrmr1993
2017-10-29
Guard against undefined DomUtils, instead of stubbing in tests
mrmr1993
2017-10-28
Remove normal mode commands from global scope
mrmr1993
2017-10-28
Remove invokeCommandString, call NormalModeCommands directly
mrmr1993
2017-10-27
Include LinkHints, Vomnibar and Marks commands in normal mode file
mrmr1993
2017-10-27
Split focusInput, move the main part into the normal mode file
mrmr1993
2017-10-27
Add tests to check that foreground commands are implemented
mrmr1993
2017-10-27
Move NormalMode to its own content script
mrmr1993
2017-10-06
Correct a longstanding typo in DOM tests
mrmr1993
2017-09-29
Add stub to fix unit tests
mrmr1993
2017-09-18
Recognise (FF) internal URLs.
Stephen Blott
2017-08-18
Check whether events are trusted before executing listeners
mrmr1993
2017-05-01
FF - Fix updates from the exclusions popup
mrmr1993
2017-04-18
Remove use of keyCodes entirely.
Stephen Blott
2017-04-18
Rework tests for all key handling on keydown.
Stephen Blott
2017-02-08
Remove stub for deprecated onActiveChanged
mrmr1993
2017-02-08
Remove stub for deprecated tabs.onSelectionChanged
mrmr1993
2016-12-10
Merge pull request #2326 from smblott-github/move-search-engines-to-bg-utils
Stephen Blott
2016-12-10
Tweak #2338.
Stephen Blott
2016-11-09
treat select element as an input, setting focus to it
Ramiro Araujo
2016-10-23
Move SearchEngines to bg-utils.coffee.
Stephen Blott
2016-10-23
Better line parsing (add tests).
Stephen Blott
2016-10-17
Better line parsing.
Stephen Blott
2016-10-08
Refactor (and fix) key-parsing regexp.
Stephen Blott
2016-10-02
More key-sequance parser tests.
Stephen Blott
2016-10-02
Merge pull request #2284 from smblott-github/silent-releases
Stephen Blott
2016-10-02
Add tests for compareVersions().
Stephen Blott
2016-10-02
Better regexp (to match legacy behaviour for '<c->>'.
Stephen Blott
2016-10-02
Rename normalizeKey to parseKeySequence.
Stephen Blott
2016-10-02
Rework key-sequence parsing.
Stephen Blott
2016-09-26
Tweak jsaction detection and add tests.
Stephen Blott
2016-09-25
Space rotates hints (to make hidden hints visible).
Stephen Blott
2016-04-18
Cache content_scripts/vimium.css in chrome.storage.local.
Stephen Blott
2016-04-18
Fix tests.
Stephen Blott
2016-04-18
Require documentReady for all UI components.
Stephen Blott
2016-04-10
Fix Vomnibar initialization issue.
Stephen Blott
2016-04-08
Merge pull request #2088 from smblott-github/filtered-hints-better-typed-text...
Stephen Blott
2016-04-08
Filtered hints; ignore unmatched text.
Stephen Blott
2016-04-08
Do not post hint descriptors back to the frame itself.
Stephen Blott
2016-04-04
Handle requireHref for link hints locally.
Stephen Blott
2016-04-02
Refactor DomUtils.documentReady.
Stephen Blott
2016-03-30
Rename handlerStack constants.
Stephen Blott
2016-03-30
Add tests for GrabBackFocus.
Stephen Blott
2016-03-30
Add test for SuppressAllKeyboardEvents.
Stephen Blott
2016-03-29
Add tests for WaitForEnter.
Stephen Blott
2016-03-29
Ensure window has focus in tests.
Stephen Blott
[next]