fune/python
Stanca Serban e1b654cf9b Backed out 3 changesets (bug 1823453) for causing multiple failures on OS X WebRender Shippable. CLOSED TREE
Backed out changeset 30b8110bb48c (bug 1823453)
Backed out changeset f680b69dd013 (bug 1823453)
Backed out changeset 66ea50330124 (bug 1823453)
2023-04-27 19:26:47 +03:00
..
docs Bug 1830069 - Fix reference to old site file name in docs, r=ahochheiden 2023-04-26 18:25:15 +00:00
gdbpp/gdbpp Bug 1811850 - [lint] Fix ruff errors resulting from new configuration, r=webdriver-reviewers,perftest-reviewers,whimboo,sparky,firefox-build-system-reviewers,ahochheiden 2023-03-20 13:06:28 +00:00
l10n Bug 1828767 - Fix native sanitize dialog sizing. r=Gijs,fluent-reviewers,flod 2023-04-24 11:36:24 +00:00
lldbutils Bug 1811850 - [lint] Replace isort linter with ruff, r=taskgraph-reviewers,linter-reviewers,marco,jcristau 2023-03-20 13:06:27 +00:00
mach Bug 1827811 - Avoid logging errors when dealing with records with no params. r=ahal 2023-04-13 20:15:06 +00:00
mozboot Bug 1829224 - Update to JDK 17.0.7. r=geckoview-reviewers,m_kato 2023-04-21 17:33:31 +00:00
mozbuild Backed out 3 changesets (bug 1823453) for causing multiple failures on OS X WebRender Shippable. CLOSED TREE 2023-04-27 19:26:47 +03:00
mozlint Bug 1826209 - Display message when nonfatal warnings are present r=ahal 2023-04-07 18:29:51 +00:00
mozperftest Bug 1827609 - Set new platform/test names correctly when using MWU to detect changes. r=perftest-reviewers,kshampur 2023-04-18 17:05:20 +00:00
mozrelease Bug 1811850 - [lint] Fix ruff errors resulting from new configuration, r=webdriver-reviewers,perftest-reviewers,whimboo,sparky,firefox-build-system-reviewers,ahochheiden 2023-03-20 13:06:28 +00:00
mozterm Bug 1811850 - [lint] Replace isort linter with ruff, r=taskgraph-reviewers,linter-reviewers,marco,jcristau 2023-03-20 13:06:27 +00:00
mozversioncontrol Bug 1811850 - [lint] Replace isort linter with ruff, r=taskgraph-reviewers,linter-reviewers,marco,jcristau 2023-03-20 13:06:27 +00:00
sites Bug 1829236 - Update new Glean Release (52.6.0) in m-c r=chutten,supply-chain-reviewers 2023-04-21 15:11:52 +00:00
mach_commands.py
moz.build
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