Auto merge of #17067 - est31:master, r=jdm

Bring back clipboard support

Brings back clipboard support.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #17065
- [x] These changes fix #12805

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
- [x] Testing these chances would require a full integration-style test suite, which servo currently lacks.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17067)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-06-01 10:07:16 -07:00 committed by GitHub
commit 12de616532
7 changed files with 113 additions and 6 deletions

View file

@ -1285,7 +1285,7 @@ impl WindowMethods for Window {
}
fn supports_clipboard(&self) -> bool {
false
true
}
}