gecko-dev/dom/animation
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 Bug 1533462 - Execute the deferred font-info loader immediately when running spell-check and animation mochitests, to avoid intermittent issues. r=jwatt 2020-08-30 22:59:57 +00:00
Animation.cpp Bug 1669933 - Register cloning paused animations to PendingAnimationTracker to make sure the animations are painted in printing documents. r=boris 2020-10-21 18:10:10 +00:00
Animation.h Bug 1324591 - Report janked animations to the main-thread and update them on the main-thread. r=botond,boris 2020-07-05 11:45:01 +00:00
AnimationComparator.h
AnimationEffect.cpp Bug 1626532 - Make `dom/animation` buildable outside of `unified-build` environment. r=birtles 2020-06-02 10:31:46 +00:00
AnimationEffect.h
AnimationEventDispatcher.cpp Bug 1634943 - Fix non-unified build in dom/animation/. r=boris 2020-05-05 22:40:57 +00:00
AnimationEventDispatcher.h Bug 1654992 - Use std::move instead of SwapElements where possible. r=froydnj 2020-08-04 11:27:07 +00:00
AnimationPerformanceWarning.cpp
AnimationPerformanceWarning.h Bug 1626570 - Improve handling of copying arrays in dom/animation/. r=hiro 2020-05-05 10:42:23 +00:00
AnimationPropertySegment.h
AnimationTarget.h
AnimationTimeline.cpp
AnimationTimeline.h
AnimationUtils.cpp Bug 1626532 - Make `dom/animation` buildable outside of `unified-build` environment. r=birtles 2020-06-02 10:31:46 +00:00
AnimationUtils.h Bug 1586761 - P7 - Revert a few incorrect changes on P2; r=tjr 2020-04-07 07:36:52 +00:00
CSSAnimation.cpp Bug 1634943 - Split CSSAnimation and CSSAnimationKeyframe classes into a new file in dom/animation/. r=boris 2020-05-05 22:41:04 +00:00
CSSAnimation.h Bug 1634943 - Split CSSAnimation and CSSAnimationKeyframe classes into a new file in dom/animation/. r=boris 2020-05-05 22:41:04 +00:00
CSSPseudoElement.cpp
CSSPseudoElement.h
CSSTransition.cpp Bug 1634943 - Split CSSTransition class into a new file in dom/animation/. r=boris 2020-05-05 22:41:02 +00:00
CSSTransition.h Bug 1634943 - Split CSSTransition class into a new file in dom/animation/. r=boris 2020-05-05 22:41:02 +00:00
ComputedTiming.h
ComputedTimingFunction.cpp
ComputedTimingFunction.h
DocumentTimeline.cpp Bug 1666617 - Add an observer description argument to AddRefreshObserver. r=smaug 2020-09-25 02:36:29 +00:00
DocumentTimeline.h Bug 1626532 - Make `dom/animation` buildable outside of `unified-build` environment. r=sg 2020-10-15 10:05:07 +00:00
EffectCompositor.cpp Bug 1564128 part 2 - Copy animations to static document clones r=emilio,hiro 2020-05-14 19:41:03 +00:00
EffectCompositor.h
EffectSet.cpp Bug 1626532 - Make `dom/animation` buildable outside of `unified-build` environment. r=sg 2020-10-15 10:05:07 +00:00
EffectSet.h Bug 1656419 - Check whether the given animation and the animation stored in mPartialPrerenderedAnimations are in the same EffectSet instead of just comparing the animation instances. r=boris 2020-07-31 21:06:42 +00:00
Keyframe.h Bug 1626570 - Improve handling of copying arrays in dom/animation/. r=hiro 2020-05-05 10:42:23 +00:00
KeyframeEffect.cpp Bug 1665955 - Stop including nsIScrollableFrame.h from Element.h. r=emilio 2020-09-18 18:32:13 +00:00
KeyframeEffect.h Bug 1324591 - Report janked animations to the main-thread and update them on the main-thread. r=botond,boris 2020-07-05 11:45:01 +00:00
KeyframeEffectParams.h
KeyframeUtils.cpp Bug 1636562 - Respect property restrictions on pseudo elements when animating; r=boris 2020-07-21 23:12:35 +00:00
KeyframeUtils.h Bug 1636562 - Respect property restrictions on pseudo elements when animating; r=boris 2020-07-21 23:12:35 +00:00
PendingAnimationTracker.cpp
PendingAnimationTracker.h
PostRestyleMode.h
PseudoElementHashEntry.h
TimingParams.cpp
TimingParams.h Bug 1626532 - Make `dom/animation` buildable outside of `unified-build` environment. r=birtles 2020-06-02 10:31:46 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00