summaryrefslogtreecommitdiff
path: root/toolkit/components/search
Commit message (Collapse)AuthorAge
* Increase MAX_ICON_SIZE to account for more common use of HiDPI icons.Moonchild2022-04-01
| | | | | This change was unintentionally reverted when importing gecko/44 search service code.
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue #1053 - Remove android support from toolkitMatt A. Tobin2020-02-25
| | | | 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
|
* Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵Matt A. Tobin2019-04-23
| | | | MOZ_FENNEC
* Sort out search serviceMatt A. Tobin2019-04-23
| | | | 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
|
* Remove browser.search.region usage. Tag #245.Ascrod2019-04-20
|
* Remove geoip lookup for search engine defaults. Tag #245.Ascrod2019-04-20
|
* Pref try/catch block fixup. Tag #991.Ascrod2019-04-13
|
* Issue #991 Part 7: Toolkit ComponentsAscrod2019-04-13
|
* Remove obsolete getPref helpers.Ascrod2019-03-24
|
* Add performance warnings to Deprecated module.wolfbeast2018-12-24
| | | | | | | | | | | 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
|
* fix mozilla regression in search service (saving user-defined search engines)Ketmar Dark2018-09-10
| | | | | | 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
| | | | | 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
| | | | Tag #21
* Fix include pathMatt A. Tobin2018-08-06
|
* Add a slightly modified version of the gecko/44 search service and use it ↵Matt A. Tobin2018-08-06
| | | | when building Pale Moon
* Move the "native" search service to a subdirectoryMatt A. Tobin2018-08-06
|
* Un-depercate synchronous search initializationMatt A. Tobin2018-05-01
|
* Bump max icon size for search engine icons to 32 KB to cater to more common ↵wolfbeast2018-03-13
| | | | use of HiDPI icons.
* Correct toolkit search component moz.buildMatt A. Tobin2018-03-02
|
* Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵Matt A. Tobin2018-03-01
| | | | places
* Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APPMatt A. Tobin2018-02-03
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02