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
/
completion.js
Age
Commit message (
Expand
)
Author
2012-05-05
Put content scripts and background scripts in separate directories, so the pu...
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
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
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
Shorten the declaration of the domain completer.
Phil Crosby
2012-04-29
reorder source
Phil Crosby
2012-04-29
remove unused function
Phil Crosby
2012-04-11
fix domain completion
Niklas Baumstark
2012-04-11
fix strange whitespace artefacts
Niklas Baumstark
2012-04-10
add domain completion a la Chrome omnibox
Niklas Baumstark
2012-04-10
small changes
Niklas Baumstark
2012-04-10
optimization
Niklas Baumstark
2012-04-10
move completion logic to background page
Niklas Baumstark
2012-04-10
add lazy evaluation at several places
Niklas Baumstark
2012-04-10
fix a bug in the filtering algo that causes caching not to happen
Niklas Baumstark
2012-04-10
rename "match" method to prevent confusion
Niklas Baumstark
2012-04-10
fix HTML tag stripping
Niklas Baumstark
2012-04-10
code cleanup + small bugfixes
Niklas Baumstark
2012-04-10
introduce a utils helper for prototype inheritance
Niklas Baumstark
2012-04-10
make refresh <F5> work as expected
Niklas Baumstark
2012-04-10
move query length threshold from UI to logic
Niklas Baumstark
2012-04-10
fix small bug
Niklas Baumstark
2012-04-10
more DRYing
Niklas Baumstark
2012-04-10
DRY up code
Niklas Baumstark
2012-04-10
improve comments and fix some naming style inconsistencies
Niklas Baumstark
2012-04-10
minor optimizations and code cleanup
Niklas Baumstark
[next]