mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Sort out search service
The ESR52 implementation is now Basilisk specific and the older implementation is the shared toolkit one
This commit is contained in:
parent
0142cf25ab
commit
85045bf6be
17 changed files with 28 additions and 50 deletions
10
toolkit/components/search/toolkitsearch.manifest
Normal file
10
toolkit/components/search/toolkitsearch.manifest
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue