gecko-dev/python
Andrew Creskey 5276336dcf Bug 1634516 Extend the android applink tests to cover all variations of fenix r=tarek,sparky
Adds support for all variations of fenix (app name and activity passed by argument to mach perfest)
Fixes bug in mach perftest argument passing (android-activity was not being set)

Differential Revision: https://phabricator.services.mozilla.com/D73334
2020-05-11 14:30:01 +00:00
..
devtools/migrate-l10n
docs
gdbpp/gdbpp
l10n
lldbutils
mach
mozboot Bug 1127565 - bootstrap.py not implemented for openSUSE r=froydnj 2020-05-10 00:51:03 +00:00
mozbuild Bug 1636265. Fix the Eclipse CDT build backend (broken by the switch to Python 3). r=botond 2020-05-08 16:26:35 +00:00
mozlint
mozperftest Bug 1634516 Extend the android applink tests to cover all variations of fenix r=tarek,sparky 2020-05-11 14:30:01 +00:00
mozrelease
mozterm
mozversioncontrol Bug 1632916 - Run JS/web-platform/ipdl build machinery in Python 3 r=jgraham,nika,glandium 2020-05-05 20:32:12 +00:00
safety
mach_commands.py
moz.build Bug 1635585 - Run compilation/test_warnings.py under Python 3 r=glandium 2020-05-06 19:36:57 +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