[whatwg] Storage mutex

On Fri, Aug 28, 2009 at 3:36 PM, Jeremy Orlow<jorlow at chromium.org> wrote:
> Can a plugin ever call into a script while a script is running besides when
> the script is making a synchronous call to the plugin? ?If so, that worries
> me since it'd be a way for the script to lose its lock at _any_ time.

Does the Chromium out-of-process plugin model take steps to prevent
it?  I had understood that it let such things race freely, but maybe
that was just at the NPAPI level and there's some other interlocking
protocol before script can be invoked.

Mike

Received on Saturday, 29 August 2009 18:10:20 UTC