jquery/test/data
Yehuda Katz 6bc08c2b2f Remove Ajax requirement for simple XML tests
Previously, all jQuery tests that wanted an XML
document would make an Ajax request to go through
jQuery's XML parsing logic in jQuery.ajax. Now,
use jQuery.parseXML instead.

This removes the need for the Ajax server for
these tests, improves their performance, and
decouples simple core tests from Ajax.

(with scottgonzalez)
2012-04-15 17:41:54 -04:00
..
dimensions Fix #3838, $(document).height() incorrect in IE6 2012-03-02 11:45:30 -05:00
offset Fix #10902. DRY up the ways to include src files in tests. 2012-01-11 21:35:13 -05:00
selector Fix #10931: Make unit tests work without web access. 2012-01-12 20:04:17 -05:00
support Fix #7986. $.support.boxModel shan't be fooled by page-level CSS. 2012-02-24 00:14:15 -05:00
1x1.jpg Fixes #11426: getting the responseText of an xhr should be tried/caught because of IE's inability to give access to binary data. Unit test added. 2012-03-07 15:39:39 +01:00
atom+xml.php Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195. 2010-12-09 13:34:28 -05:00
badjson.js Make sure that a parsererror is thrown whenever malformed JSON comes back from a server (so that the Ajax error handler is called). Makes it uniform across browsers that do and don't have JSON.parse support. 2010-01-07 12:21:58 -05:00
dashboard.xml Attribute hooks do not need to be attached in XML docs. Fixes #9568. 2011-06-13 10:02:13 -04:00
echoData.php Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123. 2010-06-14 23:08:28 -04:00
echoQuery.php jquery ajax: support for dynamic data arguments, see #2806; added test/data/echoQuery.php for easier testing of sent query strings 2008-05-06 22:21:43 +00:00
errorWithText.php Fixes #7868. ResponseText is now properly propagated for error callbacks. 2011-01-09 04:53:29 +01:00
etag.php Fixed the handling of .status == 304 in Opera (it always returns 0). Also silently "pass" in Opera 9.6 (which is unable to send the correct headers with setRequestHeader). Follow-up to bug #4764. 2009-07-14 21:13:23 +00:00
evalScript.php Fixes #11264 or rather seriously limits the risk of global ajaxSettings screwing with script loading in domManip. Gotta love globals and sneaky dependencies. Unit test added. 2012-03-07 16:54:05 +01:00
headers.php Fixes #8297. Makes sure response headers with empty values are handled properly and do not prevent proper parsing of the entire response headers string. Unit test amended. 2011-02-17 17:03:09 +01:00
if_modified_since.php Fixed the handling of .status == 304 in Opera (it always returns 0). Also silently "pass" in Opera 9.6 (which is unable to send the correct headers with setRequestHeader). Follow-up to bug #4764. 2009-07-14 21:13:23 +00:00
iframe.html Fixed #1264. If you read the bug there were many proposed changes. As it turned out most of them had already been implemented. The last ones necessary were in .domManip() with when a <table> was 'this' and for .text(). Adding these last changes seems to make dom and text manipulation in IE frames possible. Unit test cases were added as well. 2007-12-05 00:26:13 +00:00
include_js.php Revert "No more php/js logic duplication..." on a hunch. 2012-03-07 15:31:35 -05:00
json_obj.js Reorganzing the jQuery source (first phase). 2007-09-08 12:42:32 +00:00
json.php Detect JSON Ajax requests by the response content-type (like is done with XML). Fixes #5709. 2010-01-05 19:48:16 -05:00
jsonp.php Fixes #4897. Added ?? as a context-insensitive placeholder for the callback name of a JSONP request. Unit tests provided. 2011-01-12 18:36:00 +01:00
name.html Reorganzing the jQuery source (first phase). 2007-09-08 12:42:32 +00:00
name.php Remove an invalid ajax test and some code that is no longer used by any test. 2011-02-05 00:20:23 +01:00
params_html.php Clean trailing whitespace from all files. 2010-12-30 00:34:48 -06:00
readywaitasset.js Add readyWait tests. Fixes #8145. 2011-02-12 13:53:05 +01:00
readywaitloader.js Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ / jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice. Fixes #8803 . 2011-04-07 11:26:42 -04:00
script.php Script dataType now supports ecmascript mimetypes. 2011-01-31 19:14:06 +01:00
statusText.php Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText in callbacks is still normalized. Unit test added. 2011-07-23 02:39:12 +02:00
test2.html Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug #4167. 2009-02-16 18:23:59 +00:00
test3.html Reorganzing the jQuery source (first phase). 2007-09-08 12:42:32 +00:00
test.html testrunner: Putting back the global variables used for ajax tests. I added many calls to delete though. The global namespace must be cleaned up before calling start() again. 2009-01-10 00:16:48 +00:00
test.js Fixing endlines. 2009-11-25 12:09:53 -05:00
test.php testrunner: Putting back the global variables used for ajax tests. I added many calls to delete though. The global namespace must be cleaned up before calling start() again. 2009-01-10 00:16:48 +00:00
testinit.js Remove Ajax requirement for simple XML tests 2012-04-15 17:41:54 -04:00
testrunner.js Fix #10691. Remove all instances of equals() and same(), as these are deprecated in QUnit. 2011-11-06 15:27:42 -05:00
testsuite.css Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown elems. Fixes #10501. 2011-10-23 16:08:10 -04:00
text.php Convert test/data/text.php to use lf line endings. 2010-11-12 07:45:24 +02:00
ua.txt Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385" 2011-08-26 10:10:35 -04:00
with_fries_over_jsonp.php Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195. 2010-12-09 13:34:28 -05:00
with_fries.xml Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug #4167. 2009-02-16 18:23:59 +00:00