mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
add ` around path
This commit is contained in:
parent
1d0bc45704
commit
5912704458
1 changed files with 10 additions and 10 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
## Servo components
|
||||
|
||||
* components/servo : Servo main program.
|
||||
* components/servo/main.rs : Servo's entry point.
|
||||
* components/servo/lib.rs : libservo entry point.
|
||||
* components/canvas : HTML canvas graphics operations.
|
||||
* `components/servo`: Servo main program.
|
||||
* `components/servo/main.rs`: Servo's entry point.
|
||||
* `components/servo/lib.rs`: libservo entry point.
|
||||
* `components/canvas`: HTML canvas graphics operations.
|
||||
* `components/compositing`: The compositor and windowing systems.
|
||||
* components/devtools : Server for remote Firefox developer tools.
|
||||
* `components/devtools`: Server for remote Firefox developer tools.
|
||||
* `components/gfx`: Graphics rendering, fonts, and text shaping.
|
||||
* `components/layout`: The layout system.
|
||||
* `components/msg`: Message structure definitions for inter-task communication.
|
||||
|
@ -23,17 +23,17 @@
|
|||
These libraries are either internal but used by Servo or external and need
|
||||
special integration:
|
||||
|
||||
* support/android : Android-specific infrastructure.
|
||||
* support/android-rs-glue : Android apk builder.
|
||||
* `support/android`: Android-specific infrastructure.
|
||||
* `support/android-rs-glue`: Android apk builder.
|
||||
* `support/rust-task_info`: A binding to the task_info library on OS X.
|
||||
* support/time : A temporary fork of libtime required for Android.
|
||||
* `support/time`: A temporary fork of libtime required for Android.
|
||||
|
||||
## Tests
|
||||
|
||||
* `tests/contenttest.rs`: Content (JavaScript) test runner.
|
||||
* `tests/content Content tests.
|
||||
* `tests/content`: Content tests.
|
||||
* `tests/reftest.rs`: Reference (layout) test runner.
|
||||
* `tests/ref Reference tests.
|
||||
* `tests/ref`: Reference tests.
|
||||
* `tests/html`: Manual test cases and examples.
|
||||
* `tests/power`: Tests for measuring power usage.
|
||||
* `tests/wpt`: Web platform tests and harness.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue