Skip to content

Commit c44707d

Browse files
author
bors-servo
authored
Auto merge of #585 - vvuk:wrench, r=glennw
Add Wrench to WebRender This moves Wrench to WebRender. It can now replay binary recordings (replaces the wr-replay tool, though I haven't removed that one), show frames from YAML, and write YAML while replaying a binary recording. The YAML stuff is very much WIP, but what's there works and can be built on top of. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/585) <!-- Reviewable:end -->
2 parents 3a6725a + 7be8661 commit c44707d

25 files changed

+2728
-9
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
target/
22
*~
33
*#
4-
4+
.vscode

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ script:
1616
- (cd webrender && cargo test --verbose)
1717
- (cd sample && cargo test --verbose)
1818
- (cd replay && cargo test --verbose)
19+
- (cd wrench && cargo test --verbose)

0 commit comments

Comments
 (0)