summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/orginal
Commit message (Collapse)AuthorAgeLines
* Sort out search serviceMatt A. Tobin2019-04-23-5293/+0
| | | | The ESR52 implementation is now Basilisk specific and the older implementation is the shared toolkit one
* Remove geoip lookup for search engine defaults. Tag #245.Ascrod2019-04-20-411/+8
|
* Pref try/catch block fixup. Tag #991.Ascrod2019-04-13-5/+8
|
* Issue #991 Part 7: Toolkit ComponentsAscrod2019-04-13-28/+10
|
* Remove obsolete getPref helpers.Ascrod2019-03-24-19/+7
|
* Add performance warnings to Deprecated module.wolfbeast2018-12-24-3/+3
| | | | | | | | | | | Adds a dedicated handler for performance warnings to be logged to consoles if known performance-impacting methods are called. Search service init is changed from a deprecation warning to a performance warning for synchronous init. This also re-enables the warning for the Basilisk & Co. search service initialization which was previously removed in [a930a79] See also the discussion on #916.
* fix mozilla regression in search service (saving user-defined search engines)Ketmar Dark2018-09-10-5/+18
| | | | | | this restores some API that is used by search engine management extensions, and tells "browser-search-engine-modified"/"engine-changed" signal to save user-defined search engines to "%PROFILE%/searchplugins", as it did in Good Old Times.
* Write out serialized search engine files when rebuilding cache.wolfbeast2018-09-05-0/+5
| | | | | This makes sure that any in-browser edits of search engines (searchplugins) are made permanent on disk. Ref: https://forum.palemoon.org/viewtopic.php?f=13&t=20296 (Ketmar)
* Fix include pathMatt A. Tobin2018-08-06-1/+1
|
* Add a slightly modified version of the gecko/44 search service and use it ↵Matt A. Tobin2018-08-06-0/+5705
when building Pale Moon