jquery/test/data
2011-05-10 12:24:36 +02:00
..
offset Fix test cases for bug fix. 2011-03-31 02:55:16 -04:00
support Adds unit/support.js to unit tests. Still have to test for has to be done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail). 2011-05-10 12:24:36 +02: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 . 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 Reorganzing the jQuery source (first phase). 2007-09-08 12:42:32 +00:00
echoData.php Fixing request data param issue. Thanks to mislav for the patch. Fixes . 2010-06-14 23:08:28 -04:00
echoQuery.php jquery ajax: support for dynamic data arguments, see ; added test/data/echoQuery.php for easier testing of sent query strings 2008-05-06 22:21:43 +00:00
errorWithText.php Fixes . 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 . 2009-07-14 21:13:23 +00:00
headers.php Fixes . 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 . 2009-07-14 21:13:23 +00:00
iframe.html Fixed . 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
json.php Detect JSON Ajax requests by the response content-type (like is done with XML). Fixes . 2010-01-05 19:48:16 -05:00
json_obj.js Reorganzing the jQuery source (first phase). 2007-09-08 12:42:32 +00:00
jsonp.php Fixes . 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 . 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 . 2011-04-07 11:26:42 -04:00
script.php Script dataType now supports ecmascript mimetypes. 2011-01-31 19:14:06 +01: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
test2.html Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug . 2009-02-16 18:23:59 +00:00
test3.html Reorganzing the jQuery source (first phase). 2007-09-08 12:42:32 +00:00
testinit.js Update unit tests with a leak detection mechanism for the various jQuery globals and fix all leaks in the tests. 2011-01-09 15:58:47 -06:00
testrunner.js Avoid changing html in two places; add minified jQuery as an option to the main test page 2011-05-02 17:53:55 -04:00
testsuite.css Merge branch '8099' of https://github.com/rwldrn/jquery. Fixes . 2011-04-14 15:57:47 -04:00
text.php Convert test/data/text.php to use lf line endings. 2010-11-12 07:45:24 +02:00
ua.txt adding extra useragents from trac tickets. correcting opera version 2010-01-12 11:42:30 +08:00
versioncheck.js Avoid changing html in two places; add minified jQuery as an option to the main test page 2011-05-02 17:53:55 -04:00
with_fries.xml Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug . 2009-02-16 18:23:59 +00: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 . 2010-12-09 13:34:28 -05:00