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 upRemove parallel layout #65
Closed
Comments
|
I believe most of this code has been excised now. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
IndexedDB: Ms2ger's test
This was referenced Dec 29, 2016
glennw
added a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Start tidying up some of the ways IDs are handled.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is very unsafe code, using shared boxes across multiple tasks. I think proceeding with this sort of design without figuring out a way to encapsulate the unsafety better will make maintenance and debugging difficult. We should back off of this approach for now.