gecko-dev/browser/components/urlbar
Drew Willcoxon 1046583b93 Bug 1398416 - Part 1: Rewrite Query.start() to be a little faster and in preparation for form history changes. r=mak
`Query.start` shouldn't `await provider.tryMethod("isActive")`. Instead it
should call all providers at once and then await all the promises. Also make
some other simplifications and changes to `Query.start` in preparation for later
patches.

Factor out `notifyResults` into `Query._notifyResultsFromProvider` because the
next patch will use it.

Differential Revision: https://phabricator.services.mozilla.com/D74191
2020-05-08 06:00:50 +00:00
..
content
docs Bug 1618769 - Increase max chars for search suggestions, and don't fetch suggestions at all when max is reached due to paste. r=mak 2020-04-17 00:42:23 +00:00
tests Backed out changeset 57d78ba110be (bug 1634650) for marionette failures in migration/tests/marionette/test_refresh_firefox.py. CLOSED TREE 2020-05-07 19:36:39 +03:00
.eslintrc.js
moz.build Bug 1628065 - Split out UrlbarProviderTokenAliasEngines from UnifiedComplete. r=adw 2020-04-22 18:47:12 +00:00
UrlbarController.jsm Bug 1627520 - Use keydown instead of keypress for autocomplete event listeners. r=mak,Gijs 2020-04-14 20:48:26 +00:00
UrlbarEventBufferer.jsm
UrlbarInput.jsm Bug 1633910 - Encode all whitespaces but single or isolated \u0020. r=jfkthame 2020-04-29 12:44:54 +00:00
UrlbarMuxerUnifiedComplete.jsm Bug 1626946 - Remove search suggestions that dupe a search history result. r=adw 2020-04-22 17:41:00 +00:00
UrlbarPrefs.jsm Bug 1628926 - Remove the browser.urlbar.oneOffSearches pref. r=dao 2020-04-16 00:00:55 +00:00
UrlbarProviderExtension.jsm Bug 1616752 - Part 2: Add payload schemas for each result type and validate payloads against them. r=mak 2020-03-26 15:27:12 +00:00
UrlbarProviderInterventions.jsm Bug 1632918 - Postpone update check until the user triggers the update intervention. r=harry 2020-04-29 23:05:38 +00:00
UrlbarProviderOpenTabs.jsm
UrlbarProviderPrivateSearch.jsm
UrlbarProviderSearchSuggestions.jsm Bug 1628065 - Split out UrlbarProviderTokenAliasEngines from UnifiedComplete. r=adw 2020-04-22 18:47:12 +00:00
UrlbarProviderSearchTips.jsm Bug 1623978 - Disable Search Tips on secondary location changes. r=adw 2020-03-31 13:56:34 +00:00
UrlbarProvidersManager.jsm Bug 1398416 - Part 1: Rewrite Query.start() to be a little faster and in preparation for form history changes. r=mak 2020-05-08 06:00:50 +00:00
UrlbarProviderTokenAliasEngines.jsm Bug 1628065 - Split out UrlbarProviderTokenAliasEngines from UnifiedComplete. r=adw 2020-04-22 18:47:12 +00:00
UrlbarProviderTopSites.jsm Bug 1631281 - Show Top Sites regardless of suggest.openpage and suggest.bookmark pref values. r=adw 2020-04-28 21:31:24 +00:00
UrlbarProviderUnifiedComplete.jsm Bug 1626946 - Remove search suggestions that dupe a search history result. r=adw 2020-04-22 17:41:00 +00:00
UrlbarResult.jsm Bug 1627988 - Remove the browser.urlbar.update1.view.stripHttps pref. r=mak 2020-04-09 13:54:19 +00:00
UrlbarTokenizer.jsm Bug 1412985 - Add a forced search urlbar result for e-mail like strings. r=adw 2020-04-24 19:46:36 +00:00
UrlbarUtils.jsm Bug 1631844 - Add pinned site badge to pinned Top Sites in the Urlbar. r=dao 2020-04-27 17:14:44 +00:00
UrlbarValueFormatter.jsm Bug 1633885 - The urlbar's placeholder may be shown in the wrong locale direction. r=dao 2020-04-30 16:15:14 +00:00
UrlbarView.jsm Bug 1628557 - Address bar results aren't cleared if the new query returns no results. r=harry 2020-04-30 15:43:16 +00:00