Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Stylo unit tests out of tests/unit | Simon Sapin | 2017-12-07 | 1 | -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 Matthews | 2017-07-10 | 1 | -0/+3 |
| | |||||
* | Replace RwLock<MediaList> with shared_lock::Locked<MediaList> | Simon Sapin | 2017-03-19 | 1 | -0/+3 |
| | |||||
* | Test that Servo_* functions have the right signatures | Manish Goregaokar | 2016-10-09 | 1 | -0/+20 |
Fixes #12992 |