gecko-dev/dom/gamepad
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 Bug 1637452: Part 17 - Fix JNI includes in dom; r=nika 2020-05-15 17:06:28 +00:00
cocoa
fallback
ipc Bug 1657404 - Change PGamepadTestChannel to "refcounted protocol" r=handyman 2020-10-14 20:33:55 +00:00
linux
windows Bug 1647504 - Implement XInputGetState extention for supporting xbox guide button. r=cmartin 2020-08-06 23:07:03 +00:00
Gamepad.cpp
Gamepad.h Bug 1626570 - Improve handling of copying arrays in dom/gamepad/. r=froydnj 2020-05-11 08:20:52 +00:00
GamepadButton.cpp
GamepadButton.h
GamepadHapticActuator.cpp
GamepadHapticActuator.h
GamepadLightIndicator.cpp
GamepadLightIndicator.h
GamepadManager.cpp Bug 1657404 - Change GamepadManager to explicitly have 1 event channel r=handyman 2020-10-15 17:47:32 +00:00
GamepadManager.h Bug 1657404 - Change GamepadManager to explicitly have 1 event channel r=handyman 2020-10-15 17:47:32 +00:00
GamepadMonitoring.h Bug 1657404 - Refactor gamepad monitoring - Part 2 r=daoshengmu 2020-08-07 13:27:55 +00:00
GamepadPlatformService.cpp Bug 1657404 - Use WeakPtr for observer pattern in GamepadPlatformService r=handyman 2020-10-09 16:42:53 +00:00
GamepadPlatformService.h Bug 1657404 - Use WeakPtr for observer pattern in GamepadPlatformService r=handyman 2020-10-09 16:42:53 +00:00
GamepadPose.cpp Bug 1631635 - Implement IsPositionEmulated for XRInputSource. r=kip,imanol 2020-04-21 11:17:34 +00:00
GamepadPose.h
GamepadPoseState.h Bug 1631635 - Implement IsPositionEmulated for XRInputSource. r=kip,imanol 2020-04-21 11:17:34 +00:00
GamepadRemapping.cpp Bug 1609068 - Part 2: Add Mac OS Xbox wireless gamepads remapping. r=baku 2020-08-20 17:57:42 +00:00
GamepadRemapping.h Bug 1609068 - Part 2: Add Mac OS Xbox wireless gamepads remapping. r=baku 2020-08-20 17:57:42 +00:00
GamepadServiceTest.cpp Bug 1657404 - Change PGamepadTestChannel to "refcounted protocol" r=handyman 2020-10-14 20:33:55 +00:00
GamepadServiceTest.h Bug 1657404 - Prepare GamepadTestChannelChild for "refcounted protocol" r=handyman 2020-10-14 20:33:32 +00:00
GamepadTouch.cpp
GamepadTouch.h
GamepadTouchState.h
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00