aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/link_hints.coffee
AgeCommit message (Collapse)Author
2012-08-20More refactoring-cleanup.Jez Ng
* vimium_frontend now has a pretty decent set of exports * Generic linkHints code has been moved to DomUtils, so future features can reuse the code.
2012-08-09Fix regression in shuffleHints()guns
Index variable `i` accidentally undeclared in `for in` loop cf. ed21d9b1abe42c1556f27390476302a1393dedb8
2012-08-04Refactor link hints to be more functional.Jez Ng
This paves the way for the hints code to be reused in other modes.
2012-08-04linkHintCss should be accessed via settings. Closes #605.Jez Ng
2012-07-07Put hints mode under a lock.Jez Ng
This avoids problems when the user does something like `2f`.
2012-07-06Use more Coffeescript idioms.Jez Ng
2012-06-17Fix a regression where link hint chars were passed through to the underlying ↵Phil Crosby
page.
2012-06-12Port link_hints.js to coffeescriptPhil Crosby