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-05-05
Support ctrl+n and ctrl+p in the vomnibox. Works on mac, needs to be tested o...
Phil Crosby
2012-05-05
Split out the actionFromKey logic on onKeydown is a little easier to follow.
Phil Crosby
2012-05-05
Have "O" activate teh vomnibox with the current URL. Completes #521.
Phil Crosby
2012-05-05
Fix a regression I introduced where we weren't using a refresh interval for t...
Phil Crosby
2012-05-05
The completion actions make more sense grouped together.
Phil Crosby
2012-05-05
Use class.extend for fuzzybox
Phil Crosby
2012-05-05
Use proxy instead of self
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
Name everything "completor". There's very little different between completors...
Phil Crosby
2012-05-05
Explain what the smart completor is.
Phil Crosby
2012-05-05
Bring clarity to what "createInternalMatch" is doing...
Phil Crosby
2012-05-05
vomnibar -> vomnibox
Phil Crosby
2012-05-05
move the async completer next to the classes which use it.
Phil Crosby
2012-05-05
Add overview documentation to explain the completion workflow.
Phil Crosby
2012-05-05
Rename func => functionName
Phil Crosby
2012-05-05
Rename createActionOpenUrl => navigateToUrl
Phil Crosby
2012-05-05
Make createActionOpenUrl be a simple function.
Phil Crosby
2012-05-05
Simplify the strange contract of createActionOpenUrl
Phil Crosby
2012-05-05
Move createActionOpenUrl and company to the frontend page. Stop requiring com...
Phil Crosby
2012-05-05
Move backgroundCompleter into fuzzymode.js
Phil Crosby
2012-05-05
fix indentation
Phil Crosby
2012-05-05
Shorten name of asyncCompletionSource
Phil Crosby
2012-05-05
Shorten MultiCompleter
Phil Crosby
2012-05-05
shorten the definition of BackgroundCompleter
Phil Crosby
2012-05-05
less inheritence
Phil Crosby
2012-05-05
Favor composition over inheritence
Phil Crosby
2012-05-05
Favor composition over inheritence. Much easier to follow.
Phil Crosby
2012-05-05
Make the bookmark flattening iterative; return the bookmarks instead of modif...
Phil Crosby
2012-05-05
Shorten FuzzyTabCompletionSource
Phil Crosby
2012-05-05
shorten FuzzyHistoryCompletionSource
Phil Crosby
2012-05-05
Use proxy, and make the bookmark refresh more readable
Phil Crosby
2012-05-05
Clean up FuzzyBookmarkCompletionSource class definition
Phil Crosby
2012-05-05
use proxy instead of self
Phil Crosby
2012-05-05
Shorten the declaration of async completer.
Phil Crosby
2012-04-30
Add Function.proxy.
Phil Crosby
2012-04-30
Rename matcher to regexp; matcher is overloaded and confusing.
Phil Crosby
2012-04-30
shorten the declaration of SmartCompletionSource
Phil Crosby
2012-04-29
Add comments to explain what's going on.
Phil Crosby
2012-04-29
use consistent quotes
Phil Crosby
2012-04-29
Shorten the declaration of the domain completer.
Phil Crosby
2012-04-29
Introduce a way to group code into classes.
Phil Crosby
2012-04-29
Use keycodes object
Phil Crosby
2012-04-29
Rename reverseAction and alternative to simply "open in new tab".
Phil Crosby
2012-04-29
reorder source
Phil Crosby
2012-04-29
remove unused function
Phil Crosby
2012-04-29
Remove the venerable bookmarks implementation which is now superceded by the ...
Phil Crosby
2012-04-29
whitespace
Phil Crosby
2012-04-29
Merge pull request #524 from Knorkebrot/master
Phil Crosby
2012-04-28
blur input then hiding fuzzyMode
Björn
2012-04-27
Add Knorkebrot to CREDITS, and re-alphabetize the list.
Jez Ng
[next]