aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/stylo/servo_function_signatures.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move Stylo unit tests out of tests/unitSimon Sapin2017-12-071-26/+0
| | | | | This will allow writing `tests/unit/*` in the root `Cargo.toml` file to designate Servo unit tests.
* stylo: Create error reporters linked to documents (bug 1352669)Josh Matthews2017-07-101-0/+3
|
* Replace RwLock<MediaList> with shared_lock::Locked<MediaList>Simon Sapin2017-03-191-0/+3
|
* Test that Servo_* functions have the right signaturesManish Goregaokar2016-10-091-0/+20
Fixes #12992