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
/
link_hints.coffee
Age
Commit message (
Expand
)
Author
2014-04-30
Merge remote-tracking branch 'mrmr1993/openLinkInFGTab'
Phil Crosby
2014-04-25
Make a function more clearly a function
Phil Crosby
2014-04-25
Merge pull request #1040 from mrmr1993/noCacheLHFilterType
Phil Crosby
2014-04-25
Query filterLinkHints setting every time, not just page load
mrmr1993
2014-04-25
Fix Open Link in Current Tab command
mrmr1993
2014-04-25
Remove unnecessary checks for ctrl, shift keys in LinkHints
mrmr1993
2014-04-25
Change description and names in LinkHints for clarity
mrmr1993
2014-04-25
Remove the link hint activation delay
Phil Crosby
2014-04-23
Prevent passing through <ctrl> in LinkHints
mrmr1993
2014-04-23
Allow tap to toggle LinkHints mode, remove nonfiring code
mrmr1993
2014-04-23
Fix typo
mrmr1993
2014-04-23
Add openlinks in foreground mode and fix #1035
mrmr1993
2014-04-23
Merge pull request #838 from sainaen/fix_handlerStack
Phil Crosby
2013-09-12
Changed deprecated chrome.extension on chrome.runtime in all files and fix tests
Maksim Ryzhikov
2013-05-12
Fix error with handlerStack in link_hints content script
sainaen
2013-05-06
Replace all deprecated sendRequest() calls with new sendMessage()
sainaen
2013-03-06
Shorten names.
Jez Ng
2013-02-17
Implemented opening links in Incognito
Timo Sand
2013-02-17
Trying to add incognito window opening
Timo Sand
2012-12-18
Fix #464 - Support placeholder attribute for inputs in find mode
mike
2012-12-09
Don't close link hints when shift is pressed
Christopher Manning
2012-10-29
Make the numbers used in the filtered link hints configurable.
Jez Ng
2012-10-24
Use insertCSS() API instead of manually created style element.
Jez Ng
2012-10-23
Store all 4 hints-mode states in 1 state variable.
Jez Ng
2012-10-23
Avoid spurious HUD after shift-toggling tab opening behavior.
Jez Ng
2012-10-20
Deactivate alphabetical hints mode if keypress is not a hint char.
Jez Ng
2012-10-20
Refactor handlerStack. Closes #657.
Jez Ng
2012-09-09
More lint fixes.
Jez Ng
2012-09-04
Style fixes.
Jez Ng
2012-09-03
Make hints tests pass again.
Jez Ng
2012-08-20
More refactoring-cleanup.
Jez Ng
2012-08-09
Fix regression in shuffleHints()
guns
2012-08-04
Refactor link hints to be more functional.
Jez Ng
2012-08-04
linkHintCss should be accessed via settings. Closes #605.
Jez Ng
2012-07-07
Put hints mode under a lock.
Jez Ng
2012-07-06
Use more Coffeescript idioms.
Jez Ng
2012-06-17
Fix a regression where link hint chars were passed through to the underlying ...
Phil Crosby
2012-06-12
Port link_hints.js to coffeescript
Phil Crosby