aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-05-05Support ctrl+n and ctrl+p in the vomnibox. Works on mac, needs to be tested o...Phil Crosby
2012-05-05Split out the actionFromKey logic on onKeydown is a little easier to follow.Phil Crosby
2012-05-05Have "O" activate teh vomnibox with the current URL. Completes #521.Phil Crosby
2012-05-05Fix a regression I introduced where we weren't using a refresh interval for t...Phil Crosby
2012-05-05The completion actions make more sense grouped together.Phil Crosby
2012-05-05Use class.extend for fuzzyboxPhil Crosby
2012-05-05Use proxy instead of selfPhil Crosby
2012-05-05Get rid of the inheritance features of Class.extend, since we don't need them...Phil Crosby
2012-05-05Name everything "completor". There's very little different between completors...Phil Crosby
2012-05-05Explain what the smart completor is.Phil Crosby
2012-05-05Bring clarity to what "createInternalMatch" is doing...Phil Crosby
2012-05-05vomnibar -> vomniboxPhil Crosby
2012-05-05move the async completer next to the classes which use it.Phil Crosby
2012-05-05Add overview documentation to explain the completion workflow.Phil Crosby
2012-05-05Rename func => functionNamePhil Crosby
2012-05-05Rename createActionOpenUrl => navigateToUrlPhil Crosby
2012-05-05Make createActionOpenUrl be a simple function.Phil Crosby
2012-05-05Simplify the strange contract of createActionOpenUrlPhil Crosby
2012-05-05Move createActionOpenUrl and company to the frontend page. Stop requiring com...Phil Crosby
2012-05-05Move backgroundCompleter into fuzzymode.jsPhil Crosby
2012-05-05fix indentationPhil Crosby
2012-05-05Shorten name of asyncCompletionSourcePhil Crosby
2012-05-05Shorten MultiCompleterPhil Crosby
2012-05-05shorten the definition of BackgroundCompleterPhil Crosby
2012-05-05less inheritencePhil Crosby
2012-05-05Favor composition over inheritencePhil Crosby
2012-05-05Favor composition over inheritence. Much easier to follow.Phil Crosby
2012-05-05Make the bookmark flattening iterative; return the bookmarks instead of modif...Phil Crosby
2012-05-05Shorten FuzzyTabCompletionSourcePhil Crosby
2012-05-05shorten FuzzyHistoryCompletionSourcePhil Crosby
2012-05-05Use proxy, and make the bookmark refresh more readablePhil Crosby
2012-05-05Clean up FuzzyBookmarkCompletionSource class definitionPhil Crosby
2012-05-05use proxy instead of selfPhil Crosby
2012-05-05Shorten the declaration of async completer.Phil Crosby
2012-04-30Add Function.proxy.Phil Crosby
2012-04-30Rename matcher to regexp; matcher is overloaded and confusing.Phil Crosby
2012-04-30shorten the declaration of SmartCompletionSourcePhil Crosby
2012-04-29Add comments to explain what's going on.Phil Crosby
2012-04-29use consistent quotesPhil Crosby
2012-04-29Shorten the declaration of the domain completer.Phil Crosby
2012-04-29Introduce a way to group code into classes.Phil Crosby
2012-04-29Use keycodes objectPhil Crosby
2012-04-29Rename reverseAction and alternative to simply "open in new tab".Phil Crosby
2012-04-29reorder sourcePhil Crosby
2012-04-29remove unused functionPhil Crosby
2012-04-29Remove the venerable bookmarks implementation which is now superceded by the ...Phil Crosby
2012-04-29whitespacePhil Crosby
2012-04-29Merge pull request #524 from Knorkebrot/masterPhil Crosby
2012-04-28blur input then hiding fuzzyModeBjörn
2012-04-27Add Knorkebrot to CREDITS, and re-alphabetize the list.Jez Ng