mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
35d5d9d31f
Passes most tests from test-css. The remaining ones should pass once we have https://github.com/w3c/csswg-test/pull/834. r? @Ms2ger Source-Repo: https://github.com/servo/servo Source-Revision: 810d28a2574cd288ddfa5737ade417ea53a4b690 |
||
---|---|---|
.. | ||
mach | ||
servo | ||
licenseck.py | ||
mach_bootstrap.py | ||
README.md | ||
requirements.txt | ||
tidy.py |
This directory contains various Python modules used to support servo development.
= mach =
The command dispatch framework used to wrap the build system and test harnesses.
= servo =
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.