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
/
background_scripts
Age
Commit message (
Expand
)
Author
2012-06-17
Use the browser's built-in bind() instead of our proxy()
Phil Crosby
2012-06-12
Upcase the vomnibar command name.
Phil Crosby
2012-06-12
Uppercase linkhints. This will break a few people's bindings.
Phil Crosby
2012-06-12
Uppercase utils -> Utils
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
Add a few comments and eliminate an unnecessary parameter.
Phil Crosby
2012-06-10
hide relevancy. It's a debug option.
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
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
2012-06-03
Show relevancy in the ui for debugging search ranking
Phil Crosby
2012-06-03
Implement ranking, and use recency when ranking history entries
Phil Crosby
2012-06-03
Remove "action" from Suggestion. That level of genercism isn't needed atm.
Phil Crosby
2012-06-03
A WIP rewrite of completion in the vomnibar.
Phil Crosby
2012-06-02
Remove completion.js to make way for the coffeescript implementation
Phil Crosby
2012-05-26
Don't render fuzzy matches less than 3 characters in the ui
Phil Crosby
2012-05-26
Ignore any matches between the query and the target which are 2 characters ar...
Phil Crosby
2012-05-26
Hide results below a certain relevancy threshold.
Phil Crosby
2012-05-26
Add a developer flag to render the relevancy scores of the vomnibox
Phil Crosby
2012-05-26
Don't show a trailing slash in vomnibar history results. It makes the display...
Phil Crosby
2012-05-26
Restyle the vomnibar to be more chrome-like (at least on OSX). Feedback welcome.
Phil Crosby
2012-05-23
Fix #539: 'F' (Open a link in a new tab) no longer works
Phil Crosby
2012-05-05
Put content scripts and background scripts in separate directories, so the pu...
Phil Crosby