fune/browser/components/newtab
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
..
aboutwelcome Bug 1668429 - New RTAMO UI r=pdahiya,fluent-reviewers,flod 2020-10-16 19:03:48 +00:00
actors Bug 1614465 - Replacing ASRouter calls to MessageChannel with JSWindowActors to eliminate ASRouterFeed r=k88hudson 2020-10-21 20:04:13 +00:00
bin Bug 1654258: Package all activity-stream css files and load them using the internal chrome: protocol. r=mconley,k88hudson,perftest-reviewers,zombie,sparky 2020-09-09 16:11:28 +00:00
common Bug 1672144 - Sponsored top sites: Make "Our sponsors & your privacy" a direct link to SUMO. r=mikedeboer 2020-10-22 16:37:43 +00:00
components/CustomElements
content-src Bug 1671186 - Include event source in telemetry events sent by new tab section menus. r=nanj 2020-10-23 15:02:12 +00:00
css Bug 1614465 - Replacing ASRouter calls to MessageChannel with JSWindowActors to eliminate ASRouterFeed r=k88hudson 2020-10-21 20:04:13 +00:00
data/content Bug 1671186 - Include event source in telemetry events sent by new tab section menus. r=nanj 2020-10-23 15:02:12 +00:00
docs Bug 1665458 - Adding telemetry ping docs for Pocket on save recs. r=nanj 2020-10-21 17:53:23 +00:00
lib Bug 1672144 - Sponsored top sites: Make "Our sponsors & your privacy" a direct link to SUMO. r=mikedeboer 2020-10-22 16:37:43 +00:00
loaders
prerendered Bug 1654258: Package all activity-stream css files and load them using the internal chrome: protocol. r=mconley,k88hudson,perftest-reviewers,zombie,sparky 2020-09-09 16:11:28 +00:00
test Bug 1671186 - Include event source in telemetry events sent by new tab section menus. r=nanj 2020-10-23 15:02:12 +00:00
vendor
.eslintrc.js Bug 1659169 - RTAMO custom onboarding r=fluent-reviewers,Mardak,flod 2020-10-09 02:57:40 +00:00
.nvmrc Bug 1666172 - Update node to 10.22.1. CLOSED TREE 2020-09-29 20:42:10 +00:00
.sass-lint.yml
AboutNewTabService.jsm Bug 1647757 - Terminate the about:home startup cache worker when experiencing memory-pressure. r=Gijs 2020-10-21 22:44:50 +00:00
components.conf
contributing.md
jar.mn Bug 1665175: Load aboutwelcome.css using chrome:. r=mconley,pdahiya 2020-09-18 01:40:22 +00:00
karma.mc.config.js Bug 1672144 - Sponsored top sites: Make "Our sponsors & your privacy" a direct link to SUMO. r=mikedeboer 2020-10-22 16:37:43 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
nsIAboutNewTabService.idl
package-lock.json
package.json Bug 1614465 - Replacing ASRouter calls to MessageChannel with JSWindowActors to eliminate ASRouterFeed r=k88hudson 2020-10-21 20:04:13 +00:00
webpack.aboutwelcome.config.js
webpack.system-addon.config.js Bug 1661671 - Add plugin to support optional chaining operator in unit tests r=k88hudson 2020-09-08 13:31:04 +00:00
yamscripts.yml