mirror of
https://github.com/servo/servo.git
synced 2025-09-08 05:58:20 +01:00
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:
commit
12de616532
7 changed files with 113 additions and 6 deletions
|
@ -1285,7 +1285,7 @@ impl WindowMethods for Window {
|
|||
}
|
||||
|
||||
fn supports_clipboard(&self) -> bool {
|
||||
false
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue