Re: [dev-servo] Handling adoptNode

2012-10-21 Thread Boris Zbarsky
On 10/21/12 1:34 PM, Brendan Eich wrote: Ah, ok. We'd need to find all the places in the old document that reference the node, but that might be feasible. By tracking all the time, or scanning only upon an adoptNode? Hrm. We'd only need the Rust references, since the JS ones would be handled

Re: [dev-servo] Handling adoptNode

2012-10-21 Thread Brendan Eich
Boris Zbarsky wrote: On 10/21/12 1:49 AM, Patrick Walton wrote: I'm not entirely clear on the semantics of adoptNode. Is it possible that the node could come from a different origin? On the web, no. As far as what browser UI and extensions can do... up to us, I guess. I think the right ans

Re: [dev-servo] Handling adoptNode

2012-10-21 Thread Boris Zbarsky
On 10/21/12 1:49 AM, Patrick Walton wrote: I'm not entirely clear on the semantics of adoptNode. Is it possible that the node could come from a different origin? On the web, no. As far as what browser UI and extensions can do... up to us, I guess. If the node can't come from a different or