diff options
| author | Phil Crosby | 2012-05-05 18:00:29 -0700 |
|---|---|---|
| committer | Phil Crosby | 2012-05-05 18:32:14 -0700 |
| commit | 2b8cb98f92109c319e99ccb9106a0547b711ccd4 (patch) | |
| tree | 10a7a643bf5ef4481c72f50be8134eacb74e70df /lib | |
| parent | f42cf13daaa7ec39d2fbba905dcec9d4777af306 (diff) | |
| download | vimium-2b8cb98f92109c319e99ccb9106a0547b711ccd4.tar.bz2 | |
vomnibar -> vomnibox
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/completion.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/completion.js b/lib/completion.js index 268a33d8..b86d2933 100644 --- a/lib/completion.js +++ b/lib/completion.js @@ -1,14 +1,14 @@ /* - * This contains the definition of the completers used for the Vomnibar's suggestion UI. A complter will take - * a query (whatever the user typed into the Vomnibar) and return a list of matches, e.g. bookmarks, domains, + * This contains the definition of the completers used for the Vomnibox's suggestion UI. A complter will take + * a query (whatever the user typed into the Vomnibox) and return a list of matches, e.g. bookmarks, domains, * URLs from history. * - * The Vomnibar frontend script makes a "filterCompleter" request to the background page, which in turn calls + * The Vomnibox frontend script makes a "filterCompleter" request to the background page, which in turn calls * filter() on each these completers. * * A completer is a class which has two functions: * - refresh(): refreshes the completer's data source (e.g. refetches the list of bookmarks from Chrome). - * - filter(query, callback): "query" will be whatever the user typed into the Vomnibar. "callback" is a + * - filter(query, callback): "query" will be whatever the user typed into the Vomnibox. "callback" is a * function which will be invoked with a list of LazyCompletionResults as its first argument. * * A completer's filter() function returns a list of LazyCompletionResults. This contains a relevancy score |
