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
/
lib
/
utils.coffee
Age
Commit message (
Collapse
)
Author
2012-10-23
Revert previous change whereby "+" characters inserted between search
Stephen Blott
terms are not URLencoded.
2012-10-23
Code cleanup, as requested by in3/Jez Ng here:
Stephen Blott
- https://github.com/philc/vimium/pull/682.
2012-10-21
Configurable vomnibox default/fallback search engine.
Stephen Blott
2012-09-06
Touching up.
Jez Ng
2012-09-06
Remove unused Class
Johan Liesén
2012-09-06
Move instant tests to the top of the function: return early if possible
Johan Liesén
2012-09-06
Lay out long TLDs on one line
Johan Liesén
2012-09-06
Align regex comments on the same line as the expression
Johan Liesén
2012-09-05
Tidy up if-statement
Johan Liesén
2012-09-05
Wrap lines at 110 chars
Johan Liesén
2012-09-04
More idiomatic CoffeeScript
Johan Liesén
2012-09-04
More idiomatic CoffeeScript for Utils.isUrl
Johan Liesén
2012-06-20
Refactor prefix recognition, add about: prefix as well.
Jez Ng
2012-06-20
Teach URL canonicalizer about 'view-source:' prefix.
Jez Ng
2012-06-17
Use the browser's built-in bind() instead of our proxy()
Phil Crosby
2012-06-12
Add a global extend function
Phil Crosby
2012-06-12
Port utils.js to coffeescript
Phil Crosby