gecko-dev/dom/media/systemservices
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
..
android_video_capture Bug 1380795 - On Android, always put the front camera first in the list, as it's more likely to be what users want by default. r=pehrsons,dminor 2020-09-16 17:01:39 +00:00
objc_video_capture Bug 1621500 - Use serial queue for video decoding on OS X; r=ng 2020-07-08 17:27:09 +00:00
video_engine Bug 1666336 - Remove nsITabSource; r=mjf 2020-09-22 16:28:59 +00:00
CamerasChild.cpp
CamerasChild.h
CamerasParent.cpp Bug 1658471 - Remove dom.security.featurePolicy.enabled. r=baku 2020-08-12 10:57:04 +00:00
CamerasParent.h
CamerasTypes.h
MediaChild.cpp
MediaChild.h
MediaParent.cpp Bug 1656356 - don't require flat strings when calling ToInteger; r=mccr8 2020-07-30 22:25:38 +00:00
MediaParent.h
MediaSystemResourceClient.cpp
MediaSystemResourceClient.h
MediaSystemResourceManager.cpp
MediaSystemResourceManager.h
MediaSystemResourceManagerChild.cpp
MediaSystemResourceManagerChild.h
MediaSystemResourceManagerParent.cpp
MediaSystemResourceManagerParent.h
MediaSystemResourceMessageUtils.h
MediaSystemResourceService.cpp
MediaSystemResourceService.h
MediaSystemResourceTypes.h
MediaTaskUtils.h
MediaUtils.cpp Bug 1653060 - P3. Use nsCOMPtr. r=mattwoodrow 2020-09-18 11:07:15 +00:00
MediaUtils.h Bug 1653060 - P3. Use nsCOMPtr. r=mattwoodrow 2020-09-18 11:07:15 +00:00
OSXRunLoopSingleton.cpp
OSXRunLoopSingleton.h
OpenSLESProvider.cpp
OpenSLESProvider.h
PCameras.ipdl
PMedia.ipdl
PMediaSystemResourceManager.ipdl
ShmemPool.cpp
ShmemPool.h
VideoEngine.cpp Bug 1112392: Move webrtc Tab Sharing to work in e10s/fission r=dminor 2020-07-11 12:31:49 +00:00
VideoEngine.h
VideoFrameUtils.cpp
VideoFrameUtils.h
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00