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
Age
Commit message (
Expand
)
Author
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-20
Move focusInput into the global scope.
Jez Ng
2012-06-20
Fix variable name mismatch.
Jez Ng
2012-06-17
Fix a regression where link hint chars were passed through to the underlying ...
Phil Crosby
2012-06-17
Use the browser's built-in bind() instead of our proxy()
Phil Crosby
2012-06-13
Fix the cake build target
Phil Crosby
2012-06-12
Update the install instructions to include building from coffeescript
Phil Crosby
2012-06-12
Port vomnibar.js to coffeescript
Phil Crosby
2012-06-12
Remove semicolon
Phil Crosby
2012-06-12
Upcase the vomnibar command name.
Phil Crosby
2012-06-12
Add a target to clean compiled js
Phil Crosby
2012-06-12
Port vimium_frontend.js to coffeescript. This file still needs a ton of cleanup.
Phil Crosby
2012-06-12
Add a global extend function
Phil Crosby
2012-06-12
Port link_hints.js to coffeescript
Phil Crosby
2012-06-12
Uppercase linkhints. This will break a few people's bindings.
Phil Crosby
2012-06-12
Port utils.js to coffeescript
Phil Crosby
2012-06-12
Uppercase utils -> Utils
Phil Crosby
2012-06-12
Recognize shifted-keystrokes in link hints.
Phil Crosby
2012-06-12
Port keyboard_utils.js to coffeescript
Phil Crosby
2012-06-12
port dom_utils.js to coffeescript
Phil Crosby
2012-06-12
port clipboard.js to coffeescript
Phil Crosby
2012-06-12
Port settings.js to coffeescript
Phil Crosby
2012-06-12
Port commands.js to coffeescript
Phil Crosby
2012-06-10
Ignore the utils test file
Phil Crosby
2012-06-10
Add a target to build the coffeescript
Phil Crosby
2012-06-10
Make it so URLs don't span multiple lines in the vomnibar. They're pretty noisy
Phil Crosby
2012-06-10
Add a few comments and eliminate an unnecessary parameter.
Phil Crosby
2012-06-10
Move the tests for utils.convertToUrl into coffeescript
Phil Crosby
2012-06-10
Run all tests from within the Cakefile. Not sure why I used a subprocess before.
Phil Crosby
2012-06-10
readme tweak
Phil Crosby
2012-06-10
Add notes about coffeescript to the readme
Phil Crosby
2012-06-10
Mention the vomnibar in the release notes.
Phil Crosby
2012-06-10
Ignore the compiled js files. We'll move these into a separate directory soon.
Phil Crosby
2012-06-10
hide relevancy. It's a debug option.
Phil Crosby
2012-06-10
Perform a google search if they hit enter with no selection.
Phil Crosby
2012-06-10
Show results immediately when you hit Shift+O (vomnibar with current URL).
Phil Crosby
2012-06-10
Complete tabs in the omnibar.
Phil Crosby
2012-06-10
Ensure matches are case insensitive, and cache regexp's so they're not create...
Phil Crosby
2012-06-10
Trim the vomnibar query
Phil Crosby
2012-06-10
Only allow one query to run at a time
Phil Crosby
2012-06-10
Update the timestamps of cached history entries when a new site is visited.
Phil Crosby
2012-06-10
Monitor newly visited pages and update the list of domains for completions.
Phil Crosby
2012-06-04
Don't use a closure for the onPageVisited handler.
Phil Crosby
2012-06-03
Fix a highlighting bug where we overlapping query terms would corrupt the html
Phil Crosby
2012-06-03
Add a domain completer
Phil Crosby
2012-06-03
Make title in suggestions optional (domain suggestions may not have a title)
Phil Crosby
2012-06-03
Make computing the recency score of an item into RankingUtils.
Phil Crosby
2012-06-03
Rank results in the correct order.
Phil Crosby
2012-06-03
Fix a naive term highlighting function to handle multiple words correctly.
Phil Crosby
[next]