gecko-dev/dom/vr
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
..
test
VRDisplay.cpp Bug 1662251 - stop assigning from NS_Convert* values, mostly; r=sg 2020-09-02 09:54:37 +00:00
VRDisplay.h
VRDisplayEvent.cpp
VRDisplayEvent.h Bug 1653229 - Remove unnecessary includes for BindingUtils.h. r=jgilbert 2020-07-22 15:12:10 +00:00
VREventObserver.cpp
VREventObserver.h
VRServiceTest.cpp
VRServiceTest.h
XRBoundedReferenceSpace.cpp
XRBoundedReferenceSpace.h
XRFrame.cpp Bug 1650714 - Part 2: Correct XRRigidTransform inverse math r=daoshengmu,kip,lsalzman 2020-07-10 22:01:11 +00:00
XRFrame.h
XRInputSource.cpp Bug 1654863 - Update PicoVR controller profile names. r=kip 2020-07-23 18:48:30 +00:00
XRInputSource.h
XRInputSourceArray.cpp
XRInputSourceArray.h
XRInputSpace.cpp
XRInputSpace.h
XRNativeOrigin.h
XRNativeOriginFixed.cpp
XRNativeOriginFixed.h
XRNativeOriginLocal.cpp
XRNativeOriginLocal.h
XRNativeOriginLocalFloor.cpp
XRNativeOriginLocalFloor.h
XRNativeOriginTracker.cpp Bug 1650714 - Part 1: Correct Matrix Decompose and SetRotationFromQuaternion. r=kip,imanol,lsalzman 2020-07-10 22:01:11 +00:00
XRNativeOriginTracker.h
XRNativeOriginViewer.cpp
XRNativeOriginViewer.h
XRPermissionRequest.cpp
XRPermissionRequest.h
XRPose.cpp
XRPose.h
XRReferenceSpace.cpp
XRReferenceSpace.h
XRRenderState.cpp
XRRenderState.h
XRRigidTransform.cpp Bug 1650714 - Part 2: Correct XRRigidTransform inverse math r=daoshengmu,kip,lsalzman 2020-07-10 22:01:11 +00:00
XRRigidTransform.h
XRSession.cpp Bug 1666617 - Add an observer description argument to AddRefreshObserver. r=smaug 2020-09-25 02:36:29 +00:00
XRSession.h Bug 1656117 - Reduce include dependencies on nsRefreshDriver.h. r=mstange 2020-08-04 21:17:50 +00:00
XRSpace.cpp
XRSpace.h
XRSystem.cpp
XRSystem.h
XRView.cpp
XRView.h
XRViewerPose.cpp
XRViewerPose.h
XRViewport.cpp
XRViewport.h
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00