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-11-20
Inline installKeyboardBlocker
mrmr1993
2017-11-20
Tidy up multiple/redundant checks in LinkHints.activateLink
mrmr1993
2017-11-20
Use Rect.translate to create rects for addFlashRect
mrmr1993
2017-11-18
Merge pull request #2802 from mrmr1993/pr/link-hints-pass-non-printing-keys
Stephen Blott
2017-11-18
Note reason for this rather obscure line.
Stephen Blott
2017-11-18
Merge pull request #2800 from mrmr1993/ff-aggressively-restore-window-expando
Stephen Blott
2017-11-18
Make clear that element need not be provided here.
Stephen Blott
2017-11-18
Merge pull request #2801 from mrmr1993/pr/search-for-scrolling-element-from-body
Stephen Blott
2017-11-16
Use Mode::push to handle adding/removing a handler
mrmr1993
2017-11-14
Don't suppress default action for non-printing keys in link hints
mrmr1993
2017-11-14
Start searching for scrollable elements from <body> whenever possible
mrmr1993
2017-11-14
FF: Restore window expando on every event listener
mrmr1993
2017-11-12
Use tabIndex to provide the special focusInput behaviour in the options
mrmr1993
2017-11-12
Make focusInput visit inputs according to tabIndex order
mrmr1993
2017-11-09
Suppress keydown events for link hint characters
mrmr1993
2017-11-02
Compare with lower case strings when using toLowerCase
mrmr1993
2017-11-02
Replace all references to selection.type with our FF polyfill
mrmr1993
2017-11-02
FF: Don't use Selection.getRangeAt(0) when there are no ranges
mrmr1993
2017-11-02
Merge pull request #2762 from mrmr1993/gmail-roles
Stephen Blott
2017-11-02
Add some roles used by GMail to link hints, reduce no. of comparisons
mrmr1993
2017-11-02
Remove the right listener from hashchange
mrmr1993
2017-11-01
Use Rect.intersects instead of Rect.intersectsStrict
mrmr1993
2017-11-01
Rename Rect.rectOverlaps to Rect.intersectsStrict, clarify the comment
mrmr1993
2017-10-29
Remove unused code
mrmr1993
2017-10-29
Let handlerStack call consumeKeyup rather than calling it explicitly
mrmr1993
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
[next]