aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/background_page.html b/background_page.html
index f760ea70..6476b474 100644
--- a/background_page.html
+++ b/background_page.html
@@ -61,12 +61,14 @@
';' : [ 'goto', '%s' ],
'?' : [ 'search', function(query) { return utils.createSearchUrl(query) } ],
}),
+ domain: new completion.DomainCompletionSource(),
bookmarks: new completion.FuzzyBookmarkCompletionSource(),
history: new completion.FuzzyHistoryCompletionSource(20000),
tabs: new completion.FuzzyTabCompletionSource(),
}
var completers = {
omni: new completion.MultiCompleter([
+ completionSources.domain,
completionSources.smart,
completionSources.bookmarks,
completionSources.history,