summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/toolkitsearch.manifest
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-04-23 14:44:40 -0400
committerMatt A. Tobin <email@mattatobin.com>2019-04-23 14:44:40 -0400
commit63295d0087eb58a6eb34cad324c4c53d1b220491 (patch)
treebf5471c5eb5ac35cd81659a903bc33c3259136cb /toolkit/components/search/toolkitsearch.manifest
parent0c84220a4f93a3e4f48d8d183aa0f5d8b15eb7ab (diff)
downloadUXP-63295d0087eb58a6eb34cad324c4c53d1b220491.tar
UXP-63295d0087eb58a6eb34cad324c4c53d1b220491.tar.gz
UXP-63295d0087eb58a6eb34cad324c4c53d1b220491.tar.lz
UXP-63295d0087eb58a6eb34cad324c4c53d1b220491.tar.xz
UXP-63295d0087eb58a6eb34cad324c4c53d1b220491.zip
Sort out search service
The ESR52 implementation is now Basilisk specific and the older implementation is the shared toolkit one
Diffstat (limited to 'toolkit/components/search/toolkitsearch.manifest')
-rw-r--r--toolkit/components/search/toolkitsearch.manifest10
1 files changed, 10 insertions, 0 deletions
diff --git a/toolkit/components/search/toolkitsearch.manifest b/toolkit/components/search/toolkitsearch.manifest
new file mode 100644
index 000000000..b7c55da0e
--- /dev/null
+++ b/toolkit/components/search/toolkitsearch.manifest
@@ -0,0 +1,10 @@
+component {7319788a-fe93-4db3-9f39-818cf08f4256} nsSearchService.js process=main
+contract @mozilla.org/browser/search-service;1 {7319788a-fe93-4db3-9f39-818cf08f4256} process=main
+# 21600 == 6 hours
+category update-timer nsSearchService @mozilla.org/browser/search-service;1,getService,search-engine-update-timer,browser.search.update.interval,21600
+component {aa892eb4-ffbf-477d-9f9a-06c995ae9f27} nsSearchSuggestions.js
+contract @mozilla.org/autocomplete/search;1?name=search-autocomplete {aa892eb4-ffbf-477d-9f9a-06c995ae9f27}
+#ifdef HAVE_SIDEBAR
+component {22117140-9c6e-11d3-aaf1-00805f8a4905} nsSidebar.js
+contract @mozilla.org/sidebar;1 {22117140-9c6e-11d3-aaf1-00805f8a4905}
+#endif