gecko-dev/python
2024-10-31 17:53:03 +00:00
..
docs Bug 1920152 - Doc updates for ./mach vendor python r=ahal 2024-10-03 14:47:59 +00:00
gdbpp/gdbpp Bug 1871014 - Fix GDB pretty printer for nsWeakPtr. r=nalexander 2023-12-22 09:10:29 +00:00
l10n Bug 1733498 - Migrate necko errors l10n strings from properties to Fluent r=necko-reviewers,valentin,flod 2024-10-31 17:53:03 +00:00
lldbutils Bug 1824877 Part 2 - Rename nsHTMLScrollFrame to mozilla::ScrollContainerFrame. r=dholbert 2024-05-15 17:50:48 +00:00
mach Bug 1897186 - Add fenix and focus tests to mach test. r=nalexander,ohall,jmaher 2024-10-22 16:49:36 +00:00
mozboot Bug 1926968 - Update to Android NDK r27c. r=geckoview-reviewers,calu 2024-10-25 15:59:16 +00:00
mozbuild Bug 1917685 - Merge minidump-analyzer into the crash reporter client r=gsvelto,fluent-reviewers 2024-10-23 13:58:12 +00:00
mozlint Bug 1903620 - Calculate jobs using CPU affinity in mach. r=firefox-build-system-reviewers,glandium 2024-06-25 13:53:13 +00:00
mozperftest Backed out changeset bfe4f7bcf0e7 (bug 1919861) for causing bc failures @ ModelHub.sys.mjs. CLOSED TREE 2024-10-31 16:24:13 +02:00
mozrelease Bug 1926340 - use push-to-vcs for scriptworker-canary. r=releng-reviewers,bhearsum DONTBUILD 2024-10-22 16:28:56 +00:00
mozterm Bug 1869430 - Batch 19.2 convert python unittest .ini -> .toml. r=gbrown,taskgraph-reviewers 2023-12-12 17:40:03 +00:00
mozversioncontrol Bug 1925399 - Add a force flag to add_remove_files in mozversioncontrol r=sheehan 2024-10-18 02:16:10 +00:00
sites Bug 1927950 - Update pywatchman in watch.txt r=nalexander 2024-10-30 15:26:37 +00:00
mach_commands.py Bug 1903620 - Calculate jobs using CPU affinity in mach. r=firefox-build-system-reviewers,glandium 2024-06-25 13:53:13 +00:00
moz.build Bug 1869430 - Batch 19.2 convert python unittest .ini -> .toml. r=gbrown,taskgraph-reviewers 2023-12-12 17:40:03 +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