fune/browser/components/urlbar
Ricky Stewart 02a7b4ebdf Bug 1654103: Standardize on Black for Python code in mozilla-central.
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.

To produce this patch I did all of the following:

1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.

2. Run ./mach lint --linter black --fix

3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.

4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.

5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-26 18:34:53 +00:00
..
content
docs Bug 1671404 - Add Provider Name to the urlbar engagement telemetry. r=mak 2020-10-16 14:39:50 +00:00
tests Bug 1641287: Focus on browser after keyup. r=mak 2020-10-26 05:30:44 +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 1671404 - Add Provider Name to the urlbar engagement telemetry. r=mak 2020-10-16 14:39:50 +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 1641287: Focus on browser after keyup. r=mak 2020-10-26 05:30:44 +00:00
UrlbarMuxerUnifiedComplete.jsm Bug 1672533 - Dedupe SERPs in history whose query parameters are a subset of a generated search URL. r=adw 2020-10-23 16:01:42 +00:00
UrlbarPrefs.jsm Bug 1665934 - Part 2 - Add onboarding intervention for tab-to-search. r=fluent-reviewers,adw,flod 2020-10-15 16:31:00 +00:00
UrlbarProviderAutofill.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
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 1647925 - Make EventBufferer more reliable with tab-to-search. r=adw 2020-10-16 07:29:38 +00:00
UrlbarProviderTokenAliasEngines.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
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 1662509 - Add a pref to experiment with zero-prefix search in search mode. r=harry 2020-09-14 17:05:08 +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 1672533 - Dedupe SERPs in history whose query parameters are a subset of a generated search URL. r=adw 2020-10-23 16:01:42 +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 1671803 - Add localized names for Baidu and Yandex to WEB_ENGINE_NAMES. r=mak 2020-10-19 18:33:51 +00:00
UrlbarValueFormatter.jsm
UrlbarView.jsm Bug 1667766 - Part 2 - Restyle URL heuristic results as search results when cycling through one-offs. r=adw 2020-10-24 02:05:11 +00:00