Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to use a...
[jquery.git] / src / ajax / xhr.js
2011-02-07 jaubourgMakes sure xhrs are actually aborted on unload in IE...
2011-02-05 jaubourgFixes #8177. XHR transport now considers 304 Not Modifi...
2011-02-03 jaubourgDon't use a local copy of jQuery.ajaxSettings.isLocal...
2011-02-03 jaubourgStores jQuery.ajaxSettings.isLocal locally at load...
2011-02-03 jaubourgFixes #8146. Custom fields in xhrFields are now set...
2011-02-03 jaubourgFixes #8152 by applying the same special cases for...
2011-02-02 jaubourgFixes #8146 by introducing the xhrFields option with...
2011-02-02 jaubourgFixes #8135. Makes sure any exception thrown by Firefox...
2011-02-01 jaubourgFixes #8125. Status is set to 200 for requests with...
2011-01-25 jaubourgReworks how values of parameters passed to error callba...
2011-01-23 jaubourgApply JQuery Core Style Guidelines to ajax.js and ajax...
2011-01-20 jaubourgMoves determineResponse logic into main ajax callback...
2011-01-20 jaubourgRemoves misleading comment.
2011-01-20 jaubourgRenames determineDataType as determineResponse. Makes...
2011-01-19 jaubourgMoves determineDataType into ajaxSettings so that it...
2011-01-19 jaubourgMoved ajaxSettings.xhr definition together with support...
2011-01-13 jaubourgMoved jQuery.ajax.prefilter and jQuery.ajax.transport...
2011-01-13 jaubourgRemoved xhr pooling since failing cross-domain requests...
2011-01-13 jaubourgReworked script and xhr abort logic to take advantage...
2011-01-09 jaubourgMoved unload abort code so that the event is only bound...
2011-01-09 jaubourgFixes #7868. ResponseText is now properly propagated...
2011-01-09 jaubourgAdded a simple cache for xhr objects in the xhr transport.
2011-01-06 jaubourgRenamed src/transports to src/ajax (in case we need...