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
/
content_scripts
Age
Commit message (
Expand
)
Author
2017-10-29
Suppress all keyup events automatically if we consume the keydown
mrmr1993
2017-10-29
Merge pull request #2748 from mrmr1993/frontend-split
Stephen Blott
2017-10-29
Guard against undefined DomUtils, instead of stubbing in tests
mrmr1993
2017-10-29
Make file inputs work with filtered hints.
Stephen Blott
2017-10-29
Tidy up exports in vimium_frontend
mrmr1993
2017-10-29
Move findAndFollow* to mode_normal.coffee
mrmr1993
2017-10-29
Move FocusSelector to mode_normal.coffee
mrmr1993
2017-10-29
Move selectFoundInputElement into mode_find
mrmr1993
2017-10-29
Move focusFoundLink into mode_find, don't expose it as global
mrmr1993
2017-10-28
Remove normal mode commands from global scope
mrmr1993
2017-10-28
Remove invokeCommandString, call NormalModeCommands directly
mrmr1993
2017-10-28
Bind LinkHints, Vomnibar and Marks commands appropriately
mrmr1993
2017-10-27
Move goPrevious and goNext to normal mode file
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
Move passNextKey to normal mode file
mrmr1993
2017-10-27
Move mainFrame and showHelp to normal mode file
mrmr1993
2017-10-27
Move normal mode find commands into normal mode file
mrmr1993
2017-10-27
Move findAndFocus into FindMode, rename to findNext
mrmr1993
2017-10-27
Move FindMode exit functions into FindMode
mrmr1993
2017-10-27
Move self-contained normal mode commands to normal mode file
mrmr1993
2017-10-27
Move NormalMode to its own content script
mrmr1993
2017-10-27
Fix #2738.
Stephen Blott
2017-10-25
FF: Only apply fix to bug 1408996 when appropriate
mrmr1993
2017-10-25
FF: Workaround bug 1408996 in focusInput's focus listener
mrmr1993
2017-10-25
FF: Share |root| global proxy, re-add the globals to window on DOMLoad
mrmr1993
2017-10-24
Add |hard| option to reload command
mrmr1993
2017-10-19
Recognise aria-role=tab elements as clickable
mrmr1993
2017-10-07
Tweak #2701 (hint characters for filtered hints).
Stephen Blott
2017-10-06
Allow using capital letters as link hint characters
Anton Strömkvist
2017-10-02
FF: Lazy load the Vomnibar for XML documents
mrmr1993
2017-09-14
Fix #2642.
Stephen Blott
2017-09-12
Use browser.runtime.getBrowserInfo to identify Firefox
mrmr1993
2017-08-18
Check whether events are trusted before executing listeners
mrmr1993
2017-05-17
Consume keyboard events for marks.
Stephen Blott
2017-05-08
Update linear gradient syntax to avoid deprecation
Jesper Nellemann Jakobsen
2017-04-24
Make Mode::exit idempotent
mrmr1993
2017-04-22
Fix global marks.
Stephen Blott
2017-04-22
Refactor getSelectionType() to DOM utils.
Stephen Blott
2017-04-22
Revert "Firefox: Fix visual mode."
Stephen Blott
2017-04-21
Firefox: Fix visual mode.
Stephen Blott
2017-04-21
Fix tab for link-hint selection.
Stephen Blott
2017-04-20
Blur the focused iframe when restoring window focus
mrmr1993
2017-04-18
Fix <Shift> or <Ctrl> link-hint behaviour.
Stephen Blott
2017-04-18
Fix filtered link hints.
Stephen Blott
2017-04-18
Use event.code to detect/suppress keyup events.
Stephen Blott
2017-04-18
Continue bubbling unmapped events.
Stephen Blott
2017-04-18
Do not reset key state for modifiers.
Stephen Blott
2017-04-18
Avoid repeating Backspace and Delete keys.
Stephen Blott
2017-04-18
Remove use of keyCodes entirely.
Stephen Blott
[next]