| Commit message (Expand) | Author | Age | Files | Lines |
* | remove globals in tests for compability with ?noglobals, to be enabled by def... | Jörn Zaefferer | 2009-09-15 | 1 | -1/+4 |
* | jquery ajax: addition for #2452. Wasn't working correctly in some cases. | Ariel Flesler | 2009-09-15 | 1 | -3/+6 |
* | jquery ajax: closes #4994. Adding 'context' setting to $.ajax | Ariel Flesler | 2009-09-15 | 1 | -3/+42 |
* | Adds nested param serialization; Closes #4201 (by merbjedi) | Yehuda Katz | 2009-09-02 | 1 | -1/+14 |
* | Temporarily disabled some tests for Opera 10 - a variety of problems with inp... | John Resig | 2009-08-26 | 1 | -1/+3 |
* | Exaggerate the times for the localtimeout ajax test. | John Resig | 2009-07-21 | 1 | -1/+1 |
* | Fixed spelling mistake in Ajax tests. | John Resig | 2009-07-14 | 1 | -2/+2 |
* | Fixed the handling of .status == 304 in Opera (it always returns 0). Also sil... | John Resig | 2009-07-14 | 1 | -4/+14 |
* | Minor tab-spacing tweak. | John Resig | 2009-06-15 | 1 | -1/+1 |
* | Adding support for etags in $.ajax() - and simplified the if-modified-since i... | John Resig | 2009-06-15 | 1 | -0/+52 |
* | Switched to using new Function instead of eval for handling JSON parsing (Fix... | John Resig | 2009-05-20 | 1 | -0/+19 |
* | error case for an ajax test | Brandon Aaron | 2009-05-16 | 1 | -2/+6 |
* | fix global event triggering that i broke in r6323 | Brandon Aaron | 2009-05-01 | 1 | -124/+124 |
* | Made it so that search input elements are now serialized. Fixes bug #4107. | John Resig | 2009-02-18 | 1 | -4/+4 |
* | Had to remove the global variable tricks (especially the delete window calls)... | John Resig | 2009-01-12 | 1 | -28/+8 |
* | testrunner: Putting back the global variables used for ajax tests. I added ma... | Ariel Flesler | 2009-01-10 | 1 | -22/+46 |
* | testrunner: Removing every global variable leaked within (and outside) tests.... | Ariel Flesler | 2009-01-09 | 1 | -21/+19 |
* | Timeout test appears to be flaky - disabling, for now. | John Resig | 2009-01-05 | 1 | -0/+2 |
* | The timeout test was waiting for 10 seconds - unnecessary, lowered it to 1 se... | John Resig | 2009-01-05 | 1 | -1/+1 |
* | core: tests cleanup for compability with qunit updates: stop() now actually a... | Jörn Zaefferer | 2008-10-24 | 1 | -4/+4 |
* | test runner: the changes are: | Ariel Flesler | 2008-05-28 | 1 | -135/+135 |
* | test runner: a test for load() with a hash of data, and another for load() wi... | Ariel Flesler | 2008-05-27 | 1 | -0/+24 |
* | ajax test: Removed test for extending with null. | Scott González | 2008-05-07 | 1 | -6/+2 |
* | jquery ajax: support for dynamic data arguments, see #2806; added test/data/e... | Jörn Zaefferer | 2008-05-06 | 1 | -0/+16 |
* | test runner: translated all the ok() with '==' to equals(), as it gives more ... | Ariel Flesler | 2008-05-06 | 1 | -19/+19 |
* | jquery.ajax: improvement for #2688, added test | Jörn Zaefferer | 2008-04-22 | 1 | -0/+21 |
* | Fixed #2174 by removing the s.dataType == "json" check for possible cross dom... | David Serduke | 2008-01-17 | 1 | -4/+4 |
* | Added a fix for bug #2020 - if you want to do data: {callback: "?"}, do jsonp... | John Resig | 2007-12-17 | 1 | -3/+3 |
* | Fixed #2046 by forcing the dataType to 'html' in the .load() function. | David Serduke | 2007-12-14 | 1 | -10/+23 |
* | Fixed #1750 by adding a url that starts with "//" and is a dataType "script" ... | David Serduke | 2007-12-12 | 1 | -0/+22 |
* | Fix #1987 by only doing remote <script> type ajax with GET requests. All oth... | David Serduke | 2007-12-11 | 1 | -0/+19 |
* | Added ajax error messages in the unit test suite because Safari was sometimes... | David Serduke | 2007-12-06 | 1 | -0/+44 |
* | Safari sometimes stops in the test suite on the ajax section when I run the w... | David Serduke | 2007-12-05 | 1 | -5/+15 |
* | Fixed #1999 by replacing the 'no-cache' parameter if it is there instead of j... | David Serduke | 2007-12-04 | 1 | -1/+31 |
* | There was a disabled test in the ajax test suite which said there were too ma... | David Serduke | 2007-12-04 | 1 | -5/+3 |
* | Fixed #1557, although it doesn't appear to be just an FF3 problem. In this ca... | David Serduke | 2007-11-29 | 1 | -0/+13 |
* | Disabled the Ajax tests from running locally. | John Resig | 2007-09-23 | 1 | -33/+31 |
* | Added a fix for bug #1580, where the query string was appended to the POST da... | John Resig | 2007-09-15 | 1 | -1/+8 |
* | Fix for bug #1600 - multiple selects were being serialized incorrectly. | John Resig | 2007-09-15 | 1 | -4/+4 |
* | Finished up some of the reorganization. | John Resig | 2007-09-08 | 1 | -0/+641 |