diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-08-06 06:11:17 -0400 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-08-06 18:01:49 +0200 |
commit | 95ce1f0d63530225c2166655e7ae0718768a883f (patch) | |
tree | 5890e490aa693a5d069217bd3832a4f561195ff3 /toolkit/components/search/current/toolkitsearch.manifest | |
parent | 4dadef27404d6c5c992fd7a8ccf4164c13712e29 (diff) | |
download | UXP-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.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 |