diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-03-24 08:44:40 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-03-24 08:44:40 +0530 |
commit | 2887623c4ae1960dfef52b14cd4afc3b279f9feb (patch) | |
tree | eb9a8d896d3e89c2a941502800c6d4ded8cf5cd2 /tests | |
parent | f1baba973f9bc788a65d77b59528b3719c198315 (diff) | |
parent | 5a6eaf8621cc3e8a616caa7539a9cda08efaef2f (diff) | |
download | servo-2887623c4ae1960dfef52b14cd4afc3b279f9feb.tar.gz servo-2887623c4ae1960dfef52b14cd4afc3b279f9feb.zip |
Auto merge of #10150 - emilio:canvas-cleanup, r=jdm
Canvas cleanup
This PR cleans up the layerization infrastructure for canvas, which was unused, and removes unused dependencies.
It also takes in account my recent username change to update angle's dependency (offscreen_gl_context requires extra work due to webrender depending on it).
r? @jdm
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10150)
<!-- Reviewable:end -->
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wpt/web-platform-tests/XMLHttpRequest/OWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/XMLHttpRequest/OWNERS b/tests/wpt/web-platform-tests/XMLHttpRequest/OWNERS index 7a809e70f6c..27421d921a0 100644 --- a/tests/wpt/web-platform-tests/XMLHttpRequest/OWNERS +++ b/tests/wpt/web-platform-tests/XMLHttpRequest/OWNERS @@ -1,4 +1,4 @@ -@ecoal95 +@emilio @hallvors @kangxu @caitp |