diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-08-06 06:11:17 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-08-06 06:11:17 -0400 |
commit | 82eb8109c9f7b40ee76c7dc8788a159511900fe6 (patch) | |
tree | 1f5502989af89eefe561659b8bd82c63d2346ab0 /toolkit/components/search/current/toolkitsearch.manifest | |
parent | 3d1043672c38f2ec4155520e1e46ad162d6092b6 (diff) | |
download | UXP-82eb8109c9f7b40ee76c7dc8788a159511900fe6.tar UXP-82eb8109c9f7b40ee76c7dc8788a159511900fe6.tar.gz UXP-82eb8109c9f7b40ee76c7dc8788a159511900fe6.tar.lz UXP-82eb8109c9f7b40ee76c7dc8788a159511900fe6.tar.xz UXP-82eb8109c9f7b40ee76c7dc8788a159511900fe6.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.manifest | 10 |
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 |