aboutsummaryrefslogtreecommitdiffstats
path: root/lib/completion.js
AgeCommit message (Expand)Author
2012-05-05Put content scripts and background scripts in separate directories, so the pu...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-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-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-29Shorten the declaration of the domain completer.Phil Crosby
2012-04-29reorder sourcePhil Crosby
2012-04-29remove unused functionPhil Crosby
2012-04-11fix domain completionNiklas Baumstark
2012-04-11fix strange whitespace artefactsNiklas Baumstark
2012-04-10add domain completion a la Chrome omniboxNiklas Baumstark
2012-04-10small changesNiklas Baumstark
2012-04-10optimizationNiklas Baumstark
2012-04-10move completion logic to background pageNiklas Baumstark
2012-04-10add lazy evaluation at several placesNiklas Baumstark
2012-04-10fix a bug in the filtering algo that causes caching not to happenNiklas Baumstark
2012-04-10rename "match" method to prevent confusionNiklas Baumstark
2012-04-10fix HTML tag strippingNiklas Baumstark
2012-04-10code cleanup + small bugfixesNiklas Baumstark
2012-04-10introduce a utils helper for prototype inheritanceNiklas Baumstark
2012-04-10make refresh <F5> work as expectedNiklas Baumstark
2012-04-10move query length threshold from UI to logicNiklas Baumstark
2012-04-10fix small bugNiklas Baumstark
2012-04-10more DRYingNiklas Baumstark
2012-04-10DRY up codeNiklas Baumstark
2012-04-10improve comments and fix some naming style inconsistenciesNiklas Baumstark
2012-04-10minor optimizations and code cleanupNiklas Baumstark