fune/browser/components/urlbar
Nika Layzell 42028efc71 Bug 1671983 - Part 4: Stop awaiting BrowserTestUtils.loadURI, r=annyG,remote-protocol-reviewers,extension-reviewers,preferences-reviewers,whimboo,zombie
This method only is async in order to allow callers to wait for a process switch
triggered by the call to `loadURI` to be finished before resolving. With
DocumentChannel, we should never trigger a process switch eagerly like this
again, so we don't need any of the async behaviour here anymore.

This part is largely mechanical changes to tests, removing the `await` calls on
`loadURI`, and a follow-up part will remove the actual async logic from
`BrowserTestUtils.loadURI`.

Differential Revision: https://phabricator.services.mozilla.com/D94641
2020-11-12 18:01:03 +00:00
..
content
docs Bug 1674874 - Record telemetry for results picked in search mode. r=adw 2020-11-06 00:13:00 +00:00
tests Bug 1671983 - Part 4: Stop awaiting BrowserTestUtils.loadURI, r=annyG,remote-protocol-reviewers,extension-reviewers,preferences-reviewers,whimboo,zombie 2020-11-12 18:01:03 +00:00
.eslintrc.js
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
UrlbarController.jsm Bug 1675976 - Stop recording bogus data for some urlbar.picked.searchmode.* probes. r=mak 2020-11-09 19:18:51 +00:00
UrlbarEventBufferer.jsm Bug 1647925 - Make EventBufferer more reliable with tab-to-search. r=adw 2020-10-16 07:29:38 +00:00
UrlbarInput.jsm Bug 1675611 - Part 2 - Show tab-to-search onboarding results until they are interacted with three times. r=mak 2020-11-13 20:15:16 +00:00
UrlbarMuxerUnifiedComplete.jsm Bug 1675045 - Add search mode hostname check to the muxer. r=mak 2020-11-13 18:18:57 +00:00
UrlbarPrefs.jsm Bug 1675611 - Part 2 - Show tab-to-search onboarding results until they are interacted with three times. r=mak 2020-11-13 20:15:16 +00:00
UrlbarProviderAutofill.jsm Bug 1670253 - Tab-to-search doesn't work as expected by the user on some engines. r=adw 2020-11-03 10:11:38 +00:00
UrlbarProviderExtension.jsm Bug 1647927 - Return an array from UrlbarSearchUtils.enginesForDomainPrefix and support UrlbarProviderTabToSearch sending multiple results. r=adw 2020-09-30 17:58:21 +00:00
UrlbarProviderHeuristicFallback.jsm Bug 1672680 - Properly handle non-ASCII spaces in search alias and restriction token searches. r=mak 2020-10-23 13:49:20 +00:00
UrlbarProviderInterventions.jsm
UrlbarProviderOmnibox.jsm
UrlbarProviderOpenTabs.jsm
UrlbarProviderPrivateSearch.jsm Bug 1663686 - Convert question mark into search mode. r=adw 2020-09-17 19:03:35 +00:00
UrlbarProviderSearchSuggestions.jsm Bug 1672680 - Properly handle non-ASCII spaces in search alias and restriction token searches. r=mak 2020-10-23 13:49:20 +00:00
UrlbarProviderSearchTips.jsm Bug 1672146 - Make UrlbarProviderSearchTips deal with the update manager not existing. r=harry 2020-10-21 13:24:12 +00:00
UrlbarProvidersManager.jsm Bug 1647925 - Make EventBufferer more reliable with tab-to-search. r=adw 2020-10-16 07:29:38 +00:00
UrlbarProviderTabToSearch.jsm Bug 1675611 - Part 2 - Show tab-to-search onboarding results until they are interacted with three times. r=mak 2020-11-13 20:15:16 +00:00
UrlbarProviderTokenAliasEngines.jsm Bug 1675627 - Do not show alias engines in search mode. r=mak 2020-11-09 17:59:35 +00:00
UrlbarProviderTopSites.jsm Bug 1671364 - Set "Sponsored" label for sponsored top sites in the address bar. r=mikedeboer,fluent-reviewers,flod 2020-10-15 16:13:04 +00:00
UrlbarProviderUnifiedComplete.jsm Bug 1676398 - browser.urlbar.update2.emptySearchBehavior should only affect search engines in search mode. r=mak 2020-11-10 23:18:14 +00:00
UrlbarResult.jsm Bug 1664760 - Improve the set of results when in search mode for a non-general search engine. r=adw 2020-09-23 08:26:06 +00:00
UrlbarSearchOneOffs.jsm Bug 1670944 - Allow tabbing past tab-to-search results after focusing the Urlbar with the keyboard. r=mak 2020-10-16 13:53:03 +00:00
UrlbarSearchUtils.jsm Bug 1675045 - Add search mode hostname check to the muxer. r=mak 2020-11-13 18:18:57 +00:00
UrlbarTokenizer.jsm Bug 1672680 - Properly handle non-ASCII spaces in search alias and restriction token searches. r=mak 2020-10-23 13:49:20 +00:00
UrlbarUtils.jsm Bug 1675611 - Part 1 - Add UrlbarProvider.onSelection. r=mak 2020-11-13 20:15:08 +00:00
UrlbarValueFormatter.jsm Bug 1676616 - Move null check after an await point. r=dao 2020-11-12 08:59:56 +00:00
UrlbarView.jsm Bug 1675611 - Part 1 - Add UrlbarProvider.onSelection. r=mak 2020-11-13 20:15:08 +00:00