aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* testrunner: Removing every global variable leaked within (and outside) tests....Ariel Flesler2009-01-091-21/+19
* Timeout test appears to be flaky - disabling, for now.John Resig2009-01-051-0/+2
* The timeout test was waiting for 10 seconds - unnecessary, lowered it to 1 se...John Resig2009-01-051-1/+1
* core: tests cleanup for compability with qunit updates: stop() now actually a...Jörn Zaefferer2008-10-241-4/+4
* test runner: the changes are:Ariel Flesler2008-05-281-135/+135
* test runner: a test for load() with a hash of data, and another for load() wi...Ariel Flesler2008-05-271-0/+24
* ajax test: Removed test for extending with null.Scott González2008-05-071-6/+2
* jquery ajax: support for dynamic data arguments, see #2806; added test/data/e...Jörn Zaefferer2008-05-061-0/+16
* test runner: translated all the ok() with '==' to equals(), as it gives more ...Ariel Flesler2008-05-061-19/+19
* jquery.ajax: improvement for #2688, added testJörn Zaefferer2008-04-221-0/+21
* Fixed #2174 by removing the s.dataType == "json" check for possible cross dom...David Serduke2008-01-171-4/+4
* Added a fix for bug #2020 - if you want to do data: {callback: "?"}, do jsonp...John Resig2007-12-171-3/+3
* Fixed #2046 by forcing the dataType to 'html' in the .load() function.David Serduke2007-12-141-10/+23
* Fixed #1750 by adding a url that starts with "//" and is a dataType "script" ...David Serduke2007-12-121-0/+22
* Fix #1987 by only doing remote <script> type ajax with GET requests. All oth...David Serduke2007-12-111-0/+19
* Added ajax error messages in the unit test suite because Safari was sometimes...David Serduke2007-12-061-0/+44
* Safari sometimes stops in the test suite on the ajax section when I run the w...David Serduke2007-12-051-5/+15
* Fixed #1999 by replacing the 'no-cache' parameter if it is there instead of j...David Serduke2007-12-041-1/+31
* There was a disabled test in the ajax test suite which said there were too ma...David Serduke2007-12-041-5/+3
* Fixed #1557, although it doesn't appear to be just an FF3 problem. In this ca...David Serduke2007-11-291-0/+13
* Disabled the Ajax tests from running locally.John Resig2007-09-231-33/+31
* Added a fix for bug #1580, where the query string was appended to the POST da...John Resig2007-09-151-1/+8
* Fix for bug #1600 - multiple selects were being serialized incorrectly.John Resig2007-09-151-4/+4
* Finished up some of the reorganization.John Resig2007-09-081-0/+641