aboutsummaryrefslogtreecommitdiffstats
path: root/lib/completion.js
AgeCommit message (Expand)Author
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
2012-04-10fix bad EnglishNiklas Baumstark
2012-04-10raise regex threshold to query length 15Niklas Baumstark
2012-04-10fall back to regex matching for long queriesNiklas Baumstark
2012-04-10fix ranking algorithmNiklas Baumstark
2012-04-10fix bug in query normalizationNiklas Baumstark
2012-04-10use background page to open URLsNiklas Baumstark
2012-04-10prefer marking continguous charactersNiklas Baumstark
2012-04-10improve string rankingNiklas Baumstark
2012-04-10add tab completion supportNiklas Baumstark
2012-04-10fix relevancy heuristicNiklas Baumstark
2012-04-10move some logic from background to content pageNiklas Baumstark
2012-04-10improve relevancy calculationNiklas Baumstark
2012-04-10underscore is not a word character in our contextNiklas Baumstark
2012-04-10document the HTML matching algorithm betterNiklas Baumstark
2012-04-10allow custom functions as commands, add example in form of forced web searchNiklas Baumstark
2012-04-10allow fuzzy completion of HTML-decorated content and implement this for histo...Niklas Baumstark
2012-04-10fix some issues with asynchronous filtering and refreshingNiklas Baumstark
2012-04-10add possibility to use custom search engines and use "wiki ", "cc ", and ";" ...Niklas Baumstark
2012-04-10remove trimming from isUrlNiklas Baumstark
2012-04-10add fuzzy modeNiklas Baumstark