From: jaubourg Date: Thu, 3 Feb 2011 05:12:47 +0000 (+0100) Subject: Stores jQuery.ajaxSettings.isLocal locally at load time so that any change to it... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=ee22a59129e082a2bb9f5bc0b085191ab6faafc8;hp=ee22a59129e082a2bb9f5bc0b085191ab6faafc8;p=jquery.git 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. ---