servo/ORGANIZATION.md

4 KiB

Servo code organization

Servo components

Supporting libraries

These libraries are either internal but used by Servo or external and need special integration:

Tests

  • tests/reftest.rs: Reference (layout) test runner.
  • tests/ref: Reference tests.
  • tests/html: Manual test cases and examples.
  • tests/power: Tests for measuring power usage.
  • [tests/heartbeats][tests/heartbeats]: Tests for profiler-level timing and energy behavior.
  • tests/wpt: Web platform tests and harness.

Miscellaneous

  • etc: Various scripts and files that don't belong anywhere else.
  • etc/patches: Patches for upstream libraries.