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.js
Age
Commit message (
Expand
)
Author
2012-06-12
Port utils.js to coffeescript
Phil Crosby
2012-06-10
Perform a google search if they hit enter with no selection.
Phil Crosby
2012-05-29
make utils.js work in a commonjs format.
Phil Crosby
2012-05-29
Use a less wasteful escapeHtml function
Phil Crosby
2012-05-29
Have Function.curry take varargs instead of an array.
Phil Crosby
2012-05-05
Get rid of the inheritance features of Class.extend, since we don't need them...
Phil Crosby
2012-05-05
Make createActionOpenUrl be a simple function.
Phil Crosby
2012-05-05
Clean up FuzzyBookmarkCompletionSource class definition
Phil Crosby
2012-05-05
use proxy instead of self
Phil Crosby
2012-04-30
Add Function.proxy.
Phil Crosby
2012-04-29
Introduce a way to group code into classes.
Phil Crosby
2012-04-10
introduce a utils helper for prototype inheritance
Niklas Baumstark
2012-04-10
add HTML helpers
Niklas Baumstark
2012-04-10
fix search URL building
Niklas Baumstark
2012-04-10
remove trimming from isUrl
Niklas Baumstark
2012-04-10
make failing test pass again :)
Niklas Baumstark
2012-04-10
add fuzzy mode
Niklas Baumstark
2012-01-26
Add migration code for old localStorage values.
Jez Ng
2012-01-26
Factor out common DOM functions.
Jez Ng
2012-01-22
Treat navigation queries starting with slashes as file URIs.
Jez Ng
2012-01-17
Add niklasb to CREDITS, and make a minor style edit.
Jez Ng
2012-01-17
improve URL detection
Niklas Baumstark
2012-01-15
Handle pasted URLs intelligently.
Jez Ng
2012-01-15
Scroll the body element if last activated node is not visible.
Jez Ng
2012-01-09
Make focusInput detect textareas as well, and refactor the XPath code.
Jez Ng
2011-01-31
Remove util functions that the refactor has rendered unnecessary
jez
2011-01-04
Factor out invokeCommandString.
jez
2011-01-04
Comments and renaming.
jez
2011-01-03
Revise how the linkHints object is generated. Add lib/utils.js.
jez