gecko-dev/dom/media/webrtc
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
..
common Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
jsapi Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
jsep Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
libwebrtcglue Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
sdp Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
tests Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
third_party_build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
transport Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
transportbridge Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
CubebDeviceEnumerator.cpp Bug 1664755 - Fix typo in dummy android device enumeration code. r=pehrsons 2020-09-14 18:58:04 +00:00
CubebDeviceEnumerator.h
MediaEngine.h Bug 1654430 - Fix mDeviceIDs to only track real devices and not be overwritten by other enumerateDevices requests. r=pehrsons 2020-09-24 23:32:00 +00:00
MediaEngineDefault.cpp Bug 1656438 - Generalize AudioGenerator and SineWaveGenerator to support AudioToneGenerator's use cases. r=padenot 2020-09-17 06:07:50 +00:00
MediaEngineDefault.h
MediaEnginePrefs.h
MediaEngineRemoteVideoSource.cpp Bug 1634044 - Downscale getDisplayMedia() correctly with only width or height constraint present. r=dminor 2020-09-22 20:09:49 +00:00
MediaEngineRemoteVideoSource.h
MediaEngineSource.cpp
MediaEngineSource.h
MediaEngineWebRTC.cpp Bug 1653219 - Enumerate browser tabs before entire screen; r=ng 2020-08-10 15:58:23 +00:00
MediaEngineWebRTC.h
MediaEngineWebRTCAudio.cpp Bug 1664898 - move media/mtransport to media/transport. r=ng 2020-09-22 21:43:49 +00:00
MediaEngineWebRTCAudio.h
MediaTrackConstraints.cpp
MediaTrackConstraints.h
MediaTransportChild.h
MediaTransportParent.h
PMediaTransport.ipdl Bug 1664898 - move media/mtransport to media/transport. r=ng 2020-09-22 21:43:49 +00:00
PWebrtcGlobal.ipdl Backed out 12 changesets (bug 1626278) for mochitest leakchecks . CLOSED TREE 2020-10-19 22:58:59 +03:00
PeerIdentity.cpp
PeerIdentity.h
RTCCertificate.cpp Bug 1308101 - Replace PL_strcpy/PL_strncpy with a safer Gecko string class or function r=jesup 2020-09-23 17:18:53 +00:00
RTCCertificate.h
RTCIdentityProviderRegistrar.cpp
RTCIdentityProviderRegistrar.h
SineWaveGenerator.h Bug 1656438 - Add interleaved buffer support in AudioGenerator/Verifier. r=padenot 2020-09-17 06:07:59 +00:00
WebrtcGlobal.h Bug 1668359 - Add call bandwidth estimation to about:webrtc r=dminor,emilio 2020-10-06 04:04:12 +00:00
WebrtcIPCTraits.h Bug 1664898 - move media/mtransport to media/transport. r=ng 2020-09-22 21:43:49 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00