[dev-servo] Proposal: Close areas of the tree that are yet to be e10sified

2015-07-24 Thread Patrick Walton
As most people know by now, I'm having a lot of trouble getting multiprocess Servo landed :) Much of the trouble here is that changes keep coming in that are not multiprocess safe, and as multiprocess tends to trigger random test failures it ends up being a never-ending losing battle to keep up wit

Re: [dev-servo] Proposal: Close areas of the tree that are yet to be e10sified

2015-07-24 Thread Patrick Walton
Oh, I forgot to mention 2D canvas and WebGL. This implies a moratorium on all new canvas or WebGL functionality. Patrick On Fri, Jul 24, 2015 at 8:45 PM, Patrick Walton wrote: > As most people know by now, I'm having a lot of trouble getting > multiprocess Servo landed :) Much of the trouble he

Re: [dev-servo] Proposal: Close areas of the tree that are yet to be e10sified

2015-07-26 Thread Lars Bergstrom
What is left to land these patches, and whom do you need help from to get these finished? I’m fine with freezing these interfaces if it’s for a week or so, but during the last few weeks this change has uncovered some pretty big holes in Cargo, the WPT tests, our CI configuration, etc. I guess I

Re: [dev-servo] Proposal: Close areas of the tree that are yet to be e10sified

2015-07-26 Thread Patrick Walton
Here's the status on a per-patch basis: * Storage task (#6746): Bouncing due to what I believe to be an ipc-channel bug whereby Unix socket file descriptors sometimes get unexpectedly closed on Linux. Investigating now. * Developer tools (#6745): Not reviewed yet. (Josh Matthews is the reviewer h

Re: [dev-servo] Proposal: Close areas of the tree that are yet to be e10sified

2015-07-27 Thread Patrick Walton
# e10s status update As requested, here's an update on multiprocess Servo. The following areas must, but do not yet, run over IPC in a multiprocess scenario and should be considered frozen: * Developer tools (#6745): Awaiting re-merge after an intermittent test failure. * Resource task (#6586):