Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIPC #267
Closed
IPC #267
Labels
Comments
This was referenced Feb 14, 2013
Closed
Closed
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
README for the Web Storage test suite
|
We got this far without one. |
|
I think this is still relevant to Servo-e10s. (Maybe we should have an e10s tag?) |
|
It happened. |
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Replace deprecated Matrix4 with Matrix4D
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need an IPC mechanism between servo and crow. I suggest it be pipes-like, and there's a flatpipes module in standard that was created with this in mind.
Related: #111