summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/current/toolkitsearch.manifest
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-08-06 06:11:17 -0400
committerwolfbeast <mcwerewolf@gmail.com>2018-08-06 18:01:49 +0200
commit95ce1f0d63530225c2166655e7ae0718768a883f (patch)
tree5890e490aa693a5d069217bd3832a4f561195ff3 /toolkit/components/search/current/toolkitsearch.manifest
parent4dadef27404d6c5c992fd7a8ccf4164c13712e29 (diff)
downloadUXP-95ce1f0d63530225c2166655e7ae0718768a883f.tar
UXP-95ce1f0d63530225c2166655e7ae0718768a883f.tar.gz
UXP-95ce1f0d63530225c2166655e7ae0718768a883f.tar.lz
UXP-95ce1f0d63530225c2166655e7ae0718768a883f.tar.xz
UXP-95ce1f0d63530225c2166655e7ae0718768a883f.zip
Move the "native" search service to a subdirectory
Diffstat (limited to 'toolkit/components/search/current/toolkitsearch.manifest')
-rw-r--r--toolkit/components/search/current/toolkitsearch.manifest10
1 files changed, 10 insertions, 0 deletions
diff --git a/toolkit/components/search/current/toolkitsearch.manifest b/toolkit/components/search/current/toolkitsearch.manifest
new file mode 100644
index 000000000..b7c55da0e
--- /dev/null
+++ b/toolkit/components/search/current/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