1
0
Fork 0
firefox/python
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
docs Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
gdbpp/gdbpp Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
l10n Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
lldbutils Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
mach Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
mozboot Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
mozbuild Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
mozlint Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
mozperftest Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
mozrelease Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
mozterm Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
mozversioncontrol Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
sites Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
mach_commands.py Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
moz.build Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

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