gecko-dev/accessible/interfaces
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
..
gecko Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
ia2 Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
msaa Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
nsIAccessibilityService.idl
nsIAccessible.idl Bug 1639399 - expose uniqueID property on the xpcAccessible. r=Jamie 2020-05-20 00:11:20 +00:00
nsIAccessibleAnnouncementEvent.idl
nsIAccessibleApplication.idl
nsIAccessibleCaretMoveEvent.idl Bug 1649217 - Part 3: Support isSelectionCollapsed in caret moved xpcom iface. r=Jamie 2020-07-02 17:43:21 +00:00
nsIAccessibleDocument.idl
nsIAccessibleEditableText.idl
nsIAccessibleEvent.idl
nsIAccessibleHideEvent.idl
nsIAccessibleHyperLink.idl
nsIAccessibleHyperText.idl
nsIAccessibleImage.idl
nsIAccessibleMacInterface.idl Bug 1653421 - Part 5: Add xpc mac event interface so we can include data. r=morgan 2020-07-21 23:03:02 +00:00
nsIAccessibleObjectAttributeChangedEvent.idl
nsIAccessiblePivot.idl
nsIAccessibleRelation.idl
nsIAccessibleRole.idl Bug 1665962: Introduce roles::LISTITEM_MARKER to rolemap, add mac mapping to AXListMarker r=eeejay,Jamie 2020-09-29 22:31:58 +00:00
nsIAccessibleScrollingEvent.idl
nsIAccessibleSelectable.idl
nsIAccessibleStateChangeEvent.idl
nsIAccessibleStates.idl
nsIAccessibleTable.idl
nsIAccessibleTableChangeEvent.idl
nsIAccessibleText.idl Bug 1520779 Part 1: Add the paragraph boundary to nsIAccessibleText, r=Jamie 2020-09-17 00:02:21 +00:00
nsIAccessibleTextChangeEvent.idl
nsIAccessibleTextRange.idl
nsIAccessibleTextSelectionChangeEvent.idl Bug 1647483 - Add a TextRange getter to text selection change events. r=Jamie 2020-06-23 18:52:42 +00:00
nsIAccessibleTypes.idl
nsIAccessibleValue.idl
nsIAccessibleVirtualCursorChangeEvent.idl