Stores jQuery.ajaxSettings.isLocal locally at load time so that any change to it...
authorjaubourg <j@ubourg.net>
Thu, 3 Feb 2011 05:12:47 +0000 (06:12 +0100)
committerjaubourg <j@ubourg.net>
Thu, 3 Feb 2011 05:12:47 +0000 (06:12 +0100)
commitee22a59129e082a2bb9f5bc0b085191ab6faafc8
tree1dec7c60c9f9918a5a4afb2303301b818ae40ce9
parent50e950a96e0fae23a1ae418951a298e2949ff351
Stores jQuery.ajaxSettings.isLocal locally at load time so that any change to it won't affect the transport. Fixes the url parsing regexp to deal with empty domains. Adds informative text into test/localfile.html and handles Opera's failure. Revises the way xhr are created by doing all tests at load time and normalizes all the xhr creation functions so that none of them may throw an exception.
src/ajax.js
src/ajax/xhr.js
test/localfile.html