Moved clipboard integration from textinput to constellation, to facilitate sandboxing.

This commit is contained in:
Avi Weinstock 2015-04-02 16:26:20 -04:00
parent ba4c455438
commit 503cc9e6d6
10 changed files with 46 additions and 19 deletions

View file

@ -28,6 +28,7 @@ extern crate net_traits;
extern crate util;
extern crate gleam;
extern crate webdriver_server;
extern crate clipboard;
extern crate libc;
extern crate time;