Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to use a...
[jquery.git] / test / unit / ajax.js
2009-09-15 Ariel Fleslerjquery ajax: closes #4994. Adding 'context' setting...
2009-09-02 Yehuda KatzAdds nested param serialization; Closes #4201 (by merbjedi)
2009-08-26 John ResigTemporarily disabled some tests for Opera 10 - a variet...
2009-07-21 John ResigExaggerate the times for the localtimeout ajax test.
2009-07-14 John ResigFixed spelling mistake in Ajax tests.
2009-07-14 John ResigFixed the handling of .status == 304 in Opera (it alway...
2009-06-15 John ResigMinor tab-spacing tweak.
2009-06-15 John ResigAdding support for etags in $.ajax() - and simplified...
2009-05-20 John ResigSwitched to using new Function instead of eval for...
2009-05-16 Brandon Aaronerror case for an ajax test
2009-05-01 Brandon Aaronfix global event triggering that i broke in r6323
2009-02-18 John ResigMade it so that search input elements are now serialize...
2009-01-12 John ResigHad to remove the global variable tricks (especially...
2009-01-10 Ariel Fleslertestrunner: Putting back the global variables used...
2009-01-09 Ariel Fleslertestrunner: Removing every global variable leaked withi...
2009-01-05 John ResigTimeout test appears to be flaky - disabling, for now.
2009-01-05 John ResigThe timeout test was waiting for 10 seconds - unnecessa...
2008-10-24 Jörn Zaefferercore: tests cleanup for compability with qunit updates...
2008-05-28 Ariel Fleslertest runner: the changes are:
2008-05-27 Ariel Fleslertest runner: a test for load() with a hash of data...
2008-05-07 Scott Gonzálezajax test: Removed test for extending with null.
2008-05-06 Jörn Zaeffererjquery ajax: support for dynamic data arguments, see...
2008-05-06 Ariel Fleslertest runner: translated all the ok() with '==' to equal...
2008-04-22 Jörn Zaeffererjquery.ajax: improvement for #2688, added test
2008-01-17 David SerdukeFixed #2174 by removing the s.dataType == "json" check...
2007-12-17 John ResigAdded a fix for bug #2020 - if you want to do data...
2007-12-14 David SerdukeFixed #2046 by forcing the dataType to 'html' in the...
2007-12-12 David SerdukeFixed #1750 by adding a url that starts with "//" and...
2007-12-11 David SerdukeFix #1987 by only doing remote <script> type ajax with...
2007-12-06 David SerdukeAdded ajax error messages in the unit test suite becaus...
2007-12-05 David SerdukeSafari sometimes stops in the test suite on the ajax...
2007-12-04 David SerdukeFixed #1999 by replacing the 'no-cache' parameter if...
2007-12-04 David SerdukeThere was a disabled test in the ajax test suite which...
2007-11-29 David SerdukeFixed #1557, although it doesn't appear to be just...
2007-09-23 John ResigDisabled the Ajax tests from running locally.
2007-09-15 John ResigAdded a fix for bug #1580, where the query string was...
2007-09-15 John ResigFix for bug #1600 - multiple selects were being seriali...
2007-09-08 John ResigFinished up some of the reorganization.