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

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

2012-05-10 Thread Vishal Shah
worker = new Worker(blobURL); urlClass.revokeObjectURL(blobURL); * Am I doing anything wrong here or *is it a known bug in Chrome*? Please suggest. References to any related article will be helpful. *If this is not the correct list to be contacted, please suggest me the correct one.* Thanks a