forked from mirrors/gecko-dev
Fixes https://github.com/servo/servo/issues/11966 Fixes https://github.com/servo/servo/issues/12707 Also adds simple mechanism to set os specific prefs, by adding like `os:macosx,os:windows;` before pref name. Source-Repo: https://github.com/servo/servo Source-Revision: b5f3d7dd413886037de8f1bc435ede34a98421b3 |
||
|---|---|---|
| .. | ||
| servo | ||
| tidy | ||
| mach_bootstrap.py | ||
| README.md | ||
| requirements.txt | ||
| tox.ini | ||
This directory contains various Python modules used to support servo development.
servo
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.
tidy
servo-tidy is used to check licenses, line lengths, whitespace, flake8 on Python files, lock file versions, and more.