Re: [webkit-dev] Issue regarding Same Origin check with Blobs and XMLHttpRequest

2012-06-19 Thread Adam Barth
[webkit-dev -> bcc] What URL are you trying to load? The error message doesn't say. I wonder if you're trying to load a relative URL, which is trying to be resolved relative to the blob URL. It might work better with an absolute URL. Adam On Thu, May 10, 2012 at 1:32 AM, Vishal Shah wrote:

Re: [webkit-dev] Issue regarding Same Origin check with Blobs and XMLHttpRequest

2012-05-11 Thread Vishal Shah
Thanks Darin. I shall contact chromium-...@chromium.org for such issues in future. FYI, I was trying to connect to a relative URL using XMLHttpRequest object. That's why the issue. Adam Barth, helped in resolving the same. Thanks and Regards, Vishal Shah Sokrati Inc. On Thu, May 10, 2012 at 11:0

Re: [webkit-dev] Issue regarding Same Origin check with Blobs and XMLHttpRequest

2012-05-11 Thread Adam Barth
Just to close the loop on this topic, I spoke with Vishal off-list and we figured out the problem. Thanks everyone. Adam On Thu, May 10, 2012 at 1:32 AM, Vishal Shah wrote: > Hello, > > I have implemented a web worker that handles XMLHttpRequest object for my > application > When I create a se

Re: [webkit-dev] Issue regarding Same Origin check with Blobs and XMLHttpRequest

2012-05-10 Thread Darin Adler
On May 10, 2012, at 1:32 AM, Vishal Shah wrote: > If this is not the correct list to be contacted, please suggest me the > correct one. This is not the correct WebKit list. http://www.webkit.org/contact.html “webkit-dev is for discussion of the WebKit project's development […] you should dire

[webkit-dev] Issue regarding Same Origin check with Blobs and XMLHttpRequest

2012-05-10 Thread Vishal Shah
Hello, I have implemented a web worker that handles XMLHttpRequest object for my application When I create a separate *.js file for the worker's script it works perfectly fine. However, when trying to instantiate the worker using a Blob, Chrome throws an error as follows: XMLHttpRequest cannot lo