Re: New full Unicode for ES6 idea

On 2/19/12 6:12 AM, Mark S. Miller wrote:
> Is this true for same origin iframes? I have always assumed that mixing
> heaps between same origin iframes results in unmediated direct
> object-to-object access.

It does in Gecko right now, but that's a bug that we're fixing.

The reason it's a bug is that "same origin" is not a time-invariant 
concept.  So you can't actually have unmediated direct access across 
iframes.

-Boris

Received on Sunday, 19 February 2012 19:37:45 UTC