summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search
Commit message (Collapse)AuthorAgeLines
* Issue #1053 - Remove android support from toolkitMatt A. Tobin2020-04-14-33/+0
| | | | Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
* Issue #1134: Reinstate postDataString for about:home searches.wolfbeast2019-08-10-2/+8
|
* Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵Matt A. Tobin2019-04-23-9/+1
| | | | MOZ_FENNEC
* Sort out search serviceMatt A. Tobin2019-04-23-5113/+17
| | | | The ESR52 implementation is now Basilisk specific and the older implementation is the shared toolkit one
* Remove tests from search serviceMatt A. Tobin2019-04-23-5262/+0
|
* Remove browser.search.region usage. Tag #245.Ascrod2019-04-20-8/+1
|
* Remove geoip lookup for search engine defaults. Tag #245.Ascrod2019-04-20-833/+13
|
* Pref try/catch block fixup. Tag #991.Ascrod2019-04-13-10/+16
|
* Issue #991 Part 7: Toolkit ComponentsAscrod2019-04-13-56/+20
|
* Remove obsolete getPref helpers.Ascrod2019-03-24-38/+14
|
* Add performance warnings to Deprecated module.wolfbeast2018-12-24-3/+12
| | | | | | | | | | | 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.
* Only opt-in to esr52 search service for select applicationsMatt A. Tobin2018-09-28-3/+3
|
* 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)
* Remove TelemetryStopwatch call sites from toolkit components.wolfbeast2018-08-20-6/+0
| | | | Tag #21
* 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-3/+5709
| | | | when building Pale Moon
* Move the "native" search service to a subdirectoryMatt A. Tobin2018-08-06-24/+33
|
* Un-depercate synchronous search initializationMatt A. Tobin2018-05-01-9/+0
|
* Bump max icon size for search engine icons to 32 KB to cater to more common ↵wolfbeast2018-03-13-1/+1
| | | | use of HiDPI icons.
* Correct toolkit search component moz.buildMatt A. Tobin2018-03-02-2/+5
|
* Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵Matt A. Tobin2018-03-01-8/+8
| | | | places
* Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APPMatt A. Tobin2018-02-03-1/+1
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+10793