Re: [webkit-dev] AJAX requests from local files to network stopped working in 4.6

2009-12-08 Thread Alexander Vassilev
Hello Darin, I am sorry for posting to the wrong list, I will subscribe to the webkit-help forum for the future. Thank you very much for the detailed and accurate response. Best regards Alex Darin Adler wrote: On Dec 7, 2009, at 6:28 AM, Alexander Vassilev wrote: With qtwebkit 4.5.x I

Re: [webkit-dev] AJAX requests from local files to network stopped working in 4.6

2009-12-07 Thread Darin Adler
On Dec 7, 2009, at 6:28 AM, Alexander Vassilev wrote: > With qtwebkit 4.5.x I had no problems doing so, no cross-site scripting > blocking by webkit, everything just worked (i did security control by > myself). With qt 4.6 however, I get an empty responseText of the > XMLHttpRequest object. I

[webkit-dev] AJAX requests from local files to network stopped working in 4.6

2009-12-07 Thread Alexander Vassilev
Hi all, I am using qt and qtwebkit in my application, it embeds webkit and loads some local html and javascript files, which do XMLHTTP requests over the network. With qtwebkit 4.5.x I had no problems doing so, no cross-site scripting blocking by webkit, everything just worked (i did security