[Bug 16509] [Shadow]: Consider isolation

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16509

Maciej Stachowiak <mjs@apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjs@apple.com

--- Comment #5 from Maciej Stachowiak <mjs@apple.com> ---
Besides DOM encapsulation, a separate scripting environment (different world or
global object), and a separate owner document and set of DOM prototypes, full
isolation also requires a way to sanitize JS values that are passed to or
returned from exported methods (something like the Worker structured clone
algorithm but at minimum it also needs to be able to handle DOM nodes that have
different wrappers inside and outside the component).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 11 April 2014 18:50:47 UTC