From ee22a59129e082a2bb9f5bc0b085191ab6faafc8 Mon Sep 17 00:00:00 2001 From: jaubourg Date: Thu, 3 Feb 2011 06:12:47 +0100 Subject: 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. --- test/localfile.html | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) (limited to 'test/localfile.html') diff --git a/test/localfile.html b/test/localfile.html index 802163133..b354612a5 100644 --- a/test/localfile.html +++ b/test/localfile.html @@ -25,16 +25,32 @@ +

jQuery Local File Test

+ \ No newline at end of file -- cgit v1.2.3