Name Description Size Coverage
__init__.py 0 -
automation.py Code to integration with automation. 2272 -
bouncer -
building -
checksums.py Parses checksums files that the build system generates and uploads: https://hg.mozilla.org/mozilla-central/file/default/build/checksums.py 1653 -
firefox -
l10n -
merkle.py Represents a Merkle inclusion proof for purposes of serialization, deserialization, and verification of the proof. The format for inclusion proofs in RFC 6962-bis is as follows: opaque LogID<2..127>; opaque NodeHash<32..2^8-1>; struct { LogID log_id; uint64 tree_size; uint64 leaf_index; NodeHash inclusion_path<1..2^16-1>; } InclusionProofDataV2; In other words: - 1 + N octets of log_id (currently zero) - 8 octets of tree_size = self.n - 8 octets of leaf_index = m - 2 octets of path length, followed by * 1 + N octets of NodeHash 6365 -
mozbase.py Automatically set virtualenv requirements to use mozbase from test package. 975 -
repo_manipulation.py Replace text in a file. 7972 -
secrets.py Support for fetching secrets from the secrets API 3215 -
structuredlog.py Object that tracks the overall status of the test run 13128 -
testing -
tooltool.py module for tooltool operations 3804 -
vcstools.py vcstools.py Author: Armen Zambrano G. 2187 -