gecko-dev/python
Jim Porter da72965e62 Bug 1631806 - [part 1] Update perftests to use new API and fix `--proxy` option; r=tarek
This patch fixes the tests in testing/performance/ that hadn't been updated to
the new API, as well as fixing a couple issues with the `--proxy` option:

 * `policy.json` wasn't being logged correctly, since mozlog was treating the
   data as a format string

 * Proxy prefs weren't being set correctly for the profile

Differential Revision: https://phabricator.services.mozilla.com/D79937
2020-06-17 09:41:24 +00:00
..
devtools/migrate-l10n
docs
gdbpp/gdbpp
l10n Bug 1645165 - fix header labels in migration dialog, r=MattN,fluent-reviewers,flod 2020-06-12 12:25:47 +00:00
lldbutils
mach Bug 1645228: Support topdir in test _populate_context mock r=rstewart 2020-06-12 20:09:41 +00:00
mozboot Bug 1644794: Improve "missing JDK" error message and docs r=rstewart,geckoview-reviewers,agi 2020-06-17 12:17:48 +00:00
mozbuild Bug 1646431 - Fix type error in `mach file-info bugzilla-component` r=nalexander 2020-06-17 17:16:06 +00:00
mozlint
mozperftest Bug 1631806 - [part 1] Update perftests to use new API and fix `--proxy` option; r=tarek 2020-06-17 09:41:24 +00:00
mozrelease Bug 1642868 - Update verify tests check ja-JP-mac on all platforms now r=nthomas 2020-06-09 15:23:18 +00:00
mozterm
mozversioncontrol Bug 1640815: Raise helpful error if no non-public commits on bootstrap r=rstewart 2020-05-29 18:35:35 +00:00
safety
README
mach_commands.py Bug 1621960: Change |mach python| default from Python 2 to Python 3 r=rstewart 2020-06-10 16:10:08 +00:00
moz.build Bug 1644912 - remove python.ini r=sparky 2020-06-11 12:19:59 +00:00

README

This directory contains common Python code.

The basic rule is that if Python code is cross-module (that's "module" in the
Mozilla meaning - as in "module ownership") and is MPL-compatible, it should
go here.

What should not go here:

* Vendored python modules (use third_party/python instead)
* Python that is not MPL-compatible (see other-licenses/)
* Python that has good reason to remain close to its "owning" (Mozilla)
  module (e.g. it is only being consumed from there).

Historical information can be found at
https://bugzilla.mozilla.org/show_bug.cgi?id=775243
https://bugzilla.mozilla.org/show_bug.cgi?id=1346025