gecko-dev/accessible/mac
Ricky Stewart 50762dacab Bug 1654103: Standardize on Black for Python code in mozilla-central. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky
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. 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-21 21:27:27 +00:00
..
.clang-format Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
AccessibleWrap.h Bug 1625196 - Prune proxy accessibles with nsAccUtils::MustPrune(). r=morgan 2020-05-12 18:39:06 +00:00
AccessibleWrap.mm Bug 1661504: Introduce MOXLandmarkAccessible class and AXLandmarkSearchKey r=eeejay" 2020-08-31 18:36:48 +00:00
ApplicationAccessibleWrap.h
ARIAGridAccessibleWrap.h
DocAccessibleWrap.h Bug 1649575 - Part 3: Introduce MOXTextMarkerDelegate. r=morgan 2020-07-02 21:33:07 +00:00
DocAccessibleWrap.mm Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
GeckoTextMarker.h Bug 1661760 - Part 1: Unify all range from offset methods to one. r=morgan,nika 2020-09-24 16:04:41 +00:00
GeckoTextMarker.mm Bug 1669596 - Allow subdoc GeckoTextMarker to be demarshalled in top document. r=morgan 2020-10-06 23:31:32 +00:00
HTMLTableAccessibleWrap.h
HyperTextAccessibleWrap.h Bug 1667262 - Add AXStyleTextMarkerRangeForTextMarker. r=morgan 2020-09-29 23:25:35 +00:00
HyperTextAccessibleWrap.mm Bug 1668958 - Don't wrap to first word when getting right word at end of input. r=morgan 2020-10-06 22:19:13 +00:00
ImageAccessibleWrap.h
MacUtils.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
MacUtils.mm Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
MOXAccessibleBase.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
MOXAccessibleBase.mm Bug 1661765 - Part 3: Add attribute setters to text delegate. r=morgan 2020-09-21 21:56:33 +00:00
MOXAccessibleProtocol.h Bug 1669599 - Support AXEditableAncestor and make it text event target. r=morgan 2020-10-07 00:13:34 +00:00
MOXLandmarkAccessibles.h Bug 1661504: Introduce MOXLandmarkAccessible class and AXLandmarkSearchKey r=eeejay" 2020-08-31 18:36:48 +00:00
MOXLandmarkAccessibles.mm Bug 1661504: Introduce MOXLandmarkAccessible class and AXLandmarkSearchKey r=eeejay" 2020-08-31 18:36:48 +00:00
MOXMathAccessibles.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
MOXMathAccessibles.mm Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
MOXSearchInfo.h Bug 1668100 - Make target root for AXUIElementsForSearchPredicate. r=morgan 2020-09-29 20:49:29 +00:00
MOXSearchInfo.mm Bug 1668101: Support same/different type naviagation with VO r=eeejay 2020-10-15 16:42:14 +00:00
MOXTextMarkerDelegate.h Bug 1669294 - Add debug description attributes for text marker and range. r=morgan 2020-10-05 21:58:57 +00:00
MOXTextMarkerDelegate.mm Bug 1668961 - Avoid 2 IPC round trips in moxStringForTextMarkerRange. r=morgan 2020-10-06 22:18:56 +00:00
MOXWebAreaAccessible.h Bug 1669821 - Implement search predicate API on virtual root. r=morgan 2020-10-07 20:34:21 +00:00
MOXWebAreaAccessible.mm Bug 1669821 - Implement search predicate API on virtual root. r=morgan 2020-10-07 20:34:21 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky 2020-10-21 21:27:27 +00:00
mozAccessible.h Bug 1671049 - Cache proxy ARIA role in mozAccessible. r=morgan 2020-10-14 00:04:54 +00:00
mozAccessible.mm Bug 1671049 - Cache proxy ARIA role in mozAccessible. r=morgan 2020-10-14 00:04:54 +00:00
mozAccessibleProtocol.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
mozActionElements.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
mozActionElements.mm Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
mozHTMLAccessible.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
mozHTMLAccessible.mm Bug 1657418: Add visited, unvisited links, regular links to rotor and AXLinkUIElements to web area. r=eeejay 2020-09-17 20:20:55 +00:00
mozRootAccessible.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
mozRootAccessible.mm Bug 1661587 - Assert if there is no native widget only when not in headless mode. r=morgan 2020-08-27 22:22:12 +00:00
mozSelectableElements.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
mozSelectableElements.mm Bug 1662262: Move and modify mac pivot rules for better granularity r=eeejay 2020-09-01 22:12:55 +00:00
mozTableAccessible.h Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
mozTableAccessible.mm Bug 1660906 - Introduce .clang-format file for Objective C rules. r=morgan 2020-08-25 21:40:32 +00:00
mozTextAccessible.h Bug 1665162 - Add text leaf parameterized attributes. r=morgan 2020-09-16 23:22:18 +00:00
mozTextAccessible.mm Bug 1669595 - Use top AXWebArea as text event source. r=morgan 2020-10-07 18:38:52 +00:00
Platform.mm Bug 1671049 - Invalidate cached ARIA role and role in mozAccessible when role changes. r=morgan 2020-10-14 00:04:49 +00:00
RangeTypes.h Bug 1667262 - Add AXStyleTextMarkerRangeForTextMarker. r=morgan 2020-09-29 23:25:35 +00:00
RootAccessibleWrap.h
RootAccessibleWrap.mm Bug 1661587 - Assert if there is no native widget only when not in headless mode. r=morgan 2020-08-27 22:22:12 +00:00
RotorRules.h Bug 1668101: Support same/different type naviagation with VO r=eeejay 2020-10-15 16:42:14 +00:00
RotorRules.mm Bug 1668101: Support same/different type naviagation with VO r=eeejay 2020-10-15 16:42:14 +00:00
SelectorMapGen.py Bug 1654103: Standardize on Black for Python code in mozilla-central. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky 2020-10-21 21:27:27 +00:00
TextLeafAccessibleWrap.h
XULListboxAccessibleWrap.h
XULMenuAccessibleWrap.h
XULTreeGridAccessibleWrap.h