Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1134: Reinstate postDataString for about:home searches. | wolfbeast | 2019-08-10 | -2/+8 |
| | ||||
* | Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵ | Matt A. Tobin | 2019-04-23 | -9/+1 |
| | | | | MOZ_FENNEC | |||
* | Sort out search service | Matt A. Tobin | 2019-04-23 | -5113/+17 |
| | | | | 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 | -5262/+0 |
| | ||||
* | Remove browser.search.region usage. Tag #245. | Ascrod | 2019-04-20 | -8/+1 |
| | ||||
* | Remove geoip lookup for search engine defaults. Tag #245. | Ascrod | 2019-04-20 | -833/+13 |
| | ||||
* | Pref try/catch block fixup. Tag #991. | Ascrod | 2019-04-13 | -10/+16 |
| | ||||
* | Issue #991 Part 7: Toolkit Components | Ascrod | 2019-04-13 | -56/+20 |
| | ||||
* | Remove obsolete getPref helpers. | Ascrod | 2019-03-24 | -38/+14 |
| | ||||
* | Add performance warnings to Deprecated module. | wolfbeast | 2018-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 applications | Matt A. Tobin | 2018-09-28 | -3/+3 |
| | ||||
* | fix mozilla regression in search service (saving user-defined search engines) | Ketmar Dark | 2018-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. | wolfbeast | 2018-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. | wolfbeast | 2018-08-20 | -6/+0 |
| | | | | Tag #21 | |||
* | Fix include path | Matt A. Tobin | 2018-08-06 | -1/+1 |
| | ||||
* | Add a slightly modified version of the gecko/44 search service and use it ↵ | Matt A. Tobin | 2018-08-06 | -3/+5709 |
| | | | | when building Pale Moon | |||
* | Move the "native" search service to a subdirectory | Matt A. Tobin | 2018-08-06 | -24/+33 |
| | ||||
* | Un-depercate synchronous search initialization | Matt A. Tobin | 2018-05-01 | -9/+0 |
| | ||||
* | Bump max icon size for search engine icons to 32 KB to cater to more common ↵ | wolfbeast | 2018-03-13 | -1/+1 |
| | | | | use of HiDPI icons. | |||
* | Correct toolkit search component moz.build | Matt A. Tobin | 2018-03-02 | -2/+5 |
| | ||||
* | Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵ | Matt A. Tobin | 2018-03-01 | -8/+8 |
| | | | | places | |||
* | Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP | Matt A. Tobin | 2018-02-03 | -1/+1 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+10793 |