Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Increase MAX_ICON_SIZE to account for more common use of HiDPI icons. | Moonchild | 2022-04-01 |
| | | | | | This change was unintentionally reverted when importing gecko/44 search service code. | ||
* | Issue #1656 - Part 6: Clean up the build files | Moonchild | 2020-09-23 |
| | |||
* | Issue #1053 - Remove android support from toolkit | Matt A. Tobin | 2020-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. | wolfbeast | 2019-08-10 |
| | |||
* | Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵ | Matt A. Tobin | 2019-04-23 |
| | | | | MOZ_FENNEC | ||
* | Sort out search service | Matt A. Tobin | 2019-04-23 |
| | | | | The ESR52 implementation is now Basilisk specific and the older implementation is the shared toolkit one | ||
* | Remove tests from search service | Matt A. Tobin | 2019-04-23 |
| | |||
* | Remove browser.search.region usage. Tag #245. | Ascrod | 2019-04-20 |
| | |||
* | Remove geoip lookup for search engine defaults. Tag #245. | Ascrod | 2019-04-20 |
| | |||
* | Pref try/catch block fixup. Tag #991. | Ascrod | 2019-04-13 |
| | |||
* | Issue #991 Part 7: Toolkit Components | Ascrod | 2019-04-13 |
| | |||
* | Remove obsolete getPref helpers. | Ascrod | 2019-03-24 |
| | |||
* | Add performance warnings to Deprecated module. | wolfbeast | 2018-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 applications | Matt A. Tobin | 2018-09-28 |
| | |||
* | fix mozilla regression in search service (saving user-defined search engines) | Ketmar Dark | 2018-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. | wolfbeast | 2018-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. | wolfbeast | 2018-08-20 |
| | | | | Tag #21 | ||
* | Fix include path | Matt A. Tobin | 2018-08-06 |
| | |||
* | Add a slightly modified version of the gecko/44 search service and use it ↵ | Matt A. Tobin | 2018-08-06 |
| | | | | when building Pale Moon | ||
* | Move the "native" search service to a subdirectory | Matt A. Tobin | 2018-08-06 |
| | |||
* | Un-depercate synchronous search initialization | Matt A. Tobin | 2018-05-01 |
| | |||
* | Bump max icon size for search engine icons to 32 KB to cater to more common ↵ | wolfbeast | 2018-03-13 |
| | | | | use of HiDPI icons. | ||
* | Correct toolkit search component moz.build | Matt A. Tobin | 2018-03-02 |
| | |||
* | Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵ | Matt A. Tobin | 2018-03-01 |
| | | | | places | ||
* | Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP | Matt A. Tobin | 2018-02-03 |
| | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |