mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add instructions to glossary.
This commit is contained in:
parent
c0524b3c47
commit
f78ff93b5f
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
# How to use this glossary
|
||||||
|
|
||||||
|
This is a collection of common terms that have a specific meaning in the context of the Servo project. The goal is to provide high-level definitions and useful links for further reading, rather than complete documentation about particular parts of the code.
|
||||||
|
|
||||||
|
If there is a word or phrase used in Servo's code, issue tracker, mailing list, etc. that is confusing, please make a pull request that adds it to this file with a body of `TODO`. This will signal more knowledgeable people to add a more meaningful definition.
|
||||||
|
|
||||||
|
# Glossary
|
||||||
|
|
||||||
### Compositor ###
|
### Compositor ###
|
||||||
|
|
||||||
The thread that receives input events from the operating system and forwards them to the constellation. It is also in charge of compositing complete renders of web content and displaying them on the screen as fast as possible.
|
The thread that receives input events from the operating system and forwards them to the constellation. It is also in charge of compositing complete renders of web content and displaying them on the screen as fast as possible.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue