gecko-dev/python
2024-05-31 06:06:07 +00:00
..
docs
gdbpp/gdbpp
l10n Bug 1897003 - Remove Fluent migration recipes for Firefox 120-123 and others, r=flod DONTBUILD 2024-05-16 05:50:09 +00:00
lldbutils Bug 1824877 Part 2 - Rename nsHTMLScrollFrame to mozilla::ScrollContainerFrame. r=dholbert 2024-05-15 17:50:48 +00:00
mach Bug 1898258 - Add and document mach gen-uuid. r=smaug 2024-05-22 14:52:20 +00:00
mozboot Bug 1866711 - On Windows, check that topsrcdir is on a ReFS drive (Dev Drive) during bootstrap r=firefox-build-system-reviewers,nalexander 2024-05-15 17:32:29 +00:00
mozbuild Bug 1899905 - Add Saraiki (skr) to language names in mozIntl and language pack metadata, r=flod,fluent-reviewers 2024-05-31 06:06:07 +00:00
mozlint Bug 1896514 - Make mach lint accommodate Windows drive case differences. r=ahal 2024-05-28 20:29:38 +00:00
mozperftest Bug 1898554 - Clean up android startup script by adding functionality to android_device in android.py. r=perftest-reviewers,sparky 2024-05-31 00:57:56 +00:00
mozrelease Bug 1884138 - make scriptworker-canary ignore tree closure on try r=releng-reviewers,gbrown 2024-05-24 13:24:22 +00:00
mozterm
mozversioncontrol Bug 1896978 - Return empty list of changed files instead of nothing in SrcRepository r=ahochheiden 2024-05-29 20:16:14 +00:00
sites Merge mozilla-central to autoland. 2024-05-28 03:22:14 +03: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