Re: Parallel sandboxed iframes

2014-01-20 Thread David Bruant
Hi, So far, nobody said that the idea was either stupid or impossible/impractical, so I went ahead and filed https://bugzilla.mozilla.org/show_bug.cgi?id=961689 David ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.or

Re: Parallel sandboxed iframes

2014-01-19 Thread 陳侃如
Bill McCloskey writes: >> About the front-end breakages, the ongoing e10s work should help with >> that right? I mean, do we usually make assumptions about what frame the >> content process belongs to, or whether the iframe content process is the >> same as the iframe host content process? > > U

Re: Parallel sandboxed iframes

2014-01-16 Thread Bill McCloskey
- Original Message - > From: "Ehsan Akhgari" > To: "Bill McCloskey" , "David Bruant" > > Cc: dev-platform@lists.mozilla.org > Sent: Thursday, January 16, 2014 1:45:08 PM > Subject: Re: Parallel sandboxed iframes > > About the front

Re: Parallel sandboxed iframes

2014-01-16 Thread Ehsan Akhgari
On 1/16/2014, 3:34 PM, Bill McCloskey wrote: - Original Message - From: "David Bruant" To: dev-platform@lists.mozilla.org Sent: Thursday, January 16, 2014 11:29:59 AM Subject: Re: Parallel sandboxed iframes As a web developer, I'm happy with process-separated if it

Re: Parallel sandboxed iframes

2014-01-16 Thread Bill McCloskey
- Original Message - > From: "David Bruant" > To: dev-platform@lists.mozilla.org > Sent: Thursday, January 16, 2014 11:29:59 AM > Subject: Re: Parallel sandboxed iframes > > As a web developer, I'm happy with process-separated if it's easier,

Re: Parallel sandboxed iframes

2014-01-16 Thread Boris Zbarsky
On 1/16/14 2:29 PM, David Bruant wrote: I don't understand the last sentence. Is "memory corruption" referring to the global state you mentioned before? Yes. When you wrote "parallel-safe" above, was that implicitly thread-parallelism? Yes. As a web developer, I'm happy with process-sepa

Re: Parallel sandboxed iframes

2014-01-16 Thread David Bruant
Le jeudi 16 janvier 2014 18:31:59 UTC+1, Boris Zbarsky a écrit : > It's pretty far away in Gecko as it stands, because we have all sorts of > global state (class statics, say!) that is not parallel-safe. > > Process-separated is likely to be simpler to get to work without pesky > things like mem

Re: Parallel sandboxed iframes

2014-01-16 Thread Boris Zbarsky
On 1/16/14 7:18 AM, David Bruant wrote: From what I understand, it's already possible to create process-separated frames [3] which I feel isn't that far away from a parallel iframe It's pretty far away in Gecko as it stands, because we have all sorts of global state (class statics, say!) that

Parallel sandboxed iframes

2014-01-16 Thread David Bruant
bset that can work in parallel from its parent. I believe parallel sandboxed iframes would be a good thing also because it would encourage web developers to use them also for their security characteristics. It would also save the work of creating new WebWorker-specific APIs. Thoughts? David [1] h