Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Moves determineDataType into ajaxSettings so that it is accessible to transpo... | jaubourg | 2011-01-19 | 1 | -3/+2 | |
* | Moved ajaxSettings.xhr definition together with support.ajax and support.cors... | jaubourg | 2011-01-19 | 1 | -129/+173 | |
* | Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter... | jaubourg | 2011-01-13 | 1 | -1/+1 | |
* | Removed xhr pooling since failing cross-domain requests leaves the xhr object... | jaubourg | 2011-01-13 | 1 | -18/+9 | |
* | Reworked script and xhr abort logic to take advantage of the fact jXHR.abort ... | jaubourg | 2011-01-13 | 1 | -37/+28 | |
* | Moved unload abort code so that the event is only bound if the xhr transport ... | jaubourg | 2011-01-09 | 1 | -16/+21 | |
* | Fixes #7868. ResponseText is now properly propagated for error callbacks. | jaubourg | 2011-01-09 | 1 | -9/+7 | |
* | Added a simple cache for xhr objects in the xhr transport. | jaubourg | 2011-01-09 | 1 | -1/+8 | |
* | Renamed src/transports to src/ajax (in case we need prefilters in the future ... | jaubourg | 2011-01-06 | 1 | -0/+191 |