script: Make most of 2D canvas and WebGL run over IPC.

To actually make the multiprocess communication work, we'll need to
reroute the task creation to the pipeline or the compositor. But this
works as a first step.
This commit is contained in:
Patrick Walton 2015-07-13 17:02:35 -07:00
parent 886c08c393
commit bb99b2f3c8
39 changed files with 694 additions and 365 deletions

View file

@ -15,10 +15,13 @@ path = "../plugins"
[dependencies.util]
path = "../util"
[dependencies.selectors]
git = "https://github.com/servo/rust-selectors"
[dependencies.cssparser]
version = "0.3"
features = [ "serde-serialization" ]
[dependencies]
log = "0.3"
encoding = "0.2"
@ -27,7 +30,6 @@ rustc-serialize = "0.3"
matches = "0.1"
url = "0.2.36"
bitflags = "0.3"
cssparser = "0.3.2"
num = "0.1.24"
lazy_static = "0.1.10"
smallvec = "0.1"