aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Fixes #7945. Make jQuery.param() serialize plain objects with a property name...Anton Kovalyov2011-02-021-1/+6
* Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ...jaubourg2011-02-011-18/+18
* Places multiple signature test after all primary callbacks tests.jaubourg2011-02-011-15/+15
* Improve $.ajax method signature unit test and placementDan Heberden2011-02-011-19/+15
* Bug 8107; Fix argument handling for $.ajax for multiple method signatues and ...Dan Heberden2011-01-311-0/+19
* Fixes #8095. Properly handles the case where browser cache needs to be bypass...jaubourg2011-01-311-78/+87
* Script dataType now supports ecmascript mimetypes.jaubourg2011-01-311-8/+14
* Makes sure jsonp callback is not left in the global namespace in case of an e...jaubourg2011-01-311-3/+35
* Makes sure all converters keys are lowercased before any conversion is taking...jaubourg2011-01-311-4/+4
* Fixes #7568. Follow-up fix for #5862. Objects with a length property weren't ...Anton M2011-01-311-10/+28
* Removed errorThrown test for 404 responses seeing as Safari 3.x XHR sets the ...jaubourg2011-01-311-1/+7
* Simplifies the unit test for #8082.jaubourg2011-01-291-8/+3
* Fixes #8082. Text to script converter now returns text. Unit test added.jaubourg2011-01-291-3/+9
* Fixes #5856. Adds document protocol at the beginning of URLs without protocol...jaubourg2011-01-261-0/+12
* Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer s...jaubourg2011-01-261-19/+2
* Reworks how values of parameters passed to error callbacks are determined. Fi...jaubourg2011-01-251-0/+41
* Replaces "text in-between" technique with a full-fledged one-level transitive...jaubourg2011-01-211-0/+43
* Makes sure statusCode callbacks are ordered in the same way success and error...jaubourg2011-01-201-3/+30
* Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo...jaubourg2011-01-201-0/+41
* Moves active counter test after all other ajax tests where it should be.jaubourg2011-01-191-4/+4
* Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-171-1/+1
|\
| * Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-1/+1
* | Fixed the ajax test regarding the jsonp option set to false and added a test ...jaubourg2011-01-161-5/+5
* | Revised jsonp unit tests and added a test for when the jsonp option is set to...jaubourg2011-01-161-259/+222
* | Fixes #2994. Not finding a transport now fires the error callbacks and doesn'...jaubourg2011-01-161-11/+5
* | Fixes #4964. Adds a statusCode object together with a new statusCode method o...jaubourg2011-01-131-0/+70
* | Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n...jaubourg2011-01-121-2/+55
* | Yet another missing semicolon!jaubourg2011-01-111-1/+1
* | Fixes #6230. Added a unit test to control that, since the ajax rewrite, setti...jaubourg2011-01-111-0/+22
* | Fixes 4825. jQuery.fn.load: use the jXHR's Promise interface to get the actua...jaubourg2011-01-111-0/+12
* | Fixes a race condition in JSONP Local test.jaubourg2011-01-101-1/+1
|/
* Fixes #5812. =? will be detected even when it has been escaped during data se...jaubourg2011-01-091-1/+17
* Simplified cross-domain detection tests.jaubourg2011-01-091-33/+13
* Fixes #5955. Option crossDomain now forces ajax to consider a request as cros...jaubourg2011-01-091-2/+17
* Added a test for retrying a request on error using jQuery.ajax(this). Works a...jaubourg2011-01-091-0/+23
* Fixes #7465. Reworked the regexp and associated test for cross-domain detecti...jaubourg2011-01-091-0/+52
* Fixes #7868. ResponseText is now properly propagated for error callbacks.jaubourg2011-01-091-0/+17
* Fixes #7881. Setting contentType to false will prevent the Content-Type heade...jaubourg2011-01-091-0/+36
* Added missing commas.jaubourg2011-01-071-7/+7
* Cleaning up trailing whitespace again.Colin Snover2011-01-051-3/+3
* When serializing text, encode all line breaks as CRLF pairs per the applicati...Dave Methvin2010-12-311-4/+4
* Renamed several ajaxSettings options. Removed cors test, fixed failing cors t...jaubourg2010-12-311-48/+16
* Removed re-usability from jXHR object (no more open, send & onreadystatechang...jaubourg2010-12-311-162/+4
* Changed dataConverters key format.unknown2010-12-311-1/+5
* Clean trailing whitespace from all files.Colin Snover2010-12-301-54/+54
* Simplified headers tests: removed multiline headers (support is far too serve...jaubourg2010-12-111-25/+6
* Tweaked the headers test to be apache independent and actually work.jaubourg2010-12-111-5/+5
* Changed document.location to window.location per Ben Alman advice.jaubourg2010-12-101-1/+1
* Removed non-standard (and not that useful) xhr emulation methods & reworked t...jaubourg2010-12-101-20/+32
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...jaubourg2010-12-091-14/+524