Re: [webidl] XMLHttpRequest interface object

2009-04-30 Thread Anne van Kesteren
On Thu, 30 Apr 2009 16:01:45 +0200, Anne van Kesteren ann...@opera.com wrote: For environments where the global object is represented by the Window object XMLHttpRequest needs to be associated with a Document object for determining the origin and base URL. The problem is that the

[webidl] XMLHttpRequest interface object

2009-04-30 Thread Anne van Kesteren
For environments where the global object is represented by the Window object XMLHttpRequest needs to be associated with a Document object for determining the origin and base URL. The problem is that the XMLHttpRequest interface object can be copied around, e.g. var x =

Re: [webidl] XMLHttpRequest interface object

2009-04-30 Thread Ian Hickson
On Thu, 30 Apr 2009, Anne van Kesteren wrote: For environments where the global object is represented by the Window object XMLHttpRequest needs to be associated with a Document object for determining the origin and base URL. The problem is that the XMLHttpRequest interface object can be

Re: [webidl] XMLHttpRequest interface object

2009-04-30 Thread Sam Weinig
On Apr 30, 2009, at 9:58 AM, Ian Hickson wrote: On Thu, 30 Apr 2009, Anne van Kesteren wrote: For environments where the global object is represented by the Window object XMLHttpRequest needs to be associated with a Document object for determining the origin and base URL. The problem is