Name Description Size Coverage
iceserver -
mach_test_package_initialize.py Emit the parent directories of a path. 7895 -
minidumpwriter -
moz.build 519 -
screenshot -
serve_model.py Serve local model and audio files for speech recognition mochitests. Acts as a stand-in model hub: the test points browser.ml.modelHubRootUrl at this server, and ModelHub fetches <modelName>/<revision>/<file>. Adds CORS headers so test pages at mochi.test:8888 can fetch from it. Model lookup (resolved by basename, so a flat directory satisfies the nested hub path): - CI: $MOZ_FETCHES_DIR holds the .gguf (the parakeet-models fetch tasks). The network is never touched. - dev: $MOZ_ML_LOCAL_DIR if set, else a local cache; a missing model is downloaded once from the public bucket so there is nothing to fetch by hand. Everything else (the audio clip, reference transcript) is served from the tree. Prerequisites (Linux headless): PipeWire + pipewire-pulse + wireplumber running with XDG_RUNTIME_DIR set and a null audio sink active. Usage: python3 testing/tools/serve_model.py # dev: auto-downloads MOZ_ML_LOCAL_DIR=/path/to/ggufs python3 .../serve_model.py # dev: use local dir 4536 -
websocketprocessbridge -